@23blocks/react 14.16.0 → 14.18.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 +30 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 14.18.0 (2026-05-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **@23blocks/react:** rebuild with DigestResponse type ([966f891](https://github.com/23blocks-OS/frontend-sdk/commit/966f891))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated @23blocks/block-conversations to 4.5.0
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Opus 4.6 (1M context)
14
+ - Juan Pelaez
15
+
16
+ ## 14.17.0 (2026-05-19)
17
+
18
+ ### 🚀 Features
19
+
20
+ - **@23blocks/react:** rebuild with reCAPTCHA v3 token support ([51cc7d1](https://github.com/23blocks-OS/frontend-sdk/commit/51cc7d1))
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated @23blocks/block-authentication to 7.5.0
25
+
26
+ ### ❤️ Thank You
27
+
28
+ - Claude Opus 4.6 (1M context)
29
+ - Juan Pelaez
30
+
1
31
  ## 14.16.0 (2026-05-19)
2
32
 
3
33
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/react",
3
- "version": "14.16.0",
3
+ "version": "14.18.0",
4
4
  "description": "React bindings for 23blocks SDK - hooks and context providers",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",