Skip to content

Commit

Permalink
chore: bump to version 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leio10 committed Sep 6, 2021
1 parent 88bd3e8 commit 1ef68aa
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 24 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.1] - 2021-09-06

## [0.22.0] - 2021-09-06

## Added
Expand Down
6 changes: 3 additions & 3 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.

4 changes: 2 additions & 2 deletions 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.0",
"version": "0.22.1",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -48,4 +48,4 @@
"prettier": "2.1.2",
"webpack-dev-server": "^3.11.2"
}
}
}
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.0)
decidim-bulletin_board (0.22.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.22.0"
VERSION = "0.22.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.22.0)
voting_schemes-dummy (0.22.1)
rails (>= 5.0.0)

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

PATH
remote: ../ruby-client
specs:
decidim-bulletin_board (0.22.0)
decidim-bulletin_board (0.22.1)
byebug (~> 11.0)
graphlient (~> 0.4.0)
jwt (~> 2.2.2)
Expand Down
6 changes: 3 additions & 3 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.

4 changes: 2 additions & 2 deletions 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.0",
"version": "0.22.1",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
}
}
}
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.0)
voting_schemes-dummy (0.22.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.22.0"
VERSION = "0.22.1"
end
end
6 changes: 3 additions & 3 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.

4 changes: 2 additions & 2 deletions 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.0",
"version": "0.22.1",
"description": "The ElectionGuard voting scheme implementation for the Decidim Bulletin Board.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
}
}
}
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.0)
voting_schemes-electionguard (0.22.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.22.0"
VERSION = "0.22.1"
end
end

0 comments on commit 1ef68aa

Please sign in to comment.