Skip to content

Commit

Permalink
chore: bump to version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Morcillo committed Apr 22, 2021
1 parent 6fdb321 commit 33b9bfd
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 30 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.20.0] - 2021-04-22

## Changed

- 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.
Expand Down
4 changes: 2 additions & 2 deletions bulletin_board/js-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bulletin_board/js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codegram/decidim-bulletin_board",
"version": "0.19.0",
"version": "0.20.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
20 changes: 7 additions & 13 deletions bulletin_board/ruby-client/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
decidim-bulletin_board (0.19.0)
decidim-bulletin_board (0.20.0)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down Expand Up @@ -76,26 +76,22 @@ GEM
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.1.8)
connection_pool (2.2.5)
crack (0.4.5)
rexml
crass (1.0.6)
diff-lcs (1.4.4)
erubi (1.10.0)
excon (0.80.1)
faker (2.15.1)
i18n (>= 1.6, < 2)
faraday (1.4.0)
faraday-excon (~> 1.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-excon (1.0.0)
excon (>= 0.27.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.0.3)
net-http-persistent (>= 3.1)
faraday-net_http_persistent (1.1.0)
faraday_middleware (1.0.0)
faraday (~> 1.0)
globalid (0.4.2)
Expand All @@ -111,7 +107,7 @@ GEM
hashdiff (1.0.1)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jwt (2.2.2)
jwt (2.2.3)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -123,8 +119,6 @@ GEM
mini_portile2 (2.5.0)
minitest (5.14.4)
multipart-post (2.1.1)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
nio4r (2.5.7)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Decidim
module BulletinBoard
VERSION = "0.19.0"
VERSION = "0.20.0"
end
end
6 changes: 3 additions & 3 deletions bulletin_board/server/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
PATH
remote: ../../voting_schemes/dummy/ruby-adapter
specs:
voting_schemes-dummy (0.19.0)
voting_schemes-dummy (0.20.0)
rails (>= 5.0.0)

PATH
remote: ../../voting_schemes/electionguard/ruby-adapter
specs:
voting_schemes-electionguard (0.19.0)
voting_schemes-electionguard (0.20.0)
rails (>= 5.0.0)

PATH
remote: ../ruby-client
specs:
decidim-bulletin_board (0.19.0)
decidim-bulletin_board (0.20.0)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down
4 changes: 2 additions & 2 deletions voting_schemes/dummy/js-adapter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion voting_schemes/dummy/js-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codegram/voting_schemes-dummy",
"version": "0.19.0",
"version": "0.20.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion voting_schemes/dummy/ruby-adapter/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
voting_schemes-dummy (0.19.0)
voting_schemes-dummy (0.20.0)
rails (>= 5.0.0)

GEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module VotingSchemes
module Dummy
VERSION = "0.19.0"
VERSION = "0.20.0"
end
end
4 changes: 2 additions & 2 deletions voting_schemes/electionguard/js-adapter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion voting_schemes/electionguard/js-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codegram/voting_schemes-electionguard",
"version": "0.19.0",
"version": "0.20.0",
"description": "The ElectionGuard voting scheme implementation for the Decidim Bulletin Board.",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion voting_schemes/electionguard/ruby-adapter/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
voting_schemes-electionguard (0.19.0)
voting_schemes-electionguard (0.20.0)
rails (>= 5.0.0)

GEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module VotingSchemes
module Electionguard
VERSION = "0.19.0"
VERSION = "0.20.0"
end
end

0 comments on commit 33b9bfd

Please sign in to comment.