@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/sdk",
3
- "version": "12.1.2",
3
+ "version": "13.0.0",
4
4
  "description": "23blocks SDK - unified meta-package re-exporting all blocks and utilities",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",