Skip to content

Commit c0c9b50

Browse files
author
David Morcillo
committed
chore: bump to version 0.16.0
1 parent b96bb6b commit c0c9b50

File tree

14 files changed

+200
-198
lines changed

14 files changed

+200
-198
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.16.0] - 2021-04-06
11+
1012
## Added
1113

1214
- The bulletin board client now includes a `reset_test_database` method that can be called in the test environment to clear the bulletin board database.

bulletin_board/js-client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bulletin_board/js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-client",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

bulletin_board/ruby-client/Gemfile.lock

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
decidim-bulletin_board (0.15.2)
4+
decidim-bulletin_board (0.16.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)
@@ -12,60 +12,60 @@ PATH
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
actioncable (6.1.3)
16-
actionpack (= 6.1.3)
17-
activesupport (= 6.1.3)
15+
actioncable (6.1.3.1)
16+
actionpack (= 6.1.3.1)
17+
activesupport (= 6.1.3.1)
1818
nio4r (~> 2.0)
1919
websocket-driver (>= 0.6.1)
20-
actionmailbox (6.1.3)
21-
actionpack (= 6.1.3)
22-
activejob (= 6.1.3)
23-
activerecord (= 6.1.3)
24-
activestorage (= 6.1.3)
25-
activesupport (= 6.1.3)
20+
actionmailbox (6.1.3.1)
21+
actionpack (= 6.1.3.1)
22+
activejob (= 6.1.3.1)
23+
activerecord (= 6.1.3.1)
24+
activestorage (= 6.1.3.1)
25+
activesupport (= 6.1.3.1)
2626
mail (>= 2.7.1)
27-
actionmailer (6.1.3)
28-
actionpack (= 6.1.3)
29-
actionview (= 6.1.3)
30-
activejob (= 6.1.3)
31-
activesupport (= 6.1.3)
27+
actionmailer (6.1.3.1)
28+
actionpack (= 6.1.3.1)
29+
actionview (= 6.1.3.1)
30+
activejob (= 6.1.3.1)
31+
activesupport (= 6.1.3.1)
3232
mail (~> 2.5, >= 2.5.4)
3333
rails-dom-testing (~> 2.0)
34-
actionpack (6.1.3)
35-
actionview (= 6.1.3)
36-
activesupport (= 6.1.3)
34+
actionpack (6.1.3.1)
35+
actionview (= 6.1.3.1)
36+
activesupport (= 6.1.3.1)
3737
rack (~> 2.0, >= 2.0.9)
3838
rack-test (>= 0.6.3)
3939
rails-dom-testing (~> 2.0)
4040
rails-html-sanitizer (~> 1.0, >= 1.2.0)
41-
actiontext (6.1.3)
42-
actionpack (= 6.1.3)
43-
activerecord (= 6.1.3)
44-
activestorage (= 6.1.3)
45-
activesupport (= 6.1.3)
41+
actiontext (6.1.3.1)
42+
actionpack (= 6.1.3.1)
43+
activerecord (= 6.1.3.1)
44+
activestorage (= 6.1.3.1)
45+
activesupport (= 6.1.3.1)
4646
nokogiri (>= 1.8.5)
47-
actionview (6.1.3)
48-
activesupport (= 6.1.3)
47+
actionview (6.1.3.1)
48+
activesupport (= 6.1.3.1)
4949
builder (~> 3.1)
5050
erubi (~> 1.4)
5151
rails-dom-testing (~> 2.0)
5252
rails-html-sanitizer (~> 1.1, >= 1.2.0)
53-
activejob (6.1.3)
54-
activesupport (= 6.1.3)
53+
activejob (6.1.3.1)
54+
activesupport (= 6.1.3.1)
5555
globalid (>= 0.3.6)
56-
activemodel (6.1.3)
57-
activesupport (= 6.1.3)
58-
activerecord (6.1.3)
59-
activemodel (= 6.1.3)
60-
activesupport (= 6.1.3)
61-
activestorage (6.1.3)
62-
actionpack (= 6.1.3)
63-
activejob (= 6.1.3)
64-
activerecord (= 6.1.3)
65-
activesupport (= 6.1.3)
66-
marcel (~> 0.3.1)
67-
mimemagic (~> 0.3.2)
68-
activesupport (6.1.3)
56+
activemodel (6.1.3.1)
57+
activesupport (= 6.1.3.1)
58+
activerecord (6.1.3.1)
59+
activemodel (= 6.1.3.1)
60+
activesupport (= 6.1.3.1)
61+
activestorage (6.1.3.1)
62+
actionpack (= 6.1.3.1)
63+
activejob (= 6.1.3.1)
64+
activerecord (= 6.1.3.1)
65+
activesupport (= 6.1.3.1)
66+
marcel (~> 1.0.0)
67+
mini_mime (~> 1.0.2)
68+
activesupport (6.1.3.1)
6969
concurrent-ruby (~> 1.0, >= 1.0.2)
7070
i18n (>= 1.6, < 2)
7171
minitest (>= 5.1)
@@ -110,12 +110,12 @@ GEM
110110
nokogiri (>= 1.5.9)
111111
mail (2.7.1)
112112
mini_mime (>= 0.1.1)
113-
marcel (0.3.3)
114-
mimemagic (~> 0.3.2)
113+
marcel (1.0.1)
115114
method_source (1.0.0)
116-
mimemagic (0.3.7)
117-
nokogiri (~> 1.11.2)
118-
mini_mime (1.0.2)
115+
mimemagic (0.3.10)
116+
nokogiri (~> 1)
117+
rake
118+
mini_mime (1.0.3)
119119
mini_portile2 (2.5.0)
120120
minitest (5.14.4)
121121
multipart-post (2.1.1)
@@ -131,29 +131,29 @@ GEM
131131
rack (2.2.3)
132132
rack-test (1.1.0)
133133
rack (>= 1.0, < 3)
134-
rails (6.1.3)
135-
actioncable (= 6.1.3)
136-
actionmailbox (= 6.1.3)
137-
actionmailer (= 6.1.3)
138-
actionpack (= 6.1.3)
139-
actiontext (= 6.1.3)
140-
actionview (= 6.1.3)
141-
activejob (= 6.1.3)
142-
activemodel (= 6.1.3)
143-
activerecord (= 6.1.3)
144-
activestorage (= 6.1.3)
145-
activesupport (= 6.1.3)
134+
rails (6.1.3.1)
135+
actioncable (= 6.1.3.1)
136+
actionmailbox (= 6.1.3.1)
137+
actionmailer (= 6.1.3.1)
138+
actionpack (= 6.1.3.1)
139+
actiontext (= 6.1.3.1)
140+
actionview (= 6.1.3.1)
141+
activejob (= 6.1.3.1)
142+
activemodel (= 6.1.3.1)
143+
activerecord (= 6.1.3.1)
144+
activestorage (= 6.1.3.1)
145+
activesupport (= 6.1.3.1)
146146
bundler (>= 1.15.0)
147-
railties (= 6.1.3)
147+
railties (= 6.1.3.1)
148148
sprockets-rails (>= 2.0.0)
149149
rails-dom-testing (2.0.3)
150150
activesupport (>= 4.2.0)
151151
nokogiri (>= 1.6)
152152
rails-html-sanitizer (1.3.0)
153153
loofah (~> 2.3)
154-
railties (6.1.3)
155-
actionpack (= 6.1.3)
156-
activesupport (= 6.1.3)
154+
railties (6.1.3.1)
155+
actionpack (= 6.1.3.1)
156+
activesupport (= 6.1.3.1)
157157
method_source
158158
rake (>= 0.8.7)
159159
thor (~> 1.0)

bulletin_board/ruby-client/lib/decidim/bulletin_board/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Decidim
44
module BulletinBoard
5-
VERSION = "0.15.2"
5+
VERSION = "0.16.0"
66
end
77
end

bulletin_board/server/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
PATH
22
remote: ../../voting_schemes/dummy/ruby-adapter
33
specs:
4-
voting_schemes-dummy (0.15.2)
4+
voting_schemes-dummy (0.16.0)
55
mimemagic (~> 0.3.7)
66
rails (>= 5.0.0)
77

88
PATH
99
remote: ../../voting_schemes/electionguard/ruby-adapter
1010
specs:
11-
voting_schemes-electionguard (0.15.2)
11+
voting_schemes-electionguard (0.16.0)
1212
mimemagic (~> 0.3.7)
1313
rails (>= 5.0.0)
1414

1515
PATH
1616
remote: ../ruby-client
1717
specs:
18-
decidim-bulletin_board (0.15.2)
18+
decidim-bulletin_board (0.16.0)
1919
byebug (~> 11.0)
2020
graphlient (~> 0.4.0)
2121
jwt (~> 2.2.2)

voting_schemes/dummy/js-adapter/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

voting_schemes/dummy/js-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulletin_board-dummy-adapter",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)