@23blocks/react 12.0.3 → 12.0.4

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 +1320 -0
  2. package/package.json +3 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,1320 @@
1
+ ## 12.0.4 (2026-02-24)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @23blocks/block-authentication to 7.1.0
6
+
7
+ ## 12.0.3 (2026-02-20)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **@23blocks/react:** fix OAuth hook method names and remove unused Transport import ([fb30499](https://github.com/23blocks-OS/frontend-sdk/commit/fb30499))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Claude Opus 4.6
16
+ - Juan Pelaez
17
+
18
+ ## 12.0.2 (2026-02-20)
19
+
20
+ ### 🩹 Fixes
21
+
22
+ - resolve typecheck errors across sdk, react, and testing packages ([36c3190](https://github.com/23blocks-OS/frontend-sdk/commit/36c3190))
23
+
24
+ ### ❤️ Thank You
25
+
26
+ - Claude Opus 4.6
27
+ - Juan Pelaez
28
+
29
+ ## 12.0.1 (2026-02-20)
30
+
31
+ ### 🧱 Updated Dependencies
32
+
33
+ - Updated @23blocks/block-forms to 5.0.1
34
+
35
+ # 12.0.0 (2026-02-20)
36
+
37
+ ### 🩹 Fixes
38
+
39
+ - ⚠️ **@23blocks/react:** rebuild with block-forms aligned to API strong params ([3b999fe](https://github.com/23blocks-OS/frontend-sdk/commit/3b999fe))
40
+
41
+ ### ⚠️ Breaking Changes
42
+
43
+ - **@23blocks/react:** rebuild with block-forms aligned to API strong params ([3b999fe](https://github.com/23blocks-OS/frontend-sdk/commit/3b999fe))
44
+
45
+ ### 🧱 Updated Dependencies
46
+
47
+ - Updated @23blocks/block-forms to 5.0.0
48
+
49
+ ### ❤️ Thank You
50
+
51
+ - Claude Opus 4.6
52
+ - Juan Pelaez
53
+
54
+ # 11.0.0 (2026-02-20)
55
+
56
+ ### 🚀 Features
57
+
58
+ - ⚠️ **@23blocks/react:** rebuild with appId replaced by apiKey across all blocks ([5d3bda6](https://github.com/23blocks-OS/frontend-sdk/commit/5d3bda6))
59
+
60
+ ### ⚠️ Breaking Changes
61
+
62
+ - **@23blocks/react:** rebuild with appId replaced by apiKey across all blocks ([5d3bda6](https://github.com/23blocks-OS/frontend-sdk/commit/5d3bda6))
63
+ Block configs no longer accept appId. Use apiKey instead.
64
+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
65
+
66
+ ### 🧱 Updated Dependencies
67
+
68
+ - Updated @23blocks/block-authentication to 7.0.0
69
+ - Updated @23blocks/block-conversations to 4.0.0
70
+ - Updated @23blocks/block-geolocation to 4.0.0
71
+ - Updated @23blocks/block-onboarding to 4.0.0
72
+ - Updated @23blocks/block-university to 4.0.0
73
+ - Updated @23blocks/block-campaigns to 4.0.0
74
+ - Updated @23blocks/block-products to 4.0.0
75
+ - Updated @23blocks/transport-http to 3.3.1
76
+ - Updated @23blocks/block-company to 4.0.0
77
+ - Updated @23blocks/block-content to 4.0.0
78
+ - Updated @23blocks/block-rewards to 4.0.0
79
+ - Updated @23blocks/block-assets to 4.0.0
80
+ - Updated @23blocks/block-jarvis to 5.0.0
81
+ - Updated @23blocks/block-search to 5.0.0
82
+ - Updated @23blocks/block-wallet to 4.0.0
83
+ - Updated @23blocks/block-files to 4.0.0
84
+ - Updated @23blocks/block-forms to 4.0.0
85
+ - Updated @23blocks/block-sales to 8.0.0
86
+ - Updated @23blocks/block-crm to 4.0.0
87
+ - Updated @23blocks/contracts to 2.3.1
88
+
89
+ ### ❤️ Thank You
90
+
91
+ - Claude Opus 4.6
92
+ - Juan Pelaez
93
+
94
+ # 10.0.0 (2026-02-19)
95
+
96
+ ### 🚀 Features
97
+
98
+ - ⚠️ **@23blocks/react:** rebuild with StripePaymentIntent breaking changes ([6a6fc7e](https://github.com/23blocks-OS/frontend-sdk/commit/6a6fc7e))
99
+
100
+ ### ⚠️ Breaking Changes
101
+
102
+ - **@23blocks/react:** rebuild with StripePaymentIntent breaking changes ([6a6fc7e](https://github.com/23blocks-OS/frontend-sdk/commit/6a6fc7e))
103
+
104
+ ### 🧱 Updated Dependencies
105
+
106
+ - Updated @23blocks/block-sales to 7.0.0
107
+
108
+ ### ❤️ Thank You
109
+
110
+ - Claude Opus 4.6
111
+ - Juan Pelaez
112
+
113
+ # 9.0.0 (2026-02-18)
114
+
115
+ ### 🩹 Fixes
116
+
117
+ - ⚠️ **@23blocks/react:** rebuild with breaking jarvis block changes ([527eb61](https://github.com/23blocks-OS/frontend-sdk/commit/527eb61))
118
+ - ⚠️ **@23blocks/sdk:** rebuild meta-packages with breaking jarvis block changes ([990f73c](https://github.com/23blocks-OS/frontend-sdk/commit/990f73c))
119
+
120
+ ### ⚠️ Breaking Changes
121
+
122
+ - **@23blocks/react:** rebuild with breaking jarvis block changes ([527eb61](https://github.com/23blocks-OS/frontend-sdk/commit/527eb61))
123
+ Jarvis block types, services, and mappers rewritten to
124
+ match API strong params.
125
+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
126
+ - **@23blocks/sdk:** rebuild meta-packages with breaking jarvis block changes ([990f73c](https://github.com/23blocks-OS/frontend-sdk/commit/990f73c))
127
+ Jarvis block types, services, and mappers rewritten to
128
+ match API strong params. Meta-packages must be rebuilt for consumers to
129
+ receive the updated block-jarvis code.
130
+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
131
+
132
+ ### 🧱 Updated Dependencies
133
+
134
+ - Updated @23blocks/block-jarvis to 4.0.0
135
+
136
+ ### ❤️ Thank You
137
+
138
+ - Claude Opus 4.6
139
+ - Juan Pelaez
140
+
141
+ # 8.0.0 (2026-02-18)
142
+
143
+ ### 🩹 Fixes
144
+
145
+ - ⚠️ **@23blocks/react:** rebuild with breaking sales block changes ([8873585](https://github.com/23blocks-OS/frontend-sdk/commit/8873585))
146
+
147
+ ### ⚠️ Breaking Changes
148
+
149
+ - **@23blocks/react:** rebuild with breaking sales block changes ([8873585](https://github.com/23blocks-OS/frontend-sdk/commit/8873585))
150
+ Sales block types and methods renamed/removed to match API.
151
+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
152
+
153
+ ### 🧱 Updated Dependencies
154
+
155
+ - Updated @23blocks/block-sales to 6.0.0
156
+
157
+ ### ❤️ Thank You
158
+
159
+ - Claude Opus 4.6
160
+ - Juan Pelaez
161
+
162
+ ## 7.7.5 (2026-02-18)
163
+
164
+ ### 🩹 Fixes
165
+
166
+ - **@23blocks/react:** rebuild meta-package with sales block strong params rewrite ([f8ebca6](https://github.com/23blocks-OS/frontend-sdk/commit/f8ebca6))
167
+
168
+ ### 🧱 Updated Dependencies
169
+
170
+ - Updated @23blocks/block-sales to 5.2.2
171
+
172
+ ### ❤️ Thank You
173
+
174
+ - Claude Opus 4.6
175
+ - Juan Pelaez
176
+
177
+ ## 7.7.4 (2026-02-18)
178
+
179
+ ### 🧱 Updated Dependencies
180
+
181
+ - Updated @23blocks/block-sales to 5.2.1
182
+
183
+ ## 7.7.3 (2026-02-18)
184
+
185
+ ### 🩹 Fixes
186
+
187
+ - **@23blocks/react:** rebuild with flat CreateOrderRequest support ([a753029](https://github.com/23blocks-OS/frontend-sdk/commit/a753029))
188
+
189
+ ### 🧱 Updated Dependencies
190
+
191
+ - Updated @23blocks/block-sales to 5.2.0
192
+
193
+ ### ❤️ Thank You
194
+
195
+ - Claude Opus 4.6
196
+ - Juan Pelaez
197
+
198
+ ## 7.7.2 (2026-02-17)
199
+
200
+ ### 🩹 Fixes
201
+
202
+ - pin block dependency minimums in meta-packages ([813719e](https://github.com/23blocks-OS/frontend-sdk/commit/813719e))
203
+
204
+ ### ❤️ Thank You
205
+
206
+ - Claude Opus 4.6
207
+ - Juan Pelaez
208
+
209
+ ## 7.7.1 (2026-02-17)
210
+
211
+ ### 🩹 Fixes
212
+
213
+ - **@23blocks/block-crm:** add strict type fallbacks to all CRM mappers ([00d1c9d](https://github.com/23blocks-OS/frontend-sdk/commit/00d1c9d))
214
+
215
+ ### 🧱 Updated Dependencies
216
+
217
+ - Updated @23blocks/block-crm to 3.3.1
218
+
219
+ ### ❤️ Thank You
220
+
221
+ - Claude Opus 4.6
222
+ - Juan Pelaez
223
+
224
+ ## 7.7.0 (2026-02-17)
225
+
226
+ ### 🚀 Features
227
+
228
+ - add health() method to all 18 blocks for service connectivity checks ([73514a3](https://github.com/23blocks-OS/frontend-sdk/commit/73514a3))
229
+
230
+ ### 🧱 Updated Dependencies
231
+
232
+ - Updated @23blocks/block-authentication to 6.5.0
233
+ - Updated @23blocks/block-conversations to 3.5.0
234
+ - Updated @23blocks/block-geolocation to 3.6.0
235
+ - Updated @23blocks/block-onboarding to 3.3.0
236
+ - Updated @23blocks/block-university to 3.6.0
237
+ - Updated @23blocks/block-campaigns to 3.3.0
238
+ - Updated @23blocks/block-products to 3.6.0
239
+ - Updated @23blocks/transport-http to 3.3.0
240
+ - Updated @23blocks/block-company to 3.4.0
241
+ - Updated @23blocks/block-content to 3.5.0
242
+ - Updated @23blocks/block-rewards to 3.4.0
243
+ - Updated @23blocks/block-assets to 3.3.0
244
+ - Updated @23blocks/block-jarvis to 3.3.0
245
+ - Updated @23blocks/block-search to 4.4.0
246
+ - Updated @23blocks/block-wallet to 3.3.0
247
+ - Updated @23blocks/block-files to 3.6.0
248
+ - Updated @23blocks/block-forms to 3.3.0
249
+ - Updated @23blocks/block-sales to 5.1.0
250
+ - Updated @23blocks/block-crm to 3.3.0
251
+ - Updated @23blocks/contracts to 2.3.0
252
+
253
+ ### ❤️ Thank You
254
+
255
+ - Claude Opus 4.6
256
+ - Juan Pelaez
257
+
258
+ ## 7.6.12 (2026-02-15)
259
+
260
+ ### 🩹 Fixes
261
+
262
+ - **@23blocks/sdk:** rebuild meta-packages with Stripe/MercadoPago decoding fix ([b333bf0](https://github.com/23blocks-OS/frontend-sdk/commit/b333bf0))
263
+
264
+ ### 🧱 Updated Dependencies
265
+
266
+ - Updated @23blocks/block-sales to 5.0.3
267
+
268
+ ### ❤️ Thank You
269
+
270
+ - Claude Opus 4.6
271
+ - Juan Pelaez
272
+
273
+ ## 7.6.11 (2026-02-14)
274
+
275
+ ### 🩹 Fixes
276
+
277
+ - **@23blocks/react:** rebuild with customers, entities, vendor-payments mapping fixes ([12b2079](https://github.com/23blocks-OS/frontend-sdk/commit/12b2079))
278
+
279
+ ### 🧱 Updated Dependencies
280
+
281
+ - Updated @23blocks/block-sales to 5.0.2
282
+
283
+ ### ❤️ Thank You
284
+
285
+ - Claude Opus 4.6
286
+ - Juan Pelaez
287
+
288
+ ## 7.6.10 (2026-02-14)
289
+
290
+ ### 🩹 Fixes
291
+
292
+ - **@23blocks/react:** rebuild with block-sales user subscription mapping fix ([ae94b7c](https://github.com/23blocks-OS/frontend-sdk/commit/ae94b7c))
293
+
294
+ ### 🧱 Updated Dependencies
295
+
296
+ - Updated @23blocks/block-sales to 5.0.1
297
+
298
+ ### ❤️ Thank You
299
+
300
+ - Claude Opus 4.6
301
+ - Juan Pelaez
302
+
303
+ ## 7.6.9 (2026-02-14)
304
+
305
+ ### 🩹 Fixes
306
+
307
+ - **@23blocks/react:** rebuild with block-sales payment intent breaking change ([ae591a3](https://github.com/23blocks-OS/frontend-sdk/commit/ae591a3))
308
+
309
+ ### 🧱 Updated Dependencies
310
+
311
+ - Updated @23blocks/block-sales to 5.0.0
312
+
313
+ ### ❤️ Thank You
314
+
315
+ - Claude Opus 4.6
316
+ - Juan Pelaez
317
+
318
+ ## 7.6.8 (2026-02-14)
319
+
320
+ ### 🩹 Fixes
321
+
322
+ - **@23blocks/react:** rebuild with latest block-sales@4.0.0 fixes ([564d270](https://github.com/23blocks-OS/frontend-sdk/commit/564d270))
323
+
324
+ ### ❤️ Thank You
325
+
326
+ - Claude Opus 4.6
327
+ - Juan Pelaez
328
+
329
+ ## 7.6.7 (2026-02-14)
330
+
331
+ ### 🧱 Updated Dependencies
332
+
333
+ - Updated @23blocks/block-sales to 4.0.0
334
+
335
+ ## 7.6.6 (2026-02-14)
336
+
337
+ ### 🧱 Updated Dependencies
338
+
339
+ - Updated @23blocks/block-sales to 3.6.0
340
+
341
+ ## 7.6.5 (2026-02-14)
342
+
343
+ ### 🧱 Updated Dependencies
344
+
345
+ - Updated @23blocks/block-sales to 3.5.0
346
+
347
+ ## 7.6.4 (2026-02-14)
348
+
349
+ ### 🧱 Updated Dependencies
350
+
351
+ - Updated @23blocks/block-sales to 3.4.0
352
+
353
+ ## 7.6.3 (2026-02-13)
354
+
355
+ ### 🧱 Updated Dependencies
356
+
357
+ - Updated @23blocks/block-sales to 3.3.2
358
+
359
+ ## 7.6.2 (2026-02-13)
360
+
361
+ ### 🧱 Updated Dependencies
362
+
363
+ - Updated @23blocks/block-sales to 3.3.1
364
+
365
+ ## 7.6.1 (2026-02-13)
366
+
367
+ ### 🧱 Updated Dependencies
368
+
369
+ - Updated @23blocks/block-sales to 3.3.0
370
+
371
+ ## 7.6.0 (2026-02-08)
372
+
373
+ ### 🧱 Updated Dependencies
374
+
375
+ - Updated @23blocks/block-authentication to 6.4.0
376
+ - Updated @23blocks/block-conversations to 3.4.0
377
+ - Updated @23blocks/block-geolocation to 3.5.0
378
+ - Updated @23blocks/block-onboarding to 3.2.0
379
+ - Updated @23blocks/block-university to 3.5.0
380
+ - Updated @23blocks/block-campaigns to 3.2.0
381
+ - Updated @23blocks/block-products to 3.5.0
382
+ - Updated @23blocks/transport-http to 3.2.0
383
+ - Updated @23blocks/block-company to 3.3.0
384
+ - Updated @23blocks/block-content to 3.4.0
385
+ - Updated @23blocks/block-rewards to 3.3.0
386
+ - Updated @23blocks/block-assets to 3.2.0
387
+ - Updated @23blocks/block-jarvis to 3.2.0
388
+ - Updated @23blocks/block-search to 4.3.0
389
+ - Updated @23blocks/block-wallet to 3.2.0
390
+ - Updated @23blocks/block-files to 3.5.0
391
+ - Updated @23blocks/block-forms to 3.2.0
392
+ - Updated @23blocks/block-sales to 3.2.0
393
+ - Updated @23blocks/block-crm to 3.2.0
394
+ - Updated @23blocks/contracts to 2.2.0
395
+
396
+ ## 7.5.16 (2026-02-07)
397
+
398
+ ### 🩹 Fixes
399
+
400
+ - replace misleading `id` params with `uniqueId` across SDK ([6dfc65b](https://github.com/23blocks-OS/frontend-sdk/commit/6dfc65b))
401
+
402
+ ### 🧱 Updated Dependencies
403
+
404
+ - Updated @23blocks/block-authentication to 6.3.6
405
+ - Updated @23blocks/block-search to 4.2.5
406
+ - Updated @23blocks/block-crm to 3.1.7
407
+
408
+ ### ❤️ Thank You
409
+
410
+ - Claude Opus 4.6
411
+ - Juan Pelaez
412
+
413
+ ## 7.5.15 (2026-02-07)
414
+
415
+ ### 🧱 Updated Dependencies
416
+
417
+ - Updated @23blocks/block-authentication to 6.3.5
418
+ - Updated @23blocks/block-conversations to 3.3.5
419
+ - Updated @23blocks/block-geolocation to 3.4.4
420
+ - Updated @23blocks/block-onboarding to 3.1.5
421
+ - Updated @23blocks/block-university to 3.4.4
422
+ - Updated @23blocks/block-campaigns to 3.1.5
423
+ - Updated @23blocks/block-products to 3.4.4
424
+ - Updated @23blocks/transport-http to 3.1.3
425
+ - Updated @23blocks/block-company to 3.2.5
426
+ - Updated @23blocks/block-content to 3.3.7
427
+ - Updated @23blocks/block-rewards to 3.2.4
428
+ - Updated @23blocks/block-assets to 3.1.5
429
+ - Updated @23blocks/block-jarvis to 3.1.7
430
+ - Updated @23blocks/block-search to 4.2.4
431
+ - Updated @23blocks/block-wallet to 3.1.5
432
+ - Updated @23blocks/block-files to 3.4.4
433
+ - Updated @23blocks/block-forms to 3.1.9
434
+ - Updated @23blocks/block-sales to 3.1.5
435
+ - Updated @23blocks/block-crm to 3.1.6
436
+ - Updated @23blocks/contracts to 2.1.3
437
+
438
+ ## 7.5.14 (2026-02-06)
439
+
440
+ ### 🧱 Updated Dependencies
441
+
442
+ - Updated @23blocks/block-authentication to 6.3.4
443
+ - Updated @23blocks/block-conversations to 3.3.4
444
+ - Updated @23blocks/block-geolocation to 3.4.3
445
+ - Updated @23blocks/block-onboarding to 3.1.4
446
+ - Updated @23blocks/block-university to 3.4.3
447
+ - Updated @23blocks/block-campaigns to 3.1.4
448
+ - Updated @23blocks/block-products to 3.4.3
449
+ - Updated @23blocks/transport-http to 3.1.2
450
+ - Updated @23blocks/block-company to 3.2.4
451
+ - Updated @23blocks/block-content to 3.3.6
452
+ - Updated @23blocks/block-rewards to 3.2.3
453
+ - Updated @23blocks/block-assets to 3.1.4
454
+ - Updated @23blocks/block-jarvis to 3.1.6
455
+ - Updated @23blocks/block-search to 4.2.3
456
+ - Updated @23blocks/block-wallet to 3.1.4
457
+ - Updated @23blocks/block-files to 3.4.3
458
+ - Updated @23blocks/block-forms to 3.1.8
459
+ - Updated @23blocks/block-sales to 3.1.4
460
+ - Updated @23blocks/block-crm to 3.1.5
461
+ - Updated @23blocks/contracts to 2.1.2
462
+
463
+ ## 7.5.13 (2026-01-28)
464
+
465
+ ### 🧱 Updated Dependencies
466
+
467
+ - Updated @23blocks/block-authentication to 6.3.3
468
+ - Updated @23blocks/block-search to 4.2.2
469
+
470
+ ## 7.5.12 (2026-01-20)
471
+
472
+ ### 🩹 Fixes
473
+
474
+ - resolve TypeScript errors and add PostTemplate validation support ([250d284](https://github.com/23blocks-OS/frontend-sdk/commit/250d284))
475
+
476
+ ### 🧱 Updated Dependencies
477
+
478
+ - Updated @23blocks/block-authentication to 6.3.2
479
+ - Updated @23blocks/block-conversations to 3.3.3
480
+ - Updated @23blocks/block-geolocation to 3.4.2
481
+ - Updated @23blocks/block-onboarding to 3.1.3
482
+ - Updated @23blocks/block-university to 3.4.2
483
+ - Updated @23blocks/block-campaigns to 3.1.3
484
+ - Updated @23blocks/block-products to 3.4.2
485
+ - Updated @23blocks/transport-http to 3.1.1
486
+ - Updated @23blocks/block-company to 3.2.3
487
+ - Updated @23blocks/block-content to 3.3.5
488
+ - Updated @23blocks/block-rewards to 3.2.2
489
+ - Updated @23blocks/block-assets to 3.1.3
490
+ - Updated @23blocks/block-jarvis to 3.1.5
491
+ - Updated @23blocks/block-search to 4.2.1
492
+ - Updated @23blocks/block-wallet to 3.1.3
493
+ - Updated @23blocks/block-files to 3.4.2
494
+ - Updated @23blocks/block-forms to 3.1.7
495
+ - Updated @23blocks/block-sales to 3.1.3
496
+ - Updated @23blocks/block-crm to 3.1.4
497
+ - Updated @23blocks/contracts to 2.1.1
498
+
499
+ ### ❤️ Thank You
500
+
501
+ - Claude Opus 4.5
502
+ - Juan Pelaez
503
+
504
+ ## 7.5.11 (2026-01-19)
505
+
506
+ ### 🧱 Updated Dependencies
507
+
508
+ - Updated @23blocks/block-content to 3.3.4
509
+
510
+ ## 7.5.10 (2026-01-18)
511
+
512
+ ### 🧱 Updated Dependencies
513
+
514
+ - Updated @23blocks/block-jarvis to 3.1.4
515
+
516
+ ## 7.5.9 (2026-01-17)
517
+
518
+ ### 🚀 Features
519
+
520
+ - **angular,react:** add Series bindings to framework packages ([2179374](https://github.com/23blocks-OS/frontend-sdk/commit/2179374))
521
+
522
+ ### ❤️ Thank You
523
+
524
+ - Claude Opus 4.5
525
+ - Juan Pelaez
526
+
527
+ ## 7.5.8 (2026-01-16)
528
+
529
+ ### 🧱 Updated Dependencies
530
+
531
+ - Updated @23blocks/block-content to 3.3.3
532
+
533
+ ## 7.5.7 (2026-01-16)
534
+
535
+ ### 🧱 Updated Dependencies
536
+
537
+ - Updated @23blocks/block-content to 3.3.2
538
+
539
+ ## 7.5.6 (2026-01-16)
540
+
541
+ ### 🩹 Fixes
542
+
543
+ - **sdk,react:** add robust browser detection for edge runtimes ([64d3dd6](https://github.com/23blocks-OS/frontend-sdk/commit/64d3dd6))
544
+
545
+ ### 🧱 Updated Dependencies
546
+
547
+ - Updated @23blocks/block-jarvis to 3.1.3
548
+
549
+ ### ❤️ Thank You
550
+
551
+ - Claude Opus 4.5
552
+ - Juan Pelaez
553
+
554
+ ## 7.5.5 (2026-01-16)
555
+
556
+ ### 🧱 Updated Dependencies
557
+
558
+ - Updated @23blocks/block-jarvis to 3.1.2
559
+
560
+ ## 7.5.4 (2026-01-16)
561
+
562
+ ### 🧱 Updated Dependencies
563
+
564
+ - Updated @23blocks/block-conversations to 3.3.2
565
+ - Updated @23blocks/block-geolocation to 3.4.1
566
+ - Updated @23blocks/block-onboarding to 3.1.2
567
+ - Updated @23blocks/block-university to 3.4.1
568
+ - Updated @23blocks/block-campaigns to 3.1.2
569
+ - Updated @23blocks/block-products to 3.4.1
570
+ - Updated @23blocks/block-company to 3.2.2
571
+ - Updated @23blocks/block-content to 3.3.1
572
+ - Updated @23blocks/block-rewards to 3.2.1
573
+ - Updated @23blocks/block-assets to 3.1.2
574
+ - Updated @23blocks/block-jarvis to 3.1.1
575
+ - Updated @23blocks/block-wallet to 3.1.2
576
+ - Updated @23blocks/block-files to 3.4.1
577
+ - Updated @23blocks/block-forms to 3.1.6
578
+ - Updated @23blocks/block-sales to 3.1.2
579
+ - Updated @23blocks/block-crm to 3.1.3
580
+
581
+ ## 7.5.3 (2026-01-13)
582
+
583
+ ### 🧱 Updated Dependencies
584
+
585
+ - Updated @23blocks/block-forms to 3.1.5
586
+ - Updated @23blocks/block-crm to 3.1.2
587
+
588
+ ## 7.5.2 (2026-01-05)
589
+
590
+ ### 🧱 Updated Dependencies
591
+
592
+ - Updated @23blocks/block-authentication to 6.3.1
593
+ - Updated @23blocks/block-conversations to 3.3.1
594
+ - Updated @23blocks/block-company to 3.2.1
595
+ - Updated @23blocks/block-forms to 3.1.4
596
+
597
+ ## 7.5.1 (2026-01-05)
598
+
599
+ ### 🧱 Updated Dependencies
600
+
601
+ - Updated @23blocks/block-forms to 3.1.3
602
+
603
+ ## 7.5.0 (2026-01-04)
604
+
605
+ ### 🧱 Updated Dependencies
606
+
607
+ - Updated @23blocks/block-authentication to 6.3.0
608
+ - Updated @23blocks/block-geolocation to 3.4.0
609
+ - Updated @23blocks/block-university to 3.4.0
610
+ - Updated @23blocks/block-products to 3.4.0
611
+ - Updated @23blocks/block-content to 3.3.0
612
+ - Updated @23blocks/block-rewards to 3.2.0
613
+ - Updated @23blocks/block-search to 4.2.0
614
+ - Updated @23blocks/block-files to 3.4.0
615
+
616
+ ## 7.4.0 (2026-01-04)
617
+
618
+ ### 🧱 Updated Dependencies
619
+
620
+ - Updated @23blocks/block-conversations to 3.3.0
621
+ - Updated @23blocks/block-geolocation to 3.3.0
622
+ - Updated @23blocks/block-university to 3.3.0
623
+ - Updated @23blocks/block-products to 3.3.0
624
+ - Updated @23blocks/block-files to 3.3.0
625
+
626
+ ## 7.3.0 (2026-01-04)
627
+
628
+ ### 🧱 Updated Dependencies
629
+
630
+ - Updated @23blocks/block-geolocation to 3.2.0
631
+ - Updated @23blocks/block-company to 3.2.0
632
+ - Updated @23blocks/block-content to 3.2.0
633
+ - Updated @23blocks/block-files to 3.2.0
634
+
635
+ ## 7.2.0 (2026-01-04)
636
+
637
+ ### 🧱 Updated Dependencies
638
+
639
+ - Updated @23blocks/block-authentication to 6.2.0
640
+ - Updated @23blocks/block-conversations to 3.2.0
641
+ - Updated @23blocks/block-university to 3.2.0
642
+ - Updated @23blocks/block-products to 3.2.0
643
+
644
+ ## 7.1.3 (2026-01-04)
645
+
646
+ ### 🧱 Updated Dependencies
647
+
648
+ - Updated @23blocks/block-geolocation to 3.1.1
649
+ - Updated @23blocks/block-onboarding to 3.1.1
650
+ - Updated @23blocks/block-university to 3.1.1
651
+ - Updated @23blocks/block-campaigns to 3.1.1
652
+ - Updated @23blocks/block-products to 3.1.1
653
+ - Updated @23blocks/block-content to 3.1.1
654
+ - Updated @23blocks/block-rewards to 3.1.1
655
+ - Updated @23blocks/block-assets to 3.1.1
656
+ - Updated @23blocks/block-search to 4.1.1
657
+ - Updated @23blocks/block-wallet to 3.1.1
658
+ - Updated @23blocks/block-files to 3.1.1
659
+ - Updated @23blocks/block-sales to 3.1.1
660
+ - Updated @23blocks/block-crm to 3.1.1
661
+
662
+ ## 7.1.2 (2026-01-04)
663
+
664
+ ### 🧱 Updated Dependencies
665
+
666
+ - Updated @23blocks/block-forms to 3.1.2
667
+
668
+ ## 7.1.1 (2026-01-04)
669
+
670
+ ### 🧱 Updated Dependencies
671
+
672
+ - Updated @23blocks/block-forms to 3.1.1
673
+
674
+ ## 7.1.0 (2026-01-01)
675
+
676
+ ### 🚀 Features
677
+
678
+ - add SDK developer experience improvements and testing package ([37db5f9](https://github.com/23blocks-OS/frontend-sdk/commit/37db5f9))
679
+
680
+ ### 🧱 Updated Dependencies
681
+
682
+ - Updated @23blocks/block-authentication to 6.1.0
683
+ - Updated @23blocks/block-conversations to 3.1.0
684
+ - Updated @23blocks/block-geolocation to 3.1.0
685
+ - Updated @23blocks/block-onboarding to 3.1.0
686
+ - Updated @23blocks/block-university to 3.1.0
687
+ - Updated @23blocks/block-campaigns to 3.1.0
688
+ - Updated @23blocks/block-products to 3.1.0
689
+ - Updated @23blocks/transport-http to 3.1.0
690
+ - Updated @23blocks/block-company to 3.1.0
691
+ - Updated @23blocks/block-content to 3.1.0
692
+ - Updated @23blocks/block-rewards to 3.1.0
693
+ - Updated @23blocks/block-assets to 3.1.0
694
+ - Updated @23blocks/block-jarvis to 3.1.0
695
+ - Updated @23blocks/block-search to 4.1.0
696
+ - Updated @23blocks/block-wallet to 3.1.0
697
+ - Updated @23blocks/block-files to 3.1.0
698
+ - Updated @23blocks/block-forms to 3.1.0
699
+ - Updated @23blocks/block-sales to 3.1.0
700
+ - Updated @23blocks/block-crm to 3.1.0
701
+ - Updated @23blocks/contracts to 2.1.0
702
+
703
+ ### ❤️ Thank You
704
+
705
+ - Claude Opus 4.5
706
+ - Juan Pelaez
707
+
708
+ ## 7.0.4 (2026-01-01)
709
+
710
+ ### 🧱 Updated Dependencies
711
+
712
+ - Updated @23blocks/block-authentication to 6.0.2
713
+ - Updated @23blocks/block-products to 3.0.2
714
+
715
+ ## 7.0.3 (2025-12-31)
716
+
717
+ ### 🧱 Updated Dependencies
718
+
719
+ - Updated @23blocks/block-authentication to 6.0.1
720
+ - Updated @23blocks/block-forms to 3.0.2
721
+
722
+ ## 7.0.2 (2025-12-24)
723
+
724
+ ### 🚀 Features
725
+
726
+ - **react:** add useUser hook for current user profile management ([a9fa091](https://github.com/23blocks-OS/frontend-sdk/commit/a9fa091))
727
+
728
+ ### ❤️ Thank You
729
+
730
+ - Claude Opus 4.5
731
+ - Juan Pelaez
732
+
733
+ ## 7.0.1 (2025-12-24)
734
+
735
+ ### 🩹 Fixes
736
+
737
+ - **react:** lazy-load auth methods in useAuth hook for SSR compatibility ([67fdcfe](https://github.com/23blocks-OS/frontend-sdk/commit/67fdcfe))
738
+
739
+ ### ❤️ Thank You
740
+
741
+ - Claude Opus 4.5
742
+ - Juan Pelaez
743
+
744
+ # 7.0.0 (2025-12-17)
745
+
746
+ ### 🩹 Fixes
747
+
748
+ - ⚠️ use x-api-key header for API standards compliance ([8206652](https://github.com/23blocks-OS/frontend-sdk/commit/8206652))
749
+
750
+ ### ⚠️ Breaking Changes
751
+
752
+ - use x-api-key header for API standards compliance ([8206652](https://github.com/23blocks-OS/frontend-sdk/commit/8206652))
753
+ The HTTP header sent with API requests changed from
754
+ 'api-key' to 'x-api-key'. Backend services need to accept 'x-api-key' header.
755
+ 🤖 Generated with [Claude Code](https://claude.com/claude-code)
756
+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
757
+
758
+ ### 🧱 Updated Dependencies
759
+
760
+ - Updated @23blocks/block-authentication to 6.0.0
761
+
762
+ ### ❤️ Thank You
763
+
764
+ - Claude Opus 4.5
765
+ - Juan Pelaez
766
+
767
+ ## 6.0.1 (2025-12-17)
768
+
769
+ ### 🧱 Updated Dependencies
770
+
771
+ - Updated @23blocks/block-authentication to 5.0.1
772
+ - Updated @23blocks/block-conversations to 3.0.1
773
+ - Updated @23blocks/block-geolocation to 3.0.1
774
+ - Updated @23blocks/block-onboarding to 3.0.1
775
+ - Updated @23blocks/block-university to 3.0.1
776
+ - Updated @23blocks/block-campaigns to 3.0.1
777
+ - Updated @23blocks/block-products to 3.0.1
778
+ - Updated @23blocks/transport-http to 3.0.1
779
+ - Updated @23blocks/block-company to 3.0.1
780
+ - Updated @23blocks/block-content to 3.0.1
781
+ - Updated @23blocks/block-rewards to 3.0.1
782
+ - Updated @23blocks/block-assets to 3.0.1
783
+ - Updated @23blocks/block-jarvis to 3.0.1
784
+ - Updated @23blocks/block-search to 4.0.1
785
+ - Updated @23blocks/block-wallet to 3.0.1
786
+ - Updated @23blocks/block-files to 3.0.1
787
+ - Updated @23blocks/block-forms to 3.0.1
788
+ - Updated @23blocks/block-sales to 3.0.1
789
+ - Updated @23blocks/block-crm to 3.0.1
790
+ - Updated @23blocks/contracts to 2.0.1
791
+
792
+ # 6.0.0 (2025-12-17)
793
+
794
+ ### 🚀 Features
795
+
796
+ - ⚠️ rename appId to apiKey and add test infrastructure ([fb02c62](https://github.com/23blocks-OS/frontend-sdk/commit/fb02c62))
797
+
798
+ ### ⚠️ Breaking Changes
799
+
800
+ - rename appId to apiKey and add test infrastructure ([fb02c62](https://github.com/23blocks-OS/frontend-sdk/commit/fb02c62))
801
+ The configuration property 'appId' has been renamed to 'apiKey' across all packages. The HTTP header sent to the API changed from 'appid' to 'api-key'.
802
+ - Rename appId to apiKey in BlockConfig interface
803
+ - Update SDK client, Angular providers, and React context
804
+ - Update all documentation with new apiKey examples
805
+ - Add comprehensive test infrastructure:
806
+ - Vitest workspace configuration (unit/integration/workflows)
807
+ - Docker compose for API testing
808
+ - Unit tests for mappers (32 tests passing)
809
+ - Integration test templates for Auth and Search blocks
810
+ - CI workflows for tiered testing (pr-checks, merge-tests, full-tests)
811
+ - Add BACKLOG.md tracking test prerequisites and pending work
812
+ - Add TEST_SUITE_STRATEGY.md documenting tiered testing approach
813
+ 🤖 Generated with [Claude Code](https://claude.com/claude-code)
814
+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
815
+
816
+ ### 🧱 Updated Dependencies
817
+
818
+ - Updated @23blocks/block-authentication to 5.0.0
819
+ - Updated @23blocks/block-conversations to 3.0.0
820
+ - Updated @23blocks/block-geolocation to 3.0.0
821
+ - Updated @23blocks/block-onboarding to 3.0.0
822
+ - Updated @23blocks/block-university to 3.0.0
823
+ - Updated @23blocks/block-campaigns to 3.0.0
824
+ - Updated @23blocks/block-products to 3.0.0
825
+ - Updated @23blocks/transport-http to 3.0.0
826
+ - Updated @23blocks/block-company to 3.0.0
827
+ - Updated @23blocks/block-content to 3.0.0
828
+ - Updated @23blocks/block-rewards to 3.0.0
829
+ - Updated @23blocks/block-assets to 3.0.0
830
+ - Updated @23blocks/block-jarvis to 3.0.0
831
+ - Updated @23blocks/block-search to 4.0.0
832
+ - Updated @23blocks/block-wallet to 3.0.0
833
+ - Updated @23blocks/block-files to 3.0.0
834
+ - Updated @23blocks/block-forms to 3.0.0
835
+ - Updated @23blocks/block-sales to 3.0.0
836
+ - Updated @23blocks/block-crm to 3.0.0
837
+ - Updated @23blocks/contracts to 2.0.0
838
+
839
+ ### ❤️ Thank You
840
+
841
+ - Claude Opus 4.5
842
+ - Juan Pelaez
843
+
844
+ ## 5.4.0 (2025-12-15)
845
+
846
+ ### 🧱 Updated Dependencies
847
+
848
+ - Updated @23blocks/block-campaigns to 2.1.0
849
+ - Updated @23blocks/block-products to 2.2.0
850
+ - Updated @23blocks/block-assets to 2.2.0
851
+ - Updated @23blocks/block-wallet to 2.1.0
852
+ - Updated @23blocks/block-sales to 2.2.0
853
+
854
+ ## 5.3.0 (2025-12-15)
855
+
856
+ ### 🧱 Updated Dependencies
857
+
858
+ - Updated @23blocks/block-university to 2.1.0
859
+ - Updated @23blocks/block-products to 2.1.0
860
+ - Updated @23blocks/block-rewards to 2.1.0
861
+ - Updated @23blocks/block-search to 3.1.0
862
+
863
+ ## 5.2.0 (2025-12-15)
864
+
865
+ ### 🧱 Updated Dependencies
866
+
867
+ - Updated @23blocks/block-geolocation to 2.1.0
868
+ - Updated @23blocks/block-content to 2.1.0
869
+ - Updated @23blocks/block-files to 2.1.0
870
+ - Updated @23blocks/block-forms to 2.1.0
871
+
872
+ ## 5.1.0 (2025-12-15)
873
+
874
+ ### 🧱 Updated Dependencies
875
+
876
+ - Updated @23blocks/block-conversations to 2.1.0
877
+ - Updated @23blocks/block-onboarding to 2.1.0
878
+ - Updated @23blocks/block-assets to 2.1.0
879
+ - Updated @23blocks/block-jarvis to 2.1.0
880
+ - Updated @23blocks/block-sales to 2.1.0
881
+ - Updated @23blocks/block-crm to 2.2.0
882
+
883
+ # 5.0.0 (2025-12-15)
884
+
885
+ ### 🧱 Updated Dependencies
886
+
887
+ - Updated @23blocks/block-authentication to 4.0.0
888
+
889
+ ## 4.0.1 (2025-12-15)
890
+
891
+ ### 🧱 Updated Dependencies
892
+
893
+ - Updated @23blocks/block-authentication to 3.1.1
894
+
895
+ # 4.0.0 (2025-12-15)
896
+
897
+ ### 🩹 Fixes
898
+
899
+ - ⚠️ remove confusing useAuthState alias ([ec42716](https://github.com/23blocks-OS/frontend-sdk/commit/ec42716))
900
+ - add all auth methods to useAuth hook ([6a7bcc6](https://github.com/23blocks-OS/frontend-sdk/commit/6a7bcc6))
901
+
902
+ ### ⚠️ Breaking Changes
903
+
904
+ - remove confusing useAuthState alias ([ec42716](https://github.com/23blocks-OS/frontend-sdk/commit/ec42716))
905
+ useAuthState has been removed. Use useAuth instead.
906
+ The useAuth hook now includes all authentication methods, so useAuthState
907
+ is no longer needed. This simplifies the API:
908
+ - useAuth: All auth operations (signIn, signUp, validateEmail, etc.)
909
+ - useUsers: Admin user management operations
910
+ - useMfa: Multi-factor authentication
911
+ - useOAuth: Social login and token management
912
+ - useAvatars: User avatar management
913
+ - useTenants: Tenant management
914
+ 🤖 Generated with [Claude Code](https://claude.com/claude-code)
915
+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
916
+
917
+ ### ❤️ Thank You
918
+
919
+ - Claude Opus 4.5
920
+ - Juan Pelaez
921
+
922
+ ## 3.1.0 (2025-12-15)
923
+
924
+ ### 🚀 Features
925
+
926
+ - add validateEmail, MFA, OAuth, Avatars, Tenants to Auth block and expand CRM block ([48b980f](https://github.com/23blocks-OS/frontend-sdk/commit/48b980f))
927
+
928
+ ### 🧱 Updated Dependencies
929
+
930
+ - Updated @23blocks/block-authentication to 3.1.0
931
+ - Updated @23blocks/block-crm to 2.1.0
932
+
933
+ ### ❤️ Thank You
934
+
935
+ - Claude Opus 4.5
936
+ - Juan Pelaez
937
+
938
+ ## 3.0.4 (2025-12-15)
939
+
940
+ ### 🧱 Updated Dependencies
941
+
942
+ - Updated @23blocks/block-authentication to 3.0.3
943
+
944
+ ## 3.0.3 (2025-12-15)
945
+
946
+ ### 🧱 Updated Dependencies
947
+
948
+ - Updated @23blocks/block-authentication to 3.0.2
949
+
950
+ ## 3.0.2 (2025-12-15)
951
+
952
+ ### 🧱 Updated Dependencies
953
+
954
+ - Updated @23blocks/block-authentication to 3.0.1
955
+ - Updated @23blocks/transport-http to 2.0.2
956
+
957
+ ## 3.0.1 (2025-12-15)
958
+
959
+ ### 🧱 Updated Dependencies
960
+
961
+ - Updated @23blocks/transport-http to 2.0.1
962
+
963
+ # 3.0.0 (2025-12-15)
964
+
965
+ ### 🩹 Fixes
966
+
967
+ - ⚠️ wrap all API request parameters with correct Rails object keys ([192ad70](https://github.com/23blocks-OS/frontend-sdk/commit/192ad70))
968
+
969
+ ### ⚠️ Breaking Changes
970
+
971
+ - wrap all API request parameters with correct Rails object keys ([192ad70](https://github.com/23blocks-OS/frontend-sdk/commit/192ad70))
972
+ All service methods now correctly wrap request bodies
973
+ with Rails-expected parameter keys (e.g., `user:`, `contact:`, `order:`).
974
+ This fixes the critical issue where API requests were failing validation
975
+ because parameters were sent flat instead of wrapped.
976
+ Affected blocks:
977
+ - block-authentication: auth, users, guests, apps, subscriptions, api-keys, roles
978
+ - block-crm: contacts, accounts, leads, opportunities, meetings, quotes
979
+ - block-company: companies, departments, teams, team-members, quarters
980
+ - block-content: posts, comments, categories, tags
981
+ - block-products: products, cart, catalog
982
+ - block-sales: orders, order-details, payments, subscriptions
983
+ - block-conversations: messages, groups, draft-messages, notifications
984
+ - block-wallet: wallets, authorization-codes
985
+ - block-files: storage-files, entity-files, file-schemas
986
+ - block-forms: forms, form-schemas, form-sets, form-instances
987
+ - block-assets: assets, asset-events, asset-audits
988
+ - block-campaigns: campaigns, campaign-media, audiences, landing-pages
989
+ - block-geolocation: locations, addresses, areas, regions, routes, bookings, premises
990
+ - block-rewards: rewards, coupons, loyalty, badges
991
+ - block-onboarding: onboardings, flows, user-journeys, user-identities
992
+ - block-university: courses, lessons, enrollments, assignments, submissions
993
+ - block-jarvis: agents, prompts, workflows, conversations
994
+ Consumer API remains unchanged - this is an internal fix.
995
+ 🤖 Generated with [Claude Code](https://claude.com/claude-code)
996
+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
997
+
998
+ ### 🧱 Updated Dependencies
999
+
1000
+ - Updated @23blocks/block-authentication to 3.0.0
1001
+ - Updated @23blocks/block-conversations to 2.0.0
1002
+ - Updated @23blocks/block-geolocation to 2.0.0
1003
+ - Updated @23blocks/block-onboarding to 2.0.0
1004
+ - Updated @23blocks/block-university to 2.0.0
1005
+ - Updated @23blocks/block-campaigns to 2.0.0
1006
+ - Updated @23blocks/block-products to 2.0.0
1007
+ - Updated @23blocks/transport-http to 2.0.0
1008
+ - Updated @23blocks/block-company to 2.0.0
1009
+ - Updated @23blocks/block-content to 2.0.0
1010
+ - Updated @23blocks/block-rewards to 2.0.0
1011
+ - Updated @23blocks/block-assets to 2.0.0
1012
+ - Updated @23blocks/block-jarvis to 2.0.0
1013
+ - Updated @23blocks/block-search to 3.0.0
1014
+ - Updated @23blocks/block-wallet to 2.0.0
1015
+ - Updated @23blocks/block-files to 2.0.0
1016
+ - Updated @23blocks/block-forms to 2.0.0
1017
+ - Updated @23blocks/block-sales to 2.0.0
1018
+ - Updated @23blocks/block-crm to 2.0.0
1019
+
1020
+ ### ❤️ Thank You
1021
+
1022
+ - Claude Opus 4.5
1023
+ - Juan Pelaez
1024
+
1025
+ ## 2.0.1 (2025-12-14)
1026
+
1027
+ ### 🚀 Features
1028
+
1029
+ - **react:** add React Native support with custom async storage ([072b04d](https://github.com/23blocks-OS/frontend-sdk/commit/072b04d))
1030
+
1031
+ ### ❤️ Thank You
1032
+
1033
+ - Claude Opus 4.5
1034
+ - Juan Pelaez
1035
+
1036
+ # 2.0.0 (2025-12-14)
1037
+
1038
+ ### 🚀 Features
1039
+
1040
+ - ⚠️ change appid header to x-api-key for API standards compliance ([bcaf889](https://github.com/23blocks-OS/frontend-sdk/commit/bcaf889))
1041
+
1042
+ ### ⚠️ Breaking Changes
1043
+
1044
+ - change appid header to x-api-key for API standards compliance ([bcaf889](https://github.com/23blocks-OS/frontend-sdk/commit/bcaf889))
1045
+ The header sent with requests changed from 'appid' to 'x-api-key'. Backend services need to accept 'x-api-key' header.
1046
+ 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1047
+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1048
+
1049
+ ### 🧱 Updated Dependencies
1050
+
1051
+ - Updated @23blocks/block-authentication to 2.0.0
1052
+ - Updated @23blocks/block-search to 2.0.0
1053
+
1054
+ ### ❤️ Thank You
1055
+
1056
+ - Claude Opus 4.5
1057
+ - Juan Pelaez
1058
+
1059
+ ## 1.1.3 (2025-12-14)
1060
+
1061
+ ### 🧱 Updated Dependencies
1062
+
1063
+ - Updated @23blocks/block-authentication to 1.0.5
1064
+ - Updated @23blocks/block-conversations to 1.0.4
1065
+ - Updated @23blocks/block-geolocation to 1.0.4
1066
+ - Updated @23blocks/block-onboarding to 1.0.4
1067
+ - Updated @23blocks/block-university to 1.0.4
1068
+ - Updated @23blocks/block-campaigns to 1.0.4
1069
+ - Updated @23blocks/block-products to 1.0.4
1070
+ - Updated @23blocks/transport-http to 1.0.4
1071
+ - Updated @23blocks/block-company to 1.0.4
1072
+ - Updated @23blocks/block-content to 1.0.5
1073
+ - Updated @23blocks/block-rewards to 1.0.4
1074
+ - Updated @23blocks/block-assets to 1.0.4
1075
+ - Updated @23blocks/block-jarvis to 1.0.4
1076
+ - Updated @23blocks/block-search to 1.0.4
1077
+ - Updated @23blocks/block-wallet to 1.0.4
1078
+ - Updated @23blocks/block-files to 1.0.4
1079
+ - Updated @23blocks/block-forms to 1.0.4
1080
+ - Updated @23blocks/block-sales to 1.0.4
1081
+ - Updated @23blocks/block-crm to 1.0.4
1082
+ - Updated @23blocks/contracts to 1.0.4
1083
+
1084
+ ## 1.1.2 (2025-12-14)
1085
+
1086
+ ### 🩹 Fixes
1087
+
1088
+ - **react:** configure SWC for automatic JSX runtime ([036230d](https://github.com/23blocks-OS/frontend-sdk/commit/036230d))
1089
+
1090
+ ### 🧱 Updated Dependencies
1091
+
1092
+ - Updated @23blocks/block-authentication to 1.0.4
1093
+ - Updated @23blocks/block-conversations to 1.0.3
1094
+ - Updated @23blocks/block-geolocation to 1.0.3
1095
+ - Updated @23blocks/block-onboarding to 1.0.3
1096
+ - Updated @23blocks/block-university to 1.0.3
1097
+ - Updated @23blocks/block-campaigns to 1.0.3
1098
+ - Updated @23blocks/block-products to 1.0.3
1099
+ - Updated @23blocks/transport-http to 1.0.3
1100
+ - Updated @23blocks/block-company to 1.0.3
1101
+ - Updated @23blocks/block-content to 1.0.4
1102
+ - Updated @23blocks/block-rewards to 1.0.3
1103
+ - Updated @23blocks/block-assets to 1.0.3
1104
+ - Updated @23blocks/block-jarvis to 1.0.3
1105
+ - Updated @23blocks/block-search to 1.0.3
1106
+ - Updated @23blocks/block-wallet to 1.0.3
1107
+ - Updated @23blocks/block-files to 1.0.3
1108
+ - Updated @23blocks/block-forms to 1.0.3
1109
+ - Updated @23blocks/block-sales to 1.0.3
1110
+ - Updated @23blocks/block-crm to 1.0.3
1111
+ - Updated @23blocks/contracts to 1.0.3
1112
+
1113
+ ### ❤️ Thank You
1114
+
1115
+ - Claude Opus 4.5
1116
+ - Juan Pelaez
1117
+
1118
+ ## 1.1.1 (2025-12-14)
1119
+
1120
+ ### 🧱 Updated Dependencies
1121
+
1122
+ - Updated @23blocks/block-content to 1.0.3
1123
+
1124
+ ## 1.1.0 (2025-12-14)
1125
+
1126
+ ### 🚀 Features
1127
+
1128
+ - per-service URL configuration with no fallback behavior ([e6cabce](https://github.com/23blocks-OS/frontend-sdk/commit/e6cabce))
1129
+
1130
+ ### 🧱 Updated Dependencies
1131
+
1132
+ - Updated @23blocks/block-authentication to 1.0.3
1133
+ - Updated @23blocks/block-conversations to 1.0.2
1134
+ - Updated @23blocks/block-geolocation to 1.0.2
1135
+ - Updated @23blocks/block-onboarding to 1.0.2
1136
+ - Updated @23blocks/block-university to 1.0.2
1137
+ - Updated @23blocks/block-campaigns to 1.0.2
1138
+ - Updated @23blocks/block-products to 1.0.2
1139
+ - Updated @23blocks/transport-http to 1.0.2
1140
+ - Updated @23blocks/block-company to 1.0.2
1141
+ - Updated @23blocks/block-content to 1.0.2
1142
+ - Updated @23blocks/block-rewards to 1.0.2
1143
+ - Updated @23blocks/block-assets to 1.0.2
1144
+ - Updated @23blocks/block-jarvis to 1.0.2
1145
+ - Updated @23blocks/block-search to 1.0.2
1146
+ - Updated @23blocks/block-wallet to 1.0.2
1147
+ - Updated @23blocks/block-files to 1.0.2
1148
+ - Updated @23blocks/block-forms to 1.0.2
1149
+ - Updated @23blocks/block-sales to 1.0.2
1150
+ - Updated @23blocks/block-crm to 1.0.2
1151
+ - Updated @23blocks/contracts to 1.0.2
1152
+
1153
+ ### ❤️ Thank You
1154
+
1155
+ - Claude Opus 4.5
1156
+ - Juan Pelaez
1157
+
1158
+ ## 1.0.3 (2025-12-14)
1159
+
1160
+ ### 🚀 Features
1161
+
1162
+ - ⚠️ **sdk,react,angular:** add per-service URL support for microservices ([a0cb4f2](https://github.com/23blocks-OS/frontend-sdk/commit/a0cb4f2))
1163
+
1164
+ ### ⚠️ Breaking Changes
1165
+
1166
+ - **sdk,react,angular:** add per-service URL support for microservices ([a0cb4f2](https://github.com/23blocks-OS/frontend-sdk/commit/a0cb4f2))
1167
+ `baseUrl` replaced with `urls: { authentication: '...' }`
1168
+ 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1169
+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1170
+
1171
+ ### ❤️ Thank You
1172
+
1173
+ - Claude Opus 4.5
1174
+ - Juan Pelaez
1175
+
1176
+ ## 1.0.2 (2025-12-14)
1177
+
1178
+ ### 🧱 Updated Dependencies
1179
+
1180
+ - Updated @23blocks/block-authentication to 1.0.2
1181
+ - Updated @23blocks/block-conversations to 1.0.1
1182
+ - Updated @23blocks/block-geolocation to 1.0.1
1183
+ - Updated @23blocks/block-onboarding to 1.0.1
1184
+ - Updated @23blocks/block-university to 1.0.1
1185
+ - Updated @23blocks/block-campaigns to 1.0.1
1186
+ - Updated @23blocks/block-products to 1.0.1
1187
+ - Updated @23blocks/transport-http to 1.0.1
1188
+ - Updated @23blocks/block-company to 1.0.1
1189
+ - Updated @23blocks/block-content to 1.0.1
1190
+ - Updated @23blocks/block-rewards to 1.0.1
1191
+ - Updated @23blocks/block-assets to 1.0.1
1192
+ - Updated @23blocks/block-jarvis to 1.0.1
1193
+ - Updated @23blocks/block-search to 1.0.1
1194
+ - Updated @23blocks/block-wallet to 1.0.1
1195
+ - Updated @23blocks/block-files to 1.0.1
1196
+ - Updated @23blocks/block-forms to 1.0.1
1197
+ - Updated @23blocks/block-sales to 1.0.1
1198
+ - Updated @23blocks/block-crm to 1.0.1
1199
+ - Updated @23blocks/contracts to 1.0.1
1200
+
1201
+ ## 1.0.1 (2025-12-13)
1202
+
1203
+ ### 🧱 Updated Dependencies
1204
+
1205
+ - Updated @23blocks/block-authentication to 1.0.1
1206
+
1207
+ # 1.0.0 (2025-12-13)
1208
+
1209
+ ### 🚀 Features
1210
+
1211
+ - ⚠️ add simplified client API with automatic token management ([0b910c6](https://github.com/23blocks-OS/frontend-sdk/commit/0b910c6))
1212
+
1213
+ ### ⚠️ Breaking Changes
1214
+
1215
+ - add simplified client API with automatic token management ([0b910c6](https://github.com/23blocks-OS/frontend-sdk/commit/0b910c6))
1216
+ None - new APIs are additive, existing APIs unchanged
1217
+ 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1218
+ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1219
+
1220
+ ### 🧱 Updated Dependencies
1221
+
1222
+ - Updated @23blocks/block-authentication to 1.0.0
1223
+ - Updated @23blocks/block-conversations to 1.0.0
1224
+ - Updated @23blocks/block-geolocation to 1.0.0
1225
+ - Updated @23blocks/block-onboarding to 1.0.0
1226
+ - Updated @23blocks/block-university to 1.0.0
1227
+ - Updated @23blocks/block-campaigns to 1.0.0
1228
+ - Updated @23blocks/block-products to 1.0.0
1229
+ - Updated @23blocks/transport-http to 1.0.0
1230
+ - Updated @23blocks/block-company to 1.0.0
1231
+ - Updated @23blocks/block-content to 1.0.0
1232
+ - Updated @23blocks/block-rewards to 1.0.0
1233
+ - Updated @23blocks/block-assets to 1.0.0
1234
+ - Updated @23blocks/block-jarvis to 1.0.0
1235
+ - Updated @23blocks/block-search to 1.0.0
1236
+ - Updated @23blocks/block-wallet to 1.0.0
1237
+ - Updated @23blocks/block-files to 1.0.0
1238
+ - Updated @23blocks/block-forms to 1.0.0
1239
+ - Updated @23blocks/block-sales to 1.0.0
1240
+ - Updated @23blocks/block-crm to 1.0.0
1241
+ - Updated @23blocks/contracts to 1.0.0
1242
+
1243
+ ### ❤️ Thank You
1244
+
1245
+ - Claude Opus 4.5
1246
+ - Juan Pelaez
1247
+
1248
+ ## 0.2.1 (2025-12-13)
1249
+
1250
+ ### 🧱 Updated Dependencies
1251
+
1252
+ - Updated @23blocks/block-authentication to 0.1.2
1253
+ - Updated @23blocks/block-conversations to 0.2.1
1254
+ - Updated @23blocks/block-geolocation to 0.2.1
1255
+ - Updated @23blocks/block-onboarding to 0.2.1
1256
+ - Updated @23blocks/block-university to 0.2.1
1257
+ - Updated @23blocks/block-campaigns to 0.2.1
1258
+ - Updated @23blocks/block-products to 0.2.1
1259
+ - Updated @23blocks/block-company to 0.2.1
1260
+ - Updated @23blocks/block-content to 0.2.1
1261
+ - Updated @23blocks/block-rewards to 0.2.1
1262
+ - Updated @23blocks/block-assets to 0.2.1
1263
+ - Updated @23blocks/block-jarvis to 0.2.1
1264
+ - Updated @23blocks/block-search to 0.1.2
1265
+ - Updated @23blocks/block-wallet to 0.2.1
1266
+ - Updated @23blocks/block-files to 0.2.1
1267
+ - Updated @23blocks/block-forms to 0.2.1
1268
+ - Updated @23blocks/block-sales to 0.2.1
1269
+ - Updated @23blocks/block-crm to 0.2.1
1270
+ - Updated @23blocks/contracts to 0.1.2
1271
+
1272
+ ## 0.2.0 (2025-12-13)
1273
+
1274
+ ### 🚀 Features
1275
+
1276
+ - add all block packages with React and Angular bindings ([bbeecf7](https://github.com/23blocks-OS/frontend-sdk/commit/bbeecf7))
1277
+
1278
+ ### 🧱 Updated Dependencies
1279
+
1280
+ - Updated @23blocks/block-authentication to 0.1.1
1281
+ - Updated @23blocks/block-conversations to 0.2.0
1282
+ - Updated @23blocks/block-geolocation to 0.2.0
1283
+ - Updated @23blocks/block-onboarding to 0.2.0
1284
+ - Updated @23blocks/block-university to 0.2.0
1285
+ - Updated @23blocks/block-campaigns to 0.2.0
1286
+ - Updated @23blocks/block-products to 0.2.0
1287
+ - Updated @23blocks/block-company to 0.2.0
1288
+ - Updated @23blocks/block-content to 0.2.0
1289
+ - Updated @23blocks/block-rewards to 0.2.0
1290
+ - Updated @23blocks/block-assets to 0.2.0
1291
+ - Updated @23blocks/block-jarvis to 0.2.0
1292
+ - Updated @23blocks/block-search to 0.1.1
1293
+ - Updated @23blocks/block-wallet to 0.2.0
1294
+ - Updated @23blocks/block-files to 0.2.0
1295
+ - Updated @23blocks/block-forms to 0.2.0
1296
+ - Updated @23blocks/block-sales to 0.2.0
1297
+ - Updated @23blocks/block-crm to 0.2.0
1298
+ - Updated @23blocks/contracts to 0.1.1
1299
+
1300
+ ### ❤️ Thank You
1301
+
1302
+ - Claude Opus 4.5
1303
+ - Juan Pelaez
1304
+
1305
+ ## 0.1.0 (2025-12-13)
1306
+
1307
+ ### 🚀 Features
1308
+
1309
+ - 23blocks SDK initial release ([ab53789](https://github.com/23blocks-OS/frontend-sdk/commit/ab53789))
1310
+
1311
+ ### 🧱 Updated Dependencies
1312
+
1313
+ - Updated @23blocks/block-authentication to 0.1.0
1314
+ - Updated @23blocks/block-search to 0.1.0
1315
+ - Updated @23blocks/contracts to 0.1.0
1316
+
1317
+ ### ❤️ Thank You
1318
+
1319
+ - Claude Opus 4.5
1320
+ - Juan Pelaez
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/react",
3
- "version": "12.0.3",
3
+ "version": "12.0.4",
4
4
  "description": "React bindings for 23blocks SDK - hooks and context providers",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",
@@ -44,6 +44,8 @@
44
44
  },
45
45
  "files": [
46
46
  "dist",
47
+ "CHANGELOG.md",
48
+ "README.md",
47
49
  "!**/*.tsbuildinfo"
48
50
  ],
49
51
  "nx": {