Skip to content

Commit

Permalink
chore: bump to version 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leio10 committed Sep 6, 2021
1 parent 6f94019 commit c1ac85e
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 81 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.22.0] - 2021-09-06

## Added

- The bulletin board client now includes a `report_missing_trustee` method to report the absence of a trustee during the Tally phase.
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.21.3",
"version": "0.22.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.21.3)
decidim-bulletin_board (0.22.0)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down Expand Up @@ -245,4 +245,4 @@ DEPENDENCIES
wisper-rspec (~> 1.1.0)

BUNDLED WITH
2.2.18
2.2.27
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Decidim
module BulletinBoard
VERSION = "0.21.3"
VERSION = "0.22.0"
end
end
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.21.3",
"version": "0.22.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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.21.3)
voting_schemes-dummy (0.22.0)
rails (>= 5.0.0)

GEM
Expand Down Expand Up @@ -191,4 +191,4 @@ DEPENDENCIES
voting_schemes-dummy!

BUNDLED WITH
2.2.18
2.2.27
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module VotingSchemes
module Dummy
VERSION = "0.21.3"
VERSION = "0.22.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.21.3",
"version": "0.22.0",
"description": "The ElectionGuard voting scheme implementation for the Decidim Bulletin Board.",
"main": "src/index.js",
"scripts": {
Expand Down
134 changes: 69 additions & 65 deletions voting_schemes/electionguard/ruby-adapter/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
PATH
remote: .
specs:
voting_schemes-electionguard (0.21.3)
voting_schemes-electionguard (0.22.0)
rails (>= 5.0.0)

GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.3.2)
actionpack (= 6.1.3.2)
activesupport (= 6.1.3.2)
actioncable (6.1.4.1)
actionpack (= 6.1.4.1)
activesupport (= 6.1.4.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.3.2)
actionpack (= 6.1.3.2)
activejob (= 6.1.3.2)
activerecord (= 6.1.3.2)
activestorage (= 6.1.3.2)
activesupport (= 6.1.3.2)
actionmailbox (6.1.4.1)
actionpack (= 6.1.4.1)
activejob (= 6.1.4.1)
activerecord (= 6.1.4.1)
activestorage (= 6.1.4.1)
activesupport (= 6.1.4.1)
mail (>= 2.7.1)
actionmailer (6.1.3.2)
actionpack (= 6.1.3.2)
actionview (= 6.1.3.2)
activejob (= 6.1.3.2)
activesupport (= 6.1.3.2)
actionmailer (6.1.4.1)
actionpack (= 6.1.4.1)
actionview (= 6.1.4.1)
activejob (= 6.1.4.1)
activesupport (= 6.1.4.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.3.2)
actionview (= 6.1.3.2)
activesupport (= 6.1.3.2)
actionpack (6.1.4.1)
actionview (= 6.1.4.1)
activesupport (= 6.1.4.1)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.3.2)
actionpack (= 6.1.3.2)
activerecord (= 6.1.3.2)
activestorage (= 6.1.3.2)
activesupport (= 6.1.3.2)
actiontext (6.1.4.1)
actionpack (= 6.1.4.1)
activerecord (= 6.1.4.1)
activestorage (= 6.1.4.1)
activesupport (= 6.1.4.1)
nokogiri (>= 1.8.5)
actionview (6.1.3.2)
activesupport (= 6.1.3.2)
actionview (6.1.4.1)
activesupport (= 6.1.4.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.3.2)
activesupport (= 6.1.3.2)
activejob (6.1.4.1)
activesupport (= 6.1.4.1)
globalid (>= 0.3.6)
activemodel (6.1.3.2)
activesupport (= 6.1.3.2)
activerecord (6.1.3.2)
activemodel (= 6.1.3.2)
activesupport (= 6.1.3.2)
activestorage (6.1.3.2)
actionpack (= 6.1.3.2)
activejob (= 6.1.3.2)
activerecord (= 6.1.3.2)
activesupport (= 6.1.3.2)
activemodel (6.1.4.1)
activesupport (= 6.1.4.1)
activerecord (6.1.4.1)
activemodel (= 6.1.4.1)
activesupport (= 6.1.4.1)
activestorage (6.1.4.1)
actionpack (= 6.1.4.1)
activejob (= 6.1.4.1)
activerecord (= 6.1.4.1)
activesupport (= 6.1.4.1)
marcel (~> 1.0.0)
mini_mime (~> 1.0.2)
activesupport (6.1.3.2)
mini_mime (>= 1.1.0)
activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -74,21 +74,25 @@ GEM
erubi (1.10.0)
faker (2.15.1)
i18n (>= 1.6, < 2)
globalid (0.4.2)
activesupport (>= 4.2.0)
globalid (0.5.2)
activesupport (>= 5.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
loofah (2.9.1)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.0.3)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
nio4r (2.5.7)
nokogiri (1.11.6-x86_64-linux)
nio4r (2.5.8)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.4-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.0.0)
Expand All @@ -97,31 +101,31 @@ GEM
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.1.3.2)
actioncable (= 6.1.3.2)
actionmailbox (= 6.1.3.2)
actionmailer (= 6.1.3.2)
actionpack (= 6.1.3.2)
actiontext (= 6.1.3.2)
actionview (= 6.1.3.2)
activejob (= 6.1.3.2)
activemodel (= 6.1.3.2)
activerecord (= 6.1.3.2)
activestorage (= 6.1.3.2)
activesupport (= 6.1.3.2)
rails (6.1.4.1)
actioncable (= 6.1.4.1)
actionmailbox (= 6.1.4.1)
actionmailer (= 6.1.4.1)
actionpack (= 6.1.4.1)
actiontext (= 6.1.4.1)
actionview (= 6.1.4.1)
activejob (= 6.1.4.1)
activemodel (= 6.1.4.1)
activerecord (= 6.1.4.1)
activestorage (= 6.1.4.1)
activesupport (= 6.1.4.1)
bundler (>= 1.15.0)
railties (= 6.1.3.2)
railties (= 6.1.4.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (6.1.3.2)
actionpack (= 6.1.3.2)
activesupport (= 6.1.3.2)
railties (6.1.4.1)
actionpack (= 6.1.4.1)
activesupport (= 6.1.4.1)
method_source
rake (>= 0.8.7)
rake (>= 0.13)
thor (~> 1.0)
rainbow (3.0.0)
rake (13.0.3)
Expand Down Expand Up @@ -169,7 +173,7 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
websocket-driver (0.7.4)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.4.2)
Expand All @@ -187,4 +191,4 @@ DEPENDENCIES
voting_schemes-electionguard!

BUNDLED WITH
2.2.18
2.2.27
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module VotingSchemes
module Electionguard
VERSION = "0.21.3"
VERSION = "0.22.0"
end
end

0 comments on commit c1ac85e

Please sign in to comment.