File tree Expand file tree Collapse file tree 3 files changed +17
-10
lines changed
Expand file tree Collapse file tree 3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010### Added
11- - Added ability to set ` emoji ` property via ` Slack::BlockKit::Blocks#input ` (#175 by @bmorton )
12- - Added ability to set ` emoji ` property via ` Slack::BlockKit::Element::RadioButtons#option ` (#175 by @bmorton )
11+ - N/A
1312
1413### Changed
1514- N/A
@@ -26,7 +25,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2625### Security
2726- N/A
2827
29- ## [ 0.22.0] - 2023-08-5
28+
29+ ## [ 0.23.0] - 2023-08-07
30+
31+ ### Added
32+
33+ - Added ability to set ` emoji ` property via ` Slack::BlockKit::Blocks#input ` (#175 by @bmorton )
34+ - Added ability to set ` emoji ` property via ` Slack::BlockKit::Element::RadioButtons#option ` (#175 by @bmorton )
35+
36+ ## [ 0.22.0] - 2023-08-05
3037
3138### Added
3239- Added ` Slack::BlockKit::Element::NumberInput ` (#169 by @CGA1123 )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- slack-ruby-block-kit (0.22 .0 )
4+ slack-ruby-block-kit (0.23 .0 )
55 zeitwerk (~> 2.6 )
66
77GEM
5353 rspec-core (~> 3.12.0 )
5454 rspec-expectations (~> 3.12.0 )
5555 rspec-mocks (~> 3.12.0 )
56- rspec-core (3.12.0 )
56+ rspec-core (3.12.2 )
5757 rspec-support (~> 3.12.0 )
58- rspec-expectations (3.12.0 )
58+ rspec-expectations (3.12.3 )
5959 diff-lcs (>= 1.2.0 , < 2.0 )
6060 rspec-support (~> 3.12.0 )
61- rspec-mocks (3.12.0 )
61+ rspec-mocks (3.12.6 )
6262 diff-lcs (>= 1.2.0 , < 2.0 )
6363 rspec-support (~> 3.12.0 )
64- rspec-support (3.12.0 )
64+ rspec-support (3.12.1 )
6565 rspec_junit_formatter (0.6.0 )
6666 rspec-core (>= 2 , < 4 , != 2.12.0 )
6767 rubocop (1.28.2 )
@@ -110,4 +110,4 @@ DEPENDENCIES
110110 slack-ruby-block-kit !
111111
112112BUNDLED WITH
113- 2.2.3
113+ 2.4.18
Original file line number Diff line number Diff line change 22
33module Slack
44 module BlockKit
5- VERSION = '0.22 .0'
5+ VERSION = '0.23 .0'
66 end
77end
You can’t perform that action at this time.
0 commit comments