Skip to content

Commit 563f388

Browse files
author
David Morcillo
committed
chore: bump to version 0.19.0
1 parent 6836adc commit 563f388

File tree

14 files changed

+32
-20
lines changed

14 files changed

+32
-20
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.19.0] - 2021-04-16
11+
1012
## Added
1113

1214
- The voter `encrypt` method now returns the `plainVote` and the `electionUniqueId` so it will be included when the user audits the ballot.

bulletin_board/js-client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bulletin_board/js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codegram/decidim-bulletin_board",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

bulletin_board/ruby-client/Gemfile.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
decidim-bulletin_board (0.18.0)
4+
decidim-bulletin_board (0.19.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)
@@ -76,18 +76,26 @@ GEM
7676
builder (3.2.4)
7777
byebug (11.1.3)
7878
concurrent-ruby (1.1.8)
79+
connection_pool (2.2.5)
7980
crack (0.4.5)
8081
rexml
8182
crass (1.0.6)
8283
diff-lcs (1.4.4)
8384
erubi (1.10.0)
85+
excon (0.80.1)
8486
faker (2.15.1)
8587
i18n (>= 1.6, < 2)
86-
faraday (1.3.0)
88+
faraday (1.4.0)
89+
faraday-excon (~> 1.0)
8790
faraday-net_http (~> 1.0)
91+
faraday-net_http_persistent (~> 1.0)
8892
multipart-post (>= 1.2, < 3)
89-
ruby2_keywords
93+
ruby2_keywords (>= 0.0.4)
94+
faraday-excon (1.0.0)
95+
excon (>= 0.27.4)
9096
faraday-net_http (1.0.1)
97+
faraday-net_http_persistent (1.0.3)
98+
net-http-persistent (>= 3.1)
9199
faraday_middleware (1.0.0)
92100
faraday (~> 1.0)
93101
globalid (0.4.2)
@@ -115,6 +123,8 @@ GEM
115123
mini_portile2 (2.5.0)
116124
minitest (5.14.4)
117125
multipart-post (2.1.1)
126+
net-http-persistent (4.0.1)
127+
connection_pool (~> 2.2)
118128
nio4r (2.5.7)
119129
nokogiri (1.11.3)
120130
mini_portile2 (~> 2.5.0)

bulletin_board/ruby-client/lib/decidim/bulletin_board/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Decidim
44
module BulletinBoard
5-
VERSION = "0.18.0"
5+
VERSION = "0.19.0"
66
end
77
end

bulletin_board/server/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PATH
22
remote: ../../voting_schemes/dummy/ruby-adapter
33
specs:
4-
voting_schemes-dummy (0.18.0)
4+
voting_schemes-dummy (0.19.0)
55
rails (>= 5.0.0)
66

77
PATH
88
remote: ../../voting_schemes/electionguard/ruby-adapter
99
specs:
10-
voting_schemes-electionguard (0.18.0)
10+
voting_schemes-electionguard (0.19.0)
1111
rails (>= 5.0.0)
1212

1313
PATH
1414
remote: ../ruby-client
1515
specs:
16-
decidim-bulletin_board (0.18.0)
16+
decidim-bulletin_board (0.19.0)
1717
byebug (~> 11.0)
1818
graphlient (~> 0.4.0)
1919
jwt (~> 2.2.2)

voting_schemes/dummy/js-adapter/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

voting_schemes/dummy/js-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codegram/voting_schemes-dummy",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

voting_schemes/dummy/ruby-adapter/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
voting_schemes-dummy (0.18.0)
4+
voting_schemes-dummy (0.19.0)
55
rails (>= 5.0.0)
66

77
GEM

voting_schemes/dummy/ruby-adapter/lib/voting_schemes/dummy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module VotingSchemes
44
module Dummy
5-
VERSION = "0.18.0"
5+
VERSION = "0.19.0"
66
end
77
end

0 commit comments

Comments
 (0)