Skip to content

Commit

Permalink
chore: bump to version 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Morcillo committed Apr 23, 2021
1 parent 8396f8e commit 94f7bae
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 18 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.21.1] - 2021-04-23

## Added

- `GetElectionLogEntries` now returns `chainedHash`
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.0",
"version": "0.21.1",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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.0)
decidim-bulletin_board (0.21.1)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Decidim
module BulletinBoard
VERSION = "0.21.0"
VERSION = "0.21.1"
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.21.0)
voting_schemes-dummy (0.21.1)
rails (>= 5.0.0)

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

PATH
remote: ../ruby-client
specs:
decidim-bulletin_board (0.21.0)
decidim-bulletin_board (0.21.1)
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.21.0",
"version": "0.21.1",
"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.21.0)
voting_schemes-dummy (0.21.1)
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.21.0"
VERSION = "0.21.1"
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.0",
"version": "0.21.1",
"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.21.0)
voting_schemes-electionguard (0.21.1)
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.21.0"
VERSION = "0.21.1"
end
end

0 comments on commit 94f7bae

Please sign in to comment.