@23blocks/react 14.7.0 → 14.7.1
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.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 14.7.1 (2026-03-14)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **@23blocks/react:** rebuild with JSON:API codec fixes for jarvis and sales blocks ([2bd7957](https://github.com/23blocks-OS/frontend-sdk/commit/2bd7957))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated @23blocks/block-jarvis to 5.3.1
|
|
10
|
+
- Updated @23blocks/block-sales to 8.0.2
|
|
11
|
+
|
|
12
|
+
### ❤️ Thank You
|
|
13
|
+
|
|
14
|
+
- Claude Opus 4.6 (1M context)
|
|
15
|
+
- Juan Pelaez
|
|
16
|
+
|
|
1
17
|
## 14.7.0 (2026-03-14)
|
|
2
18
|
|
|
3
19
|
### 🚀 Features
|