@23blocks/react 14.10.0 → 14.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## 14.12.0 (2026-04-28)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **@23blocks/react:** rebuild with delegations CRUD and conversations unread summary ([6769e98](https://github.com/23blocks-OS/frontend-sdk/commit/6769e98))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @23blocks/block-conversations to 4.2.0
10
+ - Updated @23blocks/block-jarvis to 5.8.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Claude Opus 4.6 (1M context)
15
+ - Juan Pelaez
16
+
17
+ ## 14.11.0 (2026-04-28)
18
+
19
+ ### 🚀 Features
20
+
21
+ - **@23blocks/react:** rebuild with supervisor handoff and delegation management ([ddc278c](https://github.com/23blocks-OS/frontend-sdk/commit/ddc278c))
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated @23blocks/block-jarvis to 5.7.0
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - Claude Opus 4.6 (1M context)
30
+ - Juan Pelaez
31
+
1
32
  ## 14.10.0 (2026-04-17)
2
33
 
3
34
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/react",
3
- "version": "14.10.0",
3
+ "version": "14.12.0",
4
4
  "description": "React bindings for 23blocks SDK - hooks and context providers",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",