Skip to content

Commit 4e61149

Browse files
author
David Morcillo
committed
chore: bump version to 0.14.0
1 parent f623768 commit 4e61149

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.13.1)
4+
decidim-bulletin_board (0.14.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)

decidim-bulletin_board-ruby/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.14.0] - 2021-02-25
11+
12+
### Changed
13+
14+
- The `onSetup` event is no longer supported when adding the key ceremony, tally and voter components.
15+
1016
## [0.13.1] - 2021-02-25
1117

1218
### Changed

decidim-bulletin_board-ruby/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-
decidim-bulletin_board (0.13.1)
4+
decidim-bulletin_board (0.14.0)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)

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

Lines changed: 1 addition & 1 deletion
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.13.1"
5+
VERSION = "0.14.0"
66
end
77
end

0 commit comments

Comments
 (0)