diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b475ec..60dccf2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/bulletin_board/js-client/package-lock.json b/bulletin_board/js-client/package-lock.json index 6652c75e..1c597851 100644 --- a/bulletin_board/js-client/package-lock.json +++ b/bulletin_board/js-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codegram/decidim-bulletin_board", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codegram/decidim-bulletin_board", - "version": "0.19.0", + "version": "0.20.0", "license": "ISC", "dependencies": { "@apollo/client": "^3.2.7", diff --git a/bulletin_board/js-client/package.json b/bulletin_board/js-client/package.json index 68c7325c..00ceb243 100644 --- a/bulletin_board/js-client/package.json +++ b/bulletin_board/js-client/package.json @@ -1,6 +1,6 @@ { "name": "@codegram/decidim-bulletin_board", - "version": "0.19.0", + "version": "0.20.0", "description": "", "main": "src/index.js", "scripts": { diff --git a/bulletin_board/ruby-client/Gemfile.lock b/bulletin_board/ruby-client/Gemfile.lock index 75c945d6..3680df7a 100644 --- a/bulletin_board/ruby-client/Gemfile.lock +++ b/bulletin_board/ruby-client/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/bulletin_board/ruby-client/lib/decidim/bulletin_board/version.rb b/bulletin_board/ruby-client/lib/decidim/bulletin_board/version.rb index a662b2b0..ab42138b 100644 --- a/bulletin_board/ruby-client/lib/decidim/bulletin_board/version.rb +++ b/bulletin_board/ruby-client/lib/decidim/bulletin_board/version.rb @@ -2,6 +2,6 @@ module Decidim module BulletinBoard - VERSION = "0.19.0" + VERSION = "0.20.0" end end diff --git a/bulletin_board/server/Gemfile.lock b/bulletin_board/server/Gemfile.lock index 701eb47c..7c859435 100644 --- a/bulletin_board/server/Gemfile.lock +++ b/bulletin_board/server/Gemfile.lock @@ -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) diff --git a/voting_schemes/dummy/js-adapter/package-lock.json b/voting_schemes/dummy/js-adapter/package-lock.json index a4191b31..227c8f8c 100644 --- a/voting_schemes/dummy/js-adapter/package-lock.json +++ b/voting_schemes/dummy/js-adapter/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codegram/voting_schemes-dummy", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codegram/voting_schemes-dummy", - "version": "0.19.0", + "version": "0.20.0", "license": "ISC", "devDependencies": { "@babel/core": "^7.12.16", diff --git a/voting_schemes/dummy/js-adapter/package.json b/voting_schemes/dummy/js-adapter/package.json index 76d12bb8..0d44ef34 100644 --- a/voting_schemes/dummy/js-adapter/package.json +++ b/voting_schemes/dummy/js-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@codegram/voting_schemes-dummy", - "version": "0.19.0", + "version": "0.20.0", "description": "", "main": "src/index.js", "scripts": { diff --git a/voting_schemes/dummy/ruby-adapter/Gemfile.lock b/voting_schemes/dummy/ruby-adapter/Gemfile.lock index 7d88ca9c..eb9cda09 100644 --- a/voting_schemes/dummy/ruby-adapter/Gemfile.lock +++ b/voting_schemes/dummy/ruby-adapter/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - voting_schemes-dummy (0.19.0) + voting_schemes-dummy (0.20.0) rails (>= 5.0.0) GEM diff --git a/voting_schemes/dummy/ruby-adapter/lib/voting_schemes/dummy/version.rb b/voting_schemes/dummy/ruby-adapter/lib/voting_schemes/dummy/version.rb index df7c2002..0fc7b4c7 100644 --- a/voting_schemes/dummy/ruby-adapter/lib/voting_schemes/dummy/version.rb +++ b/voting_schemes/dummy/ruby-adapter/lib/voting_schemes/dummy/version.rb @@ -2,6 +2,6 @@ module VotingSchemes module Dummy - VERSION = "0.19.0" + VERSION = "0.20.0" end end diff --git a/voting_schemes/electionguard/js-adapter/package-lock.json b/voting_schemes/electionguard/js-adapter/package-lock.json index 1276d4f5..8edb35ee 100644 --- a/voting_schemes/electionguard/js-adapter/package-lock.json +++ b/voting_schemes/electionguard/js-adapter/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codegram/voting_schemes-electionguard", - "version": "0.19.0", + "version": "0.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codegram/voting_schemes-electionguard", - "version": "0.19.0", + "version": "0.20.0", "license": "ISC", "devDependencies": { "@babel/core": "^7.12.16", diff --git a/voting_schemes/electionguard/js-adapter/package.json b/voting_schemes/electionguard/js-adapter/package.json index 7dc100d5..a2030c73 100644 --- a/voting_schemes/electionguard/js-adapter/package.json +++ b/voting_schemes/electionguard/js-adapter/package.json @@ -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": { diff --git a/voting_schemes/electionguard/ruby-adapter/Gemfile.lock b/voting_schemes/electionguard/ruby-adapter/Gemfile.lock index eb8faef3..04cf802d 100644 --- a/voting_schemes/electionguard/ruby-adapter/Gemfile.lock +++ b/voting_schemes/electionguard/ruby-adapter/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - voting_schemes-electionguard (0.19.0) + voting_schemes-electionguard (0.20.0) rails (>= 5.0.0) GEM diff --git a/voting_schemes/electionguard/ruby-adapter/lib/voting_schemes/electionguard/version.rb b/voting_schemes/electionguard/ruby-adapter/lib/voting_schemes/electionguard/version.rb index 20773346..79b69c1b 100644 --- a/voting_schemes/electionguard/ruby-adapter/lib/voting_schemes/electionguard/version.rb +++ b/voting_schemes/electionguard/ruby-adapter/lib/voting_schemes/electionguard/version.rb @@ -2,6 +2,6 @@ module VotingSchemes module Electionguard - VERSION = "0.19.0" + VERSION = "0.20.0" end end