Skip to content

Commit 8159637

Browse files
committed
v0.23.0
1 parent 0808147 commit 8159637

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

77
GEM
@@ -53,15 +53,15 @@ GEM
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

112112
BUNDLED WITH
113-
2.2.3
113+
2.4.18

lib/slack/block_kit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Slack
44
module BlockKit
5-
VERSION = '0.22.0'
5+
VERSION = '0.23.0'
66
end
77
end

0 commit comments

Comments
 (0)