@23blocks/sdk 12.1.2 → 13.0.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.
- package/CHANGELOG.md +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# 13.0.0 (2026-03-05)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- ⚠️ **@23blocks/sdk:** rebuild with products block strong params alignment ([d2c9edc](https://github.com/23blocks-OS/frontend-sdk/commit/d2c9edc))
|
|
6
|
+
|
|
7
|
+
### ⚠️ Breaking Changes
|
|
8
|
+
|
|
9
|
+
- **@23blocks/sdk:** rebuild with products block strong params alignment ([d2c9edc](https://github.com/23blocks-OS/frontend-sdk/commit/d2c9edc))
|
|
10
|
+
Bundles updated @23blocks/block-products with breaking type/service changes.
|
|
11
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated @23blocks/block-products to 5.0.0
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Claude Opus 4.6
|
|
20
|
+
- Juan Pelaez
|
|
21
|
+
|
|
1
22
|
## 12.1.2 (2026-03-04)
|
|
2
23
|
|
|
3
24
|
### 📖 Documentation
|