Skip to content

Commit 33b9bfd

Browse files
author
David Morcillo
committed
chore: bump to version 0.20.0
1 parent 6fdb321 commit 33b9bfd

File tree

14 files changed

+26
-30
lines changed

14 files changed

+26
-30
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.20.0] - 2021-04-22
11+
1012
## Changed
1113

1214
- Tally and Key Ceremony components API have been changed a bit. The `setupElection` method should be called before binding the UI elements to the component.

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": "@codegram/decidim-bulletin_board",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

bulletin_board/ruby-client/Gemfile.lock

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
decidim-bulletin_board (0.19.0)
4+
decidim-bulletin_board (0.20.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)
@@ -76,26 +76,22 @@ GEM
7676
builder (3.2.4)
7777
byebug (11.1.3)
7878
concurrent-ruby (1.1.8)
79-
connection_pool (2.2.5)
8079
crack (0.4.5)
8180
rexml
8281
crass (1.0.6)
8382
diff-lcs (1.4.4)
8483
erubi (1.10.0)
85-
excon (0.80.1)
8684
faker (2.15.1)
8785
i18n (>= 1.6, < 2)
88-
faraday (1.4.0)
89-
faraday-excon (~> 1.0)
86+
faraday (1.4.1)
87+
faraday-excon (~> 1.1)
9088
faraday-net_http (~> 1.0)
91-
faraday-net_http_persistent (~> 1.0)
89+
faraday-net_http_persistent (~> 1.1)
9290
multipart-post (>= 1.2, < 3)
9391
ruby2_keywords (>= 0.0.4)
94-
faraday-excon (1.0.0)
95-
excon (>= 0.27.4)
92+
faraday-excon (1.1.0)
9693
faraday-net_http (1.0.1)
97-
faraday-net_http_persistent (1.0.3)
98-
net-http-persistent (>= 3.1)
94+
faraday-net_http_persistent (1.1.0)
9995
faraday_middleware (1.0.0)
10096
faraday (~> 1.0)
10197
globalid (0.4.2)
@@ -111,7 +107,7 @@ GEM
111107
hashdiff (1.0.1)
112108
i18n (1.8.10)
113109
concurrent-ruby (~> 1.0)
114-
jwt (2.2.2)
110+
jwt (2.2.3)
115111
loofah (2.9.1)
116112
crass (~> 1.0.2)
117113
nokogiri (>= 1.5.9)
@@ -123,8 +119,6 @@ GEM
123119
mini_portile2 (2.5.0)
124120
minitest (5.14.4)
125121
multipart-post (2.1.1)
126-
net-http-persistent (4.0.1)
127-
connection_pool (~> 2.2)
128122
nio4r (2.5.7)
129123
nokogiri (1.11.3)
130124
mini_portile2 (~> 2.5.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.19.0"
5+
VERSION = "0.20.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,19 +1,19 @@
11
PATH
22
remote: ../../voting_schemes/dummy/ruby-adapter
33
specs:
4-
voting_schemes-dummy (0.19.0)
4+
voting_schemes-dummy (0.20.0)
55
rails (>= 5.0.0)
66

77
PATH
88
remote: ../../voting_schemes/electionguard/ruby-adapter
99
specs:
10-
voting_schemes-electionguard (0.19.0)
10+
voting_schemes-electionguard (0.20.0)
1111
rails (>= 5.0.0)
1212

1313
PATH
1414
remote: ../ruby-client
1515
specs:
16-
decidim-bulletin_board (0.19.0)
16+
decidim-bulletin_board (0.20.0)
1717
byebug (~> 11.0)
1818
graphlient (~> 0.4.0)
1919
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": "@codegram/voting_schemes-dummy",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

voting_schemes/dummy/ruby-adapter/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
voting_schemes-dummy (0.19.0)
4+
voting_schemes-dummy (0.20.0)
55
rails (>= 5.0.0)
66

77
GEM

voting_schemes/dummy/ruby-adapter/lib/voting_schemes/dummy/version.rb

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

33
module VotingSchemes
44
module Dummy
5-
VERSION = "0.19.0"
5+
VERSION = "0.20.0"
66
end
77
end

0 commit comments

Comments
 (0)