@23blocks/react 14.7.0 → 14.7.2

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 +32 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## 14.7.2 (2026-04-16)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **@23blocks/react:** rebuild with CRM billing reports and onboarding journey codec fixes ([25bece8](https://github.com/23blocks-OS/frontend-sdk/commit/25bece8))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @23blocks/block-onboarding to 5.0.2
10
+ - Updated @23blocks/block-crm to 5.0.2
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Claude Opus 4.6 (1M context)
15
+ - Juan Pelaez
16
+
17
+ ## 14.7.1 (2026-03-14)
18
+
19
+ ### 🩹 Fixes
20
+
21
+ - **@23blocks/react:** rebuild with JSON:API codec fixes for jarvis and sales blocks ([2bd7957](https://github.com/23blocks-OS/frontend-sdk/commit/2bd7957))
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated @23blocks/block-jarvis to 5.3.1
26
+ - Updated @23blocks/block-sales to 8.0.2
27
+
28
+ ### ❤️ Thank You
29
+
30
+ - Claude Opus 4.6 (1M context)
31
+ - Juan Pelaez
32
+
1
33
  ## 14.7.0 (2026-03-14)
2
34
 
3
35
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/react",
3
- "version": "14.7.0",
3
+ "version": "14.7.2",
4
4
  "description": "React bindings for 23blocks SDK - hooks and context providers",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",