Skip to content

Commit 5012eac

Browse files
author
David Morcillo
committed
chore: bump decidim-bulletin_board to 0.13.1
1 parent 724c924 commit 5012eac

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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.0)
4+
decidim-bulletin_board (0.13.1)
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.13.1] - 2021-02-25
11+
1012
### Changed
1113

1214
- The `create_election` method doesn't need the `weight` field for questions and answers anymore. It will use the given order to create the `sequence_order` value.

decidim-bulletin_board-ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
decidim-bulletin_board (0.13.0)
4+
decidim-bulletin_board (0.13.1)
55
byebug (~> 11.0)
66
graphlient (~> 0.4.0)
77
jwt (~> 2.2.2)
@@ -115,7 +115,7 @@ GEM
115115
mimemagic (0.3.5)
116116
mini_mime (1.0.2)
117117
mini_portile2 (2.5.0)
118-
minitest (5.14.3)
118+
minitest (5.14.4)
119119
multipart-post (2.1.1)
120120
nio4r (2.5.5)
121121
nokogiri (1.11.1)

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.0"
5+
VERSION = "0.13.1"
66
end
77
end

0 commit comments

Comments
 (0)