Skip to content

Commit

Permalink
Bump to version 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leio10 committed Sep 8, 2021
1 parent e2266a0 commit d93bd05
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.22.3] - 2021-09-08

## [0.22.2] - 2021-09-07

## [0.22.1] - 2021-09-06
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": "@decidim/decidim-bulletin_board",
"version": "0.22.2",
"version": "0.22.3",
"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.22.2)
decidim-bulletin_board (0.22.3)
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.22.2"
VERSION = "0.22.3"
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.22.2)
voting_schemes-dummy (0.22.3)
rails (>= 5.0.0)

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

PATH
remote: ../ruby-client
specs:
decidim-bulletin_board (0.22.2)
decidim-bulletin_board (0.22.3)
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": "@decidim/voting_schemes-dummy",
"version": "0.22.2",
"version": "0.22.3",
"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.22.2)
voting_schemes-dummy (0.22.3)
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.22.2"
VERSION = "0.22.3"
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": "@decidim/voting_schemes-electionguard",
"version": "0.22.2",
"version": "0.22.3",
"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.22.2)
voting_schemes-electionguard (0.22.3)
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.22.2"
VERSION = "0.22.3"
end
end

0 comments on commit d93bd05

Please sign in to comment.