@23blocks/react 13.1.2 → 14.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
+ # 14.0.0 (2026-03-05)
2
+
3
+ ### 🚀 Features
4
+
5
+ - ⚠️ **@23blocks/react:** rebuild with products block strong params alignment ([28063f5](https://github.com/23blocks-OS/frontend-sdk/commit/28063f5))
6
+
7
+ ### ⚠️ Breaking Changes
8
+
9
+ - **@23blocks/react:** rebuild with products block strong params alignment ([28063f5](https://github.com/23blocks-OS/frontend-sdk/commit/28063f5))
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
  ## 13.1.2 (2026-03-04)
2
23
 
3
24
  This was a version bump only for @23blocks/react to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/react",
3
- "version": "13.1.2",
3
+ "version": "14.0.0",
4
4
  "description": "React bindings for 23blocks SDK - hooks and context providers",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",