Skip to content

Commit 1cc1bff

Browse files
committed
chore: release version 0.11.0
1 parent 7c63937 commit 1cc1bff

File tree

5 files changed

+65
-59
lines changed

5 files changed

+65
-59
lines changed

decidim-bulletin_board-app/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../decidim-bulletin_board-ruby
33
specs:
4-
decidim-bulletin_board (0.10.1)
4+
decidim-bulletin_board (0.11.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)

decidim-bulletin_board-ruby/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.11.0] - 2021-02-18
11+
1012
## Changed
1113

1214
- Changed the name of some settings\* to improve the readability of the code:

decidim-bulletin_board-ruby/Gemfile.lock

Lines changed: 59 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
decidim-bulletin_board (0.10.1)
4+
decidim-bulletin_board (0.11.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)
@@ -11,60 +11,60 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (6.1.2.1)
15-
actionpack (= 6.1.2.1)
16-
activesupport (= 6.1.2.1)
14+
actioncable (6.1.3)
15+
actionpack (= 6.1.3)
16+
activesupport (= 6.1.3)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
19-
actionmailbox (6.1.2.1)
20-
actionpack (= 6.1.2.1)
21-
activejob (= 6.1.2.1)
22-
activerecord (= 6.1.2.1)
23-
activestorage (= 6.1.2.1)
24-
activesupport (= 6.1.2.1)
19+
actionmailbox (6.1.3)
20+
actionpack (= 6.1.3)
21+
activejob (= 6.1.3)
22+
activerecord (= 6.1.3)
23+
activestorage (= 6.1.3)
24+
activesupport (= 6.1.3)
2525
mail (>= 2.7.1)
26-
actionmailer (6.1.2.1)
27-
actionpack (= 6.1.2.1)
28-
actionview (= 6.1.2.1)
29-
activejob (= 6.1.2.1)
30-
activesupport (= 6.1.2.1)
26+
actionmailer (6.1.3)
27+
actionpack (= 6.1.3)
28+
actionview (= 6.1.3)
29+
activejob (= 6.1.3)
30+
activesupport (= 6.1.3)
3131
mail (~> 2.5, >= 2.5.4)
3232
rails-dom-testing (~> 2.0)
33-
actionpack (6.1.2.1)
34-
actionview (= 6.1.2.1)
35-
activesupport (= 6.1.2.1)
33+
actionpack (6.1.3)
34+
actionview (= 6.1.3)
35+
activesupport (= 6.1.3)
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.2.1)
41-
actionpack (= 6.1.2.1)
42-
activerecord (= 6.1.2.1)
43-
activestorage (= 6.1.2.1)
44-
activesupport (= 6.1.2.1)
40+
actiontext (6.1.3)
41+
actionpack (= 6.1.3)
42+
activerecord (= 6.1.3)
43+
activestorage (= 6.1.3)
44+
activesupport (= 6.1.3)
4545
nokogiri (>= 1.8.5)
46-
actionview (6.1.2.1)
47-
activesupport (= 6.1.2.1)
46+
actionview (6.1.3)
47+
activesupport (= 6.1.3)
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.2.1)
53-
activesupport (= 6.1.2.1)
52+
activejob (6.1.3)
53+
activesupport (= 6.1.3)
5454
globalid (>= 0.3.6)
55-
activemodel (6.1.2.1)
56-
activesupport (= 6.1.2.1)
57-
activerecord (6.1.2.1)
58-
activemodel (= 6.1.2.1)
59-
activesupport (= 6.1.2.1)
60-
activestorage (6.1.2.1)
61-
actionpack (= 6.1.2.1)
62-
activejob (= 6.1.2.1)
63-
activerecord (= 6.1.2.1)
64-
activesupport (= 6.1.2.1)
55+
activemodel (6.1.3)
56+
activesupport (= 6.1.3)
57+
activerecord (6.1.3)
58+
activemodel (= 6.1.3)
59+
activesupport (= 6.1.3)
60+
activestorage (6.1.3)
61+
actionpack (= 6.1.3)
62+
activejob (= 6.1.3)
63+
activerecord (= 6.1.3)
64+
activesupport (= 6.1.3)
6565
marcel (~> 0.3.1)
6666
mimemagic (~> 0.3.2)
67-
activesupport (6.1.2.1)
67+
activesupport (6.1.3)
6868
concurrent-ruby (~> 1.0, >= 1.0.2)
6969
i18n (>= 1.6, < 2)
7070
minitest (>= 5.1)
@@ -96,7 +96,7 @@ GEM
9696
faraday (>= 1.0)
9797
faraday_middleware
9898
graphql-client
99-
graphql (1.12.4)
99+
graphql (1.12.5)
100100
graphql-client (0.16.0)
101101
activesupport (>= 3.0)
102102
graphql (~> 1.8)
@@ -121,6 +121,10 @@ GEM
121121
nokogiri (1.11.1)
122122
mini_portile2 (~> 2.5.0)
123123
racc (~> 1.4)
124+
nokogiri (1.11.1-x86_64-darwin)
125+
racc (~> 1.4)
126+
nokogiri (1.11.1-x86_64-linux)
127+
racc (~> 1.4)
124128
parallel (1.20.1)
125129
parser (2.7.2.0)
126130
ast (~> 2.4.1)
@@ -129,29 +133,29 @@ GEM
129133
rack (2.2.3)
130134
rack-test (1.1.0)
131135
rack (>= 1.0, < 3)
132-
rails (6.1.2.1)
133-
actioncable (= 6.1.2.1)
134-
actionmailbox (= 6.1.2.1)
135-
actionmailer (= 6.1.2.1)
136-
actionpack (= 6.1.2.1)
137-
actiontext (= 6.1.2.1)
138-
actionview (= 6.1.2.1)
139-
activejob (= 6.1.2.1)
140-
activemodel (= 6.1.2.1)
141-
activerecord (= 6.1.2.1)
142-
activestorage (= 6.1.2.1)
143-
activesupport (= 6.1.2.1)
136+
rails (6.1.3)
137+
actioncable (= 6.1.3)
138+
actionmailbox (= 6.1.3)
139+
actionmailer (= 6.1.3)
140+
actionpack (= 6.1.3)
141+
actiontext (= 6.1.3)
142+
actionview (= 6.1.3)
143+
activejob (= 6.1.3)
144+
activemodel (= 6.1.3)
145+
activerecord (= 6.1.3)
146+
activestorage (= 6.1.3)
147+
activesupport (= 6.1.3)
144148
bundler (>= 1.15.0)
145-
railties (= 6.1.2.1)
149+
railties (= 6.1.3)
146150
sprockets-rails (>= 2.0.0)
147151
rails-dom-testing (2.0.3)
148152
activesupport (>= 4.2.0)
149153
nokogiri (>= 1.6)
150154
rails-html-sanitizer (1.3.0)
151155
loofah (~> 2.3)
152-
railties (6.1.2.1)
153-
actionpack (= 6.1.2.1)
154-
activesupport (= 6.1.2.1)
156+
railties (6.1.3)
157+
actionpack (= 6.1.3)
158+
activesupport (= 6.1.3)
155159
method_source
156160
rake (>= 0.8.7)
157161
thor (~> 1.0)

decidim-bulletin_board-ruby/app/assets/javascripts/decidim/bulletin_board/decidim-bulletin_board.js

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

decidim-bulletin_board-ruby/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.10.1"
5+
VERSION = "0.11.0"
66
end
77
end

0 commit comments

Comments
 (0)