@23blocks/block-sales 8.0.0 → 8.0.1
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 +462 -0
- package/package.json +3 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,462 @@
|
|
|
1
|
+
## 8.0.1 (2026-03-03)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @23blocks/jsonapi-codec to 3.3.2
|
|
6
|
+
- Updated @23blocks/contracts to 2.3.2
|
|
7
|
+
|
|
8
|
+
# 8.0.0 (2026-02-20)
|
|
9
|
+
|
|
10
|
+
### 🩹 Fixes
|
|
11
|
+
|
|
12
|
+
- ⚠️ replace appId with apiKey across all block configs to align with BlockConfig contract ([f81626d](https://github.com/23blocks-OS/frontend-sdk/commit/f81626d))
|
|
13
|
+
- resolve typecheck errors across all block packages ([6089324](https://github.com/23blocks-OS/frontend-sdk/commit/6089324))
|
|
14
|
+
|
|
15
|
+
### ⚠️ Breaking Changes
|
|
16
|
+
|
|
17
|
+
- replace appId with apiKey across all block configs to align with BlockConfig contract ([f81626d](https://github.com/23blocks-OS/frontend-sdk/commit/f81626d))
|
|
18
|
+
Block config no longer accepts appId. Use apiKey instead.
|
|
19
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
20
|
+
|
|
21
|
+
### 🧱 Updated Dependencies
|
|
22
|
+
|
|
23
|
+
- Updated @23blocks/jsonapi-codec to 3.3.1
|
|
24
|
+
- Updated @23blocks/contracts to 2.3.1
|
|
25
|
+
|
|
26
|
+
### ❤️ Thank You
|
|
27
|
+
|
|
28
|
+
- Claude Opus 4.6
|
|
29
|
+
- Juan Pelaez
|
|
30
|
+
|
|
31
|
+
# 7.0.0 (2026-02-19)
|
|
32
|
+
|
|
33
|
+
### 🚀 Features
|
|
34
|
+
|
|
35
|
+
- ⚠️ **@23blocks/block-sales:** add paymentIntentId, customer, metadata to StripePaymentIntent ([c0bd1b2](https://github.com/23blocks-OS/frontend-sdk/commit/c0bd1b2))
|
|
36
|
+
|
|
37
|
+
### ⚠️ Breaking Changes
|
|
38
|
+
|
|
39
|
+
- **@23blocks/block-sales:** add paymentIntentId, customer, metadata to StripePaymentIntent ([c0bd1b2](https://github.com/23blocks-OS/frontend-sdk/commit/c0bd1b2))
|
|
40
|
+
|
|
41
|
+
### ❤️ Thank You
|
|
42
|
+
|
|
43
|
+
- Claude Opus 4.6
|
|
44
|
+
- Juan Pelaez
|
|
45
|
+
|
|
46
|
+
# 6.0.0 (2026-02-18)
|
|
47
|
+
|
|
48
|
+
### 🩹 Fixes
|
|
49
|
+
|
|
50
|
+
- ⚠️ **@23blocks/block-sales:** mark breaking change for API strong params rewrite ([8285990](https://github.com/23blocks-OS/frontend-sdk/commit/8285990))
|
|
51
|
+
|
|
52
|
+
### ⚠️ Breaking Changes
|
|
53
|
+
|
|
54
|
+
- **@23blocks/block-sales:** mark breaking change for API strong params rewrite ([8285990](https://github.com/23blocks-OS/frontend-sdk/commit/8285990))
|
|
55
|
+
All request types, service methods, and response mappers
|
|
56
|
+
rewritten to match Rails API strong params 1:1. Removed methods:
|
|
57
|
+
subscriptions.cancel/pause/resume/listByUser/update. Renamed methods:
|
|
58
|
+
mercadopago.createPaymentIntent→createPayment. Removed types:
|
|
59
|
+
SubscriptionInterval, SubscriptionStatus, MercadoPagoPaymentIntent,
|
|
60
|
+
StripeLineItem. Renamed/removed fields across all request types.
|
|
61
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
62
|
+
|
|
63
|
+
### ❤️ Thank You
|
|
64
|
+
|
|
65
|
+
- Claude Opus 4.6
|
|
66
|
+
- Juan Pelaez
|
|
67
|
+
|
|
68
|
+
## 5.2.2 (2026-02-18)
|
|
69
|
+
|
|
70
|
+
### 🩹 Fixes
|
|
71
|
+
|
|
72
|
+
- **@23blocks/block-sales:** rewrite all types, services, and mappers to match API strong params 1:1 ([6fef3d3](https://github.com/23blocks-OS/frontend-sdk/commit/6fef3d3))
|
|
73
|
+
|
|
74
|
+
### ❤️ Thank You
|
|
75
|
+
|
|
76
|
+
- Claude Opus 4.6
|
|
77
|
+
- Juan Pelaez
|
|
78
|
+
|
|
79
|
+
## 5.2.1 (2026-02-18)
|
|
80
|
+
|
|
81
|
+
### 🩹 Fixes
|
|
82
|
+
|
|
83
|
+
- **@23blocks/block-sales:** add delivery field to Order type and CreateOrderRequest ([28fffbe](https://github.com/23blocks-OS/frontend-sdk/commit/28fffbe))
|
|
84
|
+
- **@23blocks/block-sales:** remove items[] from CreateOrderRequest ([db4743a](https://github.com/23blocks-OS/frontend-sdk/commit/db4743a))
|
|
85
|
+
|
|
86
|
+
### ❤️ Thank You
|
|
87
|
+
|
|
88
|
+
- Claude Opus 4.6
|
|
89
|
+
- Juan Pelaez
|
|
90
|
+
|
|
91
|
+
## 5.2.0 (2026-02-18)
|
|
92
|
+
|
|
93
|
+
### 🚀 Features
|
|
94
|
+
|
|
95
|
+
- **@23blocks/block-sales:** support flat order format in CreateOrderRequest ([f64dbd0](https://github.com/23blocks-OS/frontend-sdk/commit/f64dbd0))
|
|
96
|
+
|
|
97
|
+
### ❤️ Thank You
|
|
98
|
+
|
|
99
|
+
- Claude Opus 4.6
|
|
100
|
+
- Juan Pelaez
|
|
101
|
+
|
|
102
|
+
## 5.1.0 (2026-02-17)
|
|
103
|
+
|
|
104
|
+
### 🚀 Features
|
|
105
|
+
|
|
106
|
+
- add health() method to all 18 blocks for service connectivity checks ([73514a3](https://github.com/23blocks-OS/frontend-sdk/commit/73514a3))
|
|
107
|
+
|
|
108
|
+
### 🧱 Updated Dependencies
|
|
109
|
+
|
|
110
|
+
- Updated @23blocks/jsonapi-codec to 3.3.0
|
|
111
|
+
- Updated @23blocks/contracts to 2.3.0
|
|
112
|
+
|
|
113
|
+
### ❤️ Thank You
|
|
114
|
+
|
|
115
|
+
- Claude Opus 4.6
|
|
116
|
+
- Juan Pelaez
|
|
117
|
+
|
|
118
|
+
## 5.0.3 (2026-02-15)
|
|
119
|
+
|
|
120
|
+
### 🩹 Fixes
|
|
121
|
+
|
|
122
|
+
- **@23blocks/block-sales:** fix Stripe and MercadoPago JSON:API response decoding ([86e7c1d](https://github.com/23blocks-OS/frontend-sdk/commit/86e7c1d))
|
|
123
|
+
|
|
124
|
+
### ❤️ Thank You
|
|
125
|
+
|
|
126
|
+
- Claude Opus 4.6
|
|
127
|
+
- Juan Pelaez
|
|
128
|
+
|
|
129
|
+
## 5.0.2 (2026-02-14)
|
|
130
|
+
|
|
131
|
+
### 🩹 Fixes
|
|
132
|
+
|
|
133
|
+
- **@23blocks/block-sales:** fix JSON:API mapping in customers, entities, and vendor-payments services ([eacfbb5](https://github.com/23blocks-OS/frontend-sdk/commit/eacfbb5))
|
|
134
|
+
|
|
135
|
+
### ❤️ Thank You
|
|
136
|
+
|
|
137
|
+
- Claude Opus 4.6
|
|
138
|
+
- Juan Pelaez
|
|
139
|
+
|
|
140
|
+
## 5.0.1 (2026-02-14)
|
|
141
|
+
|
|
142
|
+
### 🩹 Fixes
|
|
143
|
+
|
|
144
|
+
- **@23blocks/block-sales:** fix user subscription JSON:API mapping producing empty objects ([b446cec](https://github.com/23blocks-OS/frontend-sdk/commit/b446cec))
|
|
145
|
+
|
|
146
|
+
### ❤️ Thank You
|
|
147
|
+
|
|
148
|
+
- Claude Opus 4.6
|
|
149
|
+
- Juan Pelaez
|
|
150
|
+
|
|
151
|
+
# 5.0.0 (2026-02-14)
|
|
152
|
+
|
|
153
|
+
### 🩹 Fixes
|
|
154
|
+
|
|
155
|
+
- ⚠️ **@23blocks/block-sales:** remove amount from payment intent, require orderUniqueId, strip server-managed params ([338b81d](https://github.com/23blocks-OS/frontend-sdk/commit/338b81d))
|
|
156
|
+
|
|
157
|
+
### ⚠️ Breaking Changes
|
|
158
|
+
|
|
159
|
+
- **@23blocks/block-sales:** remove amount from payment intent, require orderUniqueId, strip server-managed params ([338b81d](https://github.com/23blocks-OS/frontend-sdk/commit/338b81d))
|
|
160
|
+
|
|
161
|
+
### ❤️ Thank You
|
|
162
|
+
|
|
163
|
+
- Claude Opus 4.6
|
|
164
|
+
- Juan Pelaez
|
|
165
|
+
|
|
166
|
+
# 4.0.0 (2026-02-14)
|
|
167
|
+
|
|
168
|
+
### 🩹 Fixes
|
|
169
|
+
|
|
170
|
+
- ⚠️ **@23blocks/block-sales:** align user subscription create/update params with API permitted fields ([94c8e6e](https://github.com/23blocks-OS/frontend-sdk/commit/94c8e6e))
|
|
171
|
+
|
|
172
|
+
### ⚠️ Breaking Changes
|
|
173
|
+
|
|
174
|
+
- **@23blocks/block-sales:** align user subscription create/update params with API permitted fields ([94c8e6e](https://github.com/23blocks-OS/frontend-sdk/commit/94c8e6e))
|
|
175
|
+
CreateUserSubscriptionRequest and UpdateUserSubscriptionRequest
|
|
176
|
+
fields changed. subscriptionModelUniqueId is now required, data param on
|
|
177
|
+
createSubscription is no longer optional.
|
|
178
|
+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
179
|
+
|
|
180
|
+
### ❤️ Thank You
|
|
181
|
+
|
|
182
|
+
- Claude Opus 4.6
|
|
183
|
+
- Juan Pelaez
|
|
184
|
+
|
|
185
|
+
## 3.6.0 (2026-02-14)
|
|
186
|
+
|
|
187
|
+
### 🚀 Features
|
|
188
|
+
|
|
189
|
+
- **@23blocks/block-sales:** add typed groupBy unions for report summary endpoints ([fc87364](https://github.com/23blocks-OS/frontend-sdk/commit/fc87364))
|
|
190
|
+
|
|
191
|
+
### ❤️ Thank You
|
|
192
|
+
|
|
193
|
+
- Claude Opus 4.6
|
|
194
|
+
- Juan Pelaez
|
|
195
|
+
|
|
196
|
+
## 3.5.0 (2026-02-14)
|
|
197
|
+
|
|
198
|
+
### 🚀 Features
|
|
199
|
+
|
|
200
|
+
- **@23blocks/block-sales:** add subscription maxItems/consumption and entity payment fields ([ef7d538](https://github.com/23blocks-OS/frontend-sdk/commit/ef7d538))
|
|
201
|
+
|
|
202
|
+
### ❤️ Thank You
|
|
203
|
+
|
|
204
|
+
- Claude Opus 4.6
|
|
205
|
+
- Juan Pelaez
|
|
206
|
+
|
|
207
|
+
## 3.4.0 (2026-02-14)
|
|
208
|
+
|
|
209
|
+
### 🚀 Features
|
|
210
|
+
|
|
211
|
+
- **@23blocks/block-sales:** add purchases service and refine customer identity types ([ca9a2c8](https://github.com/23blocks-OS/frontend-sdk/commit/ca9a2c8))
|
|
212
|
+
|
|
213
|
+
### ❤️ Thank You
|
|
214
|
+
|
|
215
|
+
- Claude Opus 4.6
|
|
216
|
+
- Juan Pelaez
|
|
217
|
+
|
|
218
|
+
## 3.3.2 (2026-02-13)
|
|
219
|
+
|
|
220
|
+
### 🩹 Fixes
|
|
221
|
+
|
|
222
|
+
- **@23blocks/block-sales:** use discriminated union for CreateStripeCustomerRequest identity types ([c3b73db](https://github.com/23blocks-OS/frontend-sdk/commit/c3b73db))
|
|
223
|
+
|
|
224
|
+
### ❤️ Thank You
|
|
225
|
+
|
|
226
|
+
- Claude Opus 4.6
|
|
227
|
+
- Juan Pelaez
|
|
228
|
+
|
|
229
|
+
## 3.3.1 (2026-02-13)
|
|
230
|
+
|
|
231
|
+
### 🩹 Fixes
|
|
232
|
+
|
|
233
|
+
- **@23blocks/block-sales:** nest Stripe request params under resource keys for Rails strong parameters ([752f3bb](https://github.com/23blocks-OS/frontend-sdk/commit/752f3bb))
|
|
234
|
+
|
|
235
|
+
### ❤️ Thank You
|
|
236
|
+
|
|
237
|
+
- Claude Opus 4.6
|
|
238
|
+
- Juan Pelaez
|
|
239
|
+
|
|
240
|
+
## 3.3.0 (2026-02-13)
|
|
241
|
+
|
|
242
|
+
### 🚀 Features
|
|
243
|
+
|
|
244
|
+
- **@23blocks/block-sales:** add Stripe checkout session verification, coupons, and promotion codes ([b479098](https://github.com/23blocks-OS/frontend-sdk/commit/b479098))
|
|
245
|
+
|
|
246
|
+
### ❤️ Thank You
|
|
247
|
+
|
|
248
|
+
- Claude Opus 4.6
|
|
249
|
+
- Juan Pelaez
|
|
250
|
+
|
|
251
|
+
## 3.2.0 (2026-02-08)
|
|
252
|
+
|
|
253
|
+
### 🚀 Features
|
|
254
|
+
|
|
255
|
+
- add comprehensive JSDoc documentation and llms.txt for AI agent consumption ([fd97df2](https://github.com/23blocks-OS/frontend-sdk/commit/fd97df2))
|
|
256
|
+
|
|
257
|
+
### 🧱 Updated Dependencies
|
|
258
|
+
|
|
259
|
+
- Updated @23blocks/jsonapi-codec to 3.2.0
|
|
260
|
+
- Updated @23blocks/contracts to 2.2.0
|
|
261
|
+
|
|
262
|
+
### ❤️ Thank You
|
|
263
|
+
|
|
264
|
+
- Claude Opus 4.6
|
|
265
|
+
- Juan Pelaez
|
|
266
|
+
|
|
267
|
+
## 3.1.5 (2026-02-07)
|
|
268
|
+
|
|
269
|
+
### 🧱 Updated Dependencies
|
|
270
|
+
|
|
271
|
+
- Updated @23blocks/jsonapi-codec to 3.1.3
|
|
272
|
+
- Updated @23blocks/contracts to 2.1.3
|
|
273
|
+
|
|
274
|
+
## 3.1.4 (2026-02-06)
|
|
275
|
+
|
|
276
|
+
### 🧱 Updated Dependencies
|
|
277
|
+
|
|
278
|
+
- Updated @23blocks/jsonapi-codec to 3.1.2
|
|
279
|
+
- Updated @23blocks/contracts to 2.1.2
|
|
280
|
+
|
|
281
|
+
## 3.1.3 (2026-01-20)
|
|
282
|
+
|
|
283
|
+
### 🩹 Fixes
|
|
284
|
+
|
|
285
|
+
- resolve TypeScript errors and add PostTemplate validation support ([250d284](https://github.com/23blocks-OS/frontend-sdk/commit/250d284))
|
|
286
|
+
|
|
287
|
+
### 🧱 Updated Dependencies
|
|
288
|
+
|
|
289
|
+
- Updated @23blocks/jsonapi-codec to 3.1.1
|
|
290
|
+
- Updated @23blocks/contracts to 2.1.1
|
|
291
|
+
|
|
292
|
+
### ❤️ Thank You
|
|
293
|
+
|
|
294
|
+
- Claude Opus 4.5
|
|
295
|
+
- Juan Pelaez
|
|
296
|
+
|
|
297
|
+
## 3.1.2 (2026-01-16)
|
|
298
|
+
|
|
299
|
+
### 🩹 Fixes
|
|
300
|
+
|
|
301
|
+
- **mappers:** remove dangerous uniqueId fallback to resource.id ([e96c555](https://github.com/23blocks-OS/frontend-sdk/commit/e96c555))
|
|
302
|
+
|
|
303
|
+
### ❤️ Thank You
|
|
304
|
+
|
|
305
|
+
- Claude Opus 4.5
|
|
306
|
+
- Juan Pelaez
|
|
307
|
+
|
|
308
|
+
## 3.1.1 (2026-01-04)
|
|
309
|
+
|
|
310
|
+
### 🩹 Fixes
|
|
311
|
+
|
|
312
|
+
- export all types, services, and mappers from blocks ([82cc41a](https://github.com/23blocks-OS/frontend-sdk/commit/82cc41a))
|
|
313
|
+
|
|
314
|
+
### ❤️ Thank You
|
|
315
|
+
|
|
316
|
+
- Claude Opus 4.5
|
|
317
|
+
- Juan Pelaez
|
|
318
|
+
|
|
319
|
+
## 3.1.0 (2026-01-01)
|
|
320
|
+
|
|
321
|
+
### 🧱 Updated Dependencies
|
|
322
|
+
|
|
323
|
+
- Updated @23blocks/jsonapi-codec to 3.1.0
|
|
324
|
+
- Updated @23blocks/contracts to 2.1.0
|
|
325
|
+
|
|
326
|
+
## 3.0.1 (2025-12-17)
|
|
327
|
+
|
|
328
|
+
### 🧱 Updated Dependencies
|
|
329
|
+
|
|
330
|
+
- Updated @23blocks/jsonapi-codec to 3.0.1
|
|
331
|
+
- Updated @23blocks/contracts to 2.0.1
|
|
332
|
+
|
|
333
|
+
# 3.0.0 (2025-12-17)
|
|
334
|
+
|
|
335
|
+
### 🧱 Updated Dependencies
|
|
336
|
+
|
|
337
|
+
- Updated @23blocks/jsonapi-codec to 3.0.0
|
|
338
|
+
- Updated @23blocks/contracts to 2.0.0
|
|
339
|
+
|
|
340
|
+
## 2.2.0 (2025-12-15)
|
|
341
|
+
|
|
342
|
+
### 🚀 Features
|
|
343
|
+
|
|
344
|
+
- achieve full Angular/React parity across all SDK blocks ([7debcce](https://github.com/23blocks-OS/frontend-sdk/commit/7debcce))
|
|
345
|
+
|
|
346
|
+
### ❤️ Thank You
|
|
347
|
+
|
|
348
|
+
- Claude Opus 4.5
|
|
349
|
+
- Juan Pelaez
|
|
350
|
+
|
|
351
|
+
## 2.1.0 (2025-12-15)
|
|
352
|
+
|
|
353
|
+
### 🚀 Features
|
|
354
|
+
|
|
355
|
+
- add missing API services across 6 blocks ([cae5b8c](https://github.com/23blocks-OS/frontend-sdk/commit/cae5b8c))
|
|
356
|
+
|
|
357
|
+
### ❤️ Thank You
|
|
358
|
+
|
|
359
|
+
- Claude Opus 4.5
|
|
360
|
+
- Juan Pelaez
|
|
361
|
+
|
|
362
|
+
# 2.0.0 (2025-12-15)
|
|
363
|
+
|
|
364
|
+
### 🩹 Fixes
|
|
365
|
+
|
|
366
|
+
- ⚠️ wrap all API request parameters with correct Rails object keys ([192ad70](https://github.com/23blocks-OS/frontend-sdk/commit/192ad70))
|
|
367
|
+
|
|
368
|
+
### ⚠️ Breaking Changes
|
|
369
|
+
|
|
370
|
+
- wrap all API request parameters with correct Rails object keys ([192ad70](https://github.com/23blocks-OS/frontend-sdk/commit/192ad70))
|
|
371
|
+
All service methods now correctly wrap request bodies
|
|
372
|
+
with Rails-expected parameter keys (e.g., `user:`, `contact:`, `order:`).
|
|
373
|
+
This fixes the critical issue where API requests were failing validation
|
|
374
|
+
because parameters were sent flat instead of wrapped.
|
|
375
|
+
Affected blocks:
|
|
376
|
+
- block-authentication: auth, users, guests, apps, subscriptions, api-keys, roles
|
|
377
|
+
- block-crm: contacts, accounts, leads, opportunities, meetings, quotes
|
|
378
|
+
- block-company: companies, departments, teams, team-members, quarters
|
|
379
|
+
- block-content: posts, comments, categories, tags
|
|
380
|
+
- block-products: products, cart, catalog
|
|
381
|
+
- block-sales: orders, order-details, payments, subscriptions
|
|
382
|
+
- block-conversations: messages, groups, draft-messages, notifications
|
|
383
|
+
- block-wallet: wallets, authorization-codes
|
|
384
|
+
- block-files: storage-files, entity-files, file-schemas
|
|
385
|
+
- block-forms: forms, form-schemas, form-sets, form-instances
|
|
386
|
+
- block-assets: assets, asset-events, asset-audits
|
|
387
|
+
- block-campaigns: campaigns, campaign-media, audiences, landing-pages
|
|
388
|
+
- block-geolocation: locations, addresses, areas, regions, routes, bookings, premises
|
|
389
|
+
- block-rewards: rewards, coupons, loyalty, badges
|
|
390
|
+
- block-onboarding: onboardings, flows, user-journeys, user-identities
|
|
391
|
+
- block-university: courses, lessons, enrollments, assignments, submissions
|
|
392
|
+
- block-jarvis: agents, prompts, workflows, conversations
|
|
393
|
+
Consumer API remains unchanged - this is an internal fix.
|
|
394
|
+
🤖 Generated with [Claude Code](https://claude.com/claude-code)
|
|
395
|
+
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
|
396
|
+
|
|
397
|
+
### 🧱 Updated Dependencies
|
|
398
|
+
|
|
399
|
+
- Updated @23blocks/jsonapi-codec to 2.0.0
|
|
400
|
+
|
|
401
|
+
### ❤️ Thank You
|
|
402
|
+
|
|
403
|
+
- Claude Opus 4.5
|
|
404
|
+
- Juan Pelaez
|
|
405
|
+
|
|
406
|
+
## 1.0.4 (2025-12-14)
|
|
407
|
+
|
|
408
|
+
### 🧱 Updated Dependencies
|
|
409
|
+
|
|
410
|
+
- Updated @23blocks/jsonapi-codec to 1.0.4
|
|
411
|
+
- Updated @23blocks/contracts to 1.0.4
|
|
412
|
+
|
|
413
|
+
## 1.0.3 (2025-12-14)
|
|
414
|
+
|
|
415
|
+
### 🧱 Updated Dependencies
|
|
416
|
+
|
|
417
|
+
- Updated @23blocks/jsonapi-codec to 1.0.3
|
|
418
|
+
- Updated @23blocks/contracts to 1.0.3
|
|
419
|
+
|
|
420
|
+
## 1.0.2 (2025-12-14)
|
|
421
|
+
|
|
422
|
+
### 🧱 Updated Dependencies
|
|
423
|
+
|
|
424
|
+
- Updated @23blocks/jsonapi-codec to 1.0.2
|
|
425
|
+
- Updated @23blocks/contracts to 1.0.2
|
|
426
|
+
|
|
427
|
+
## 1.0.1 (2025-12-14)
|
|
428
|
+
|
|
429
|
+
### 🧱 Updated Dependencies
|
|
430
|
+
|
|
431
|
+
- Updated @23blocks/jsonapi-codec to 1.0.1
|
|
432
|
+
- Updated @23blocks/contracts to 1.0.1
|
|
433
|
+
|
|
434
|
+
# 1.0.0 (2025-12-13)
|
|
435
|
+
|
|
436
|
+
### 🧱 Updated Dependencies
|
|
437
|
+
|
|
438
|
+
- Updated @23blocks/jsonapi-codec to 1.0.0
|
|
439
|
+
- Updated @23blocks/contracts to 1.0.0
|
|
440
|
+
|
|
441
|
+
## 0.2.1 (2025-12-13)
|
|
442
|
+
|
|
443
|
+
### 🧱 Updated Dependencies
|
|
444
|
+
|
|
445
|
+
- Updated @23blocks/jsonapi-codec to 0.1.2
|
|
446
|
+
- Updated @23blocks/contracts to 0.1.2
|
|
447
|
+
|
|
448
|
+
## 0.2.0 (2025-12-13)
|
|
449
|
+
|
|
450
|
+
### 🚀 Features
|
|
451
|
+
|
|
452
|
+
- add all block packages with React and Angular bindings ([bbeecf7](https://github.com/23blocks-OS/frontend-sdk/commit/bbeecf7))
|
|
453
|
+
|
|
454
|
+
### 🧱 Updated Dependencies
|
|
455
|
+
|
|
456
|
+
- Updated @23blocks/jsonapi-codec to 0.1.1
|
|
457
|
+
- Updated @23blocks/contracts to 0.1.1
|
|
458
|
+
|
|
459
|
+
### ❤️ Thank You
|
|
460
|
+
|
|
461
|
+
- Claude Opus 4.5
|
|
462
|
+
- Juan Pelaez
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@23blocks/block-sales",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Sales block for 23blocks SDK - orders, payments, subscriptions, transactions",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "23blocks <hello@23blocks.com>",
|
|
@@ -36,6 +36,8 @@
|
|
|
36
36
|
},
|
|
37
37
|
"files": [
|
|
38
38
|
"dist",
|
|
39
|
+
"CHANGELOG.md",
|
|
40
|
+
"README.md",
|
|
39
41
|
"!**/*.tsbuildinfo"
|
|
40
42
|
],
|
|
41
43
|
"nx": {
|