From 7f4468c33fc64b00f8bb15c66dd4ea0a9810f403 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:34:38 +0000 Subject: [PATCH] chore(main): release block-kitchen 0.10.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23bb58e..0265709 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.11" + ".": "0.10.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3d714..83a10c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.12](https://github.com/TightknitAI/block-kitchen/compare/block-kitchen-v0.10.11...block-kitchen-v0.10.12) (2026-08-31) + + +### Bug Fixes + +* **deps:** raise [@tiptap](https://github.com/tiptap) to ^3.30.5 for the mergeAttributes prototype fix ([9f378c8](https://github.com/TightknitAI/block-kitchen/commit/9f378c88625b64254232c2cda0d226c4521cfd76)) +* **deps:** raise [@tiptap](https://github.com/tiptap) to ^3.30.5 for the mergeAttributes prototype fix ([210125d](https://github.com/TightknitAI/block-kitchen/commit/210125dbbb0a56f274254fa236c63359ec526a1b)) + ## [0.10.11](https://github.com/TightknitAI/block-kitchen/compare/block-kitchen-v0.10.10...block-kitchen-v0.10.11) (2026-08-17) diff --git a/package.json b/package.json index 66a19d9..dd9fa27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tightknitai/block-kitchen", - "version": "0.10.11", + "version": "0.10.12", "description": "A drag-and-drop, no-code-friendly visual builder for Slack Block Kit messages. Integration-agnostic React component.", "type": "module", "main": "./dist/index.cjs",