Skip to content

Commit c13fcbc

Browse files
authored
Bump version to 0.24.1 (#296)
* Bump bulletin board and voting schemes versions to 0.24.1 * Add 0.24.1 to CHANGELOG
1 parent 68b020c commit c13fcbc

File tree

14 files changed

+261
-271
lines changed

14 files changed

+261
-271
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.24.1] - 2022-11-11
11+
12+
## Fixed
13+
14+
- Fixed issue with bulletin board Ruby client OpenSSL 3.0 compatibility
15+
1016
## [0.24.0] - 2022-08-26
1117

1218
## Changed

bulletin_board/js-client/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bulletin_board/js-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@decidim/decidim-bulletin_board",
3-
"version": "0.24.0",
3+
"version": "0.24.1",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

bulletin_board/ruby-client/Gemfile.lock

+60-60
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
decidim-bulletin_board (0.24.0)
4+
decidim-bulletin_board (0.24.1)
55
byebug (~> 11.0)
66
graphlient (~> 0.5.0)
77
jwt (~> 2.5.0)
@@ -11,60 +11,60 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (6.1.6.1)
15-
actionpack (= 6.1.6.1)
16-
activesupport (= 6.1.6.1)
14+
actioncable (6.1.7)
15+
actionpack (= 6.1.7)
16+
activesupport (= 6.1.7)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
19-
actionmailbox (6.1.6.1)
20-
actionpack (= 6.1.6.1)
21-
activejob (= 6.1.6.1)
22-
activerecord (= 6.1.6.1)
23-
activestorage (= 6.1.6.1)
24-
activesupport (= 6.1.6.1)
19+
actionmailbox (6.1.7)
20+
actionpack (= 6.1.7)
21+
activejob (= 6.1.7)
22+
activerecord (= 6.1.7)
23+
activestorage (= 6.1.7)
24+
activesupport (= 6.1.7)
2525
mail (>= 2.7.1)
26-
actionmailer (6.1.6.1)
27-
actionpack (= 6.1.6.1)
28-
actionview (= 6.1.6.1)
29-
activejob (= 6.1.6.1)
30-
activesupport (= 6.1.6.1)
26+
actionmailer (6.1.7)
27+
actionpack (= 6.1.7)
28+
actionview (= 6.1.7)
29+
activejob (= 6.1.7)
30+
activesupport (= 6.1.7)
3131
mail (~> 2.5, >= 2.5.4)
3232
rails-dom-testing (~> 2.0)
33-
actionpack (6.1.6.1)
34-
actionview (= 6.1.6.1)
35-
activesupport (= 6.1.6.1)
33+
actionpack (6.1.7)
34+
actionview (= 6.1.7)
35+
activesupport (= 6.1.7)
3636
rack (~> 2.0, >= 2.0.9)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.0)
3939
rails-html-sanitizer (~> 1.0, >= 1.2.0)
40-
actiontext (6.1.6.1)
41-
actionpack (= 6.1.6.1)
42-
activerecord (= 6.1.6.1)
43-
activestorage (= 6.1.6.1)
44-
activesupport (= 6.1.6.1)
40+
actiontext (6.1.7)
41+
actionpack (= 6.1.7)
42+
activerecord (= 6.1.7)
43+
activestorage (= 6.1.7)
44+
activesupport (= 6.1.7)
4545
nokogiri (>= 1.8.5)
46-
actionview (6.1.6.1)
47-
activesupport (= 6.1.6.1)
46+
actionview (6.1.7)
47+
activesupport (= 6.1.7)
4848
builder (~> 3.1)
4949
erubi (~> 1.4)
5050
rails-dom-testing (~> 2.0)
5151
rails-html-sanitizer (~> 1.1, >= 1.2.0)
52-
activejob (6.1.6.1)
53-
activesupport (= 6.1.6.1)
52+
activejob (6.1.7)
53+
activesupport (= 6.1.7)
5454
globalid (>= 0.3.6)
55-
activemodel (6.1.6.1)
56-
activesupport (= 6.1.6.1)
57-
activerecord (6.1.6.1)
58-
activemodel (= 6.1.6.1)
59-
activesupport (= 6.1.6.1)
60-
activestorage (6.1.6.1)
61-
actionpack (= 6.1.6.1)
62-
activejob (= 6.1.6.1)
63-
activerecord (= 6.1.6.1)
64-
activesupport (= 6.1.6.1)
55+
activemodel (6.1.7)
56+
activesupport (= 6.1.7)
57+
activerecord (6.1.7)
58+
activemodel (= 6.1.7)
59+
activesupport (= 6.1.7)
60+
activestorage (6.1.7)
61+
actionpack (= 6.1.7)
62+
activejob (= 6.1.7)
63+
activerecord (= 6.1.7)
64+
activesupport (= 6.1.7)
6565
marcel (~> 1.0)
6666
mini_mime (>= 1.1.0)
67-
activesupport (6.1.6.1)
67+
activesupport (6.1.7)
6868
concurrent-ruby (~> 1.0, >= 1.0.2)
6969
i18n (>= 1.6, < 2)
7070
minitest (>= 5.1)
@@ -114,15 +114,15 @@ GEM
114114
faraday (>= 1.0)
115115
faraday_middleware
116116
graphql-client
117-
graphql (2.0.13)
117+
graphql (2.0.15)
118118
graphql-client (0.18.0)
119119
activesupport (>= 3.0)
120120
graphql
121121
hashdiff (1.0.1)
122122
i18n (1.12.0)
123123
concurrent-ruby (~> 1.0)
124124
jwt (2.5.0)
125-
loofah (2.18.0)
125+
loofah (2.19.0)
126126
crass (~> 1.0.2)
127127
nokogiri (>= 1.5.9)
128128
mail (2.7.1)
@@ -134,12 +134,12 @@ GEM
134134
minitest (5.16.3)
135135
multipart-post (2.2.3)
136136
nio4r (2.5.8)
137-
nokogiri (1.13.8)
137+
nokogiri (1.13.9)
138138
mini_portile2 (~> 2.8.0)
139139
racc (~> 1.4)
140-
nokogiri (1.13.8-x86_64-darwin)
140+
nokogiri (1.13.9-x86_64-darwin)
141141
racc (~> 1.4)
142-
nokogiri (1.13.8-x86_64-linux)
142+
nokogiri (1.13.9-x86_64-linux)
143143
racc (~> 1.4)
144144
parallel (1.22.1)
145145
parser (3.1.2.1)
@@ -149,29 +149,29 @@ GEM
149149
rack (2.2.4)
150150
rack-test (2.0.2)
151151
rack (>= 1.3)
152-
rails (6.1.6.1)
153-
actioncable (= 6.1.6.1)
154-
actionmailbox (= 6.1.6.1)
155-
actionmailer (= 6.1.6.1)
156-
actionpack (= 6.1.6.1)
157-
actiontext (= 6.1.6.1)
158-
actionview (= 6.1.6.1)
159-
activejob (= 6.1.6.1)
160-
activemodel (= 6.1.6.1)
161-
activerecord (= 6.1.6.1)
162-
activestorage (= 6.1.6.1)
163-
activesupport (= 6.1.6.1)
152+
rails (6.1.7)
153+
actioncable (= 6.1.7)
154+
actionmailbox (= 6.1.7)
155+
actionmailer (= 6.1.7)
156+
actionpack (= 6.1.7)
157+
actiontext (= 6.1.7)
158+
actionview (= 6.1.7)
159+
activejob (= 6.1.7)
160+
activemodel (= 6.1.7)
161+
activerecord (= 6.1.7)
162+
activestorage (= 6.1.7)
163+
activesupport (= 6.1.7)
164164
bundler (>= 1.15.0)
165-
railties (= 6.1.6.1)
165+
railties (= 6.1.7)
166166
sprockets-rails (>= 2.0.0)
167167
rails-dom-testing (2.0.3)
168168
activesupport (>= 4.2.0)
169169
nokogiri (>= 1.6)
170170
rails-html-sanitizer (1.4.3)
171171
loofah (~> 2.3)
172-
railties (6.1.6.1)
173-
actionpack (= 6.1.6.1)
174-
activesupport (= 6.1.6.1)
172+
railties (6.1.7)
173+
actionpack (= 6.1.7)
174+
activesupport (= 6.1.7)
175175
method_source
176176
rake (>= 12.2)
177177
thor (~> 1.0)
@@ -230,7 +230,7 @@ GEM
230230
websocket-extensions (0.1.5)
231231
wisper (2.0.1)
232232
wisper-rspec (1.1.0)
233-
zeitwerk (2.6.0)
233+
zeitwerk (2.6.6)
234234

235235
PLATFORMS
236236
ruby

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Decidim
44
module BulletinBoard
5-
VERSION = "0.24.0"
5+
VERSION = "0.24.1"
66
end
77
end

0 commit comments

Comments
 (0)