Skip to content

Commit f81eacd

Browse files
chore(main): release block-kitchen 0.10.2
1 parent d0d0938 commit f81eacd

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.1"
2+
".": "0.10.2"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.10.2](https://github.com/TightknitAI/block-kitchen/compare/block-kitchen-v0.10.1...block-kitchen-v0.10.2) (2026-08-04)
4+
5+
6+
### Features
7+
8+
* **editors:** expose block_id and action_id behind an Advanced toggle ([d0d0938](https://github.com/TightknitAI/block-kitchen/commit/d0d0938450fbbf96d3296b3394fbe9d080b15fc4))
9+
* **editors:** expose block_id and action_id behind an Advanced toggle ([b537e9b](https://github.com/TightknitAI/block-kitchen/commit/b537e9bef4ea65a5e6cc43a2e3fbc1a9ce2dca85))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** grant pull-requests write so the preview comment can post ([c388a24](https://github.com/TightknitAI/block-kitchen/commit/c388a24927f30d155b0065ad3a592fa86f358677))
15+
* **ci:** grant pull-requests write so the preview comment can post ([1b02e35](https://github.com/TightknitAI/block-kitchen/commit/1b02e35be260c843dc831146af8c6cc058b7985b))
16+
* **deps:** bump slack-block-kit-validator to 0.1.13 for duplicate action_id ([84623cb](https://github.com/TightknitAI/block-kitchen/commit/84623cbf564dc5a0c486c77e5ac64927a121a944))
17+
318
## [0.10.1](https://github.com/TightknitAI/block-kitchen/compare/block-kitchen-v0.10.0...block-kitchen-v0.10.1) (2026-07-22)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tightknitai/block-kitchen",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "A drag-and-drop, no-code-friendly visual builder for Slack Block Kit messages. Integration-agnostic React component.",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)