Skip to content

Commit 1f3979b

Browse files
feat(changeset): version packages
1 parent 485731c commit 1f3979b

File tree

26 files changed

+137
-103
lines changed

26 files changed

+137
-103
lines changed

.changeset/chilly-keys-grin.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/four-walls-melt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/gold-baths-shave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/many-tips-share.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/vast-papers-sin.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/young-cases-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/api-harmonization/CHANGELOG.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @o2s/api-harmonization
22

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- 8ac0de9: added missing dependencies
8+
- b519464: updated dependencies
9+
- 38f7825: added healthchecks
10+
- Updated dependencies [8ac0de9]
11+
- Updated dependencies [b57d151]
12+
- Updated dependencies [b519464]
13+
- Updated dependencies [d3bf68c]
14+
- @o2s/blocks.article-search@1.1.1
15+
- @o2s/utils.logger@1.1.1
16+
- @o2s/framework@1.11.3
17+
- @o2s/blocks.article-list@1.1.1
18+
- @o2s/blocks.category@1.1.1
19+
- @o2s/blocks.article@1.1.1
20+
- @o2s/integrations.mocked@1.12.1
21+
322
## 1.10.0
423

524
### Minor Changes
@@ -215,7 +234,6 @@
215234
### Minor Changes
216235

217236
- 6949717: feat: updated resource integration - added product to the Resource model
218-
219237
- updated service-list and service-details blocks,
220238
- added sorting and filters to mocks,
221239

@@ -231,7 +249,6 @@
231249
### Minor Changes
232250

233251
- 027ed39: featuredServiceListBlock - list of available services
234-
235252
- added new UI componetnt from Shadcn - Switch,
236253
- extended ProductCard with action property,
237254
- implemented model and mock for FeatureServiceListBlock,
@@ -262,7 +279,6 @@
262279
### Minor Changes
263280

264281
- 1ee5be1: feat: aligned buttons - used ActionList component with dropdown menu
265-
266282
- used ActionList in the OrderDetailBlock to display buttons,
267283
- updated the mock and strapi - now an action is a Link,
268284
- used the format method from the string-template to inject a value into a string,
@@ -278,20 +294,17 @@
278294
### Minor Changes
279295

280296
- 565b63d: feat: fixed pagination issue in articleList
281-
282297
- added new mocked articles
283298
- implemented new additionalLink in ArticleList
284299

285300
- 5d16edf: orderDetails fixes:
286-
287301
- order model update - product is required now,
288302
- filtering moved to order mapper,
289303
- PayOnline button visible only when the order is overdue,
290304

291305
- 6225c14: remodeled how articles are kept in Strapi in order to suppport indexing them by search engines (e.g. Algolia) by separating them into their own content type
292306
- 61d4f2f: Added integration of services and assets with MedusaJS
293307
- f015c2b: New block ArticleSearch - Input field with suggestions to find appropriate article.
294-
295308
- added new UI component - Command,
296309
- added new articles mock,
297310
- added mock for ArticleSearchBlock,
@@ -327,7 +340,6 @@
327340

328341
- 05eea01: chore: update dependencies
329342
- 44653fb: feat: orderDetails page implemented
330-
331343
- added new UI component: InfoCard,
332344
- used InfoCard in PaymentsSummaryBlock, OrdersSummary and OrderDetails,
333345
- fixed ordersSummaryBlock integration with strapi,
@@ -377,14 +389,12 @@
377389
- 30f3524: added `OrdersSummary` block and reworked mocked orders to return random orders instead of them being hardcoded
378390
- 8b93cbf: feat: Integrated SurveyJS
379391
- 8d92afc: Help center pages and subpages implemented:
380-
381392
- Added new UI components InformativeCard, BlogCard, Author, ContentSection
382393
- Styled blocks, Article, Article List, Category, Category List
383394
- Added pagination to Category block
384395
- Made changes to mocks and models
385396

386397
- 30f3524: feat: implemented orderListBlock
387-
388398
- new page /orders,
389399
- added strapi integration for page /orders
390400
- new UI dropdown-menu component
@@ -393,7 +403,6 @@
393403
- 6d63cb1: feat: added surveyJS module
394404
- ba125d6: Added orders module
395405
- bb46536: feat: cases submission
396-
397406
- new component DynamicIcon - for loading icons dinamicly,
398407
- new component ActionLinks - for showing button list with dropdown-menu,
399408
- new pages: /contact-us, /submit-complaint, /request-device-maintenance,

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/api-harmonization",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "",
55
"author": "",
66
"private": true,

apps/frontend/CHANGELOG.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @o2s/frontend
22

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- 8ac0de9: added missing dependencies
8+
- b519464: updated dependencies
9+
- 38f7825: added healthchecks
10+
- Updated dependencies [8ac0de9]
11+
- Updated dependencies [b57d151]
12+
- Updated dependencies [485731c]
13+
- Updated dependencies [b519464]
14+
- Updated dependencies [38f7825]
15+
- Updated dependencies [d3bf68c]
16+
- @o2s/blocks.article-search@1.1.1
17+
- @o2s/api-harmonization@1.10.1
18+
- @o2s/framework@1.11.3
19+
- @o2s/ui@1.5.0
20+
- @o2s/blocks.article-list@1.1.1
21+
- @o2s/blocks.category@1.1.1
22+
- @o2s/blocks.article@1.1.1
23+
- @o2s/integrations.mocked@1.12.1
24+
325
## 1.10.0
426

527
### Minor Changes
@@ -174,7 +196,6 @@
174196
### Minor Changes
175197

176198
- 2a0475c: feat: update products, resources mocks, InfoCard - layout fix
177-
178199
- updated model for GetRelatedProductListParams - renamed id and variantId to inform that we need to provide product data as params,
179200
- added natural data to products and resources mocks,
180201
- added sorting and filtering to products.mapper.ts,
@@ -205,7 +226,6 @@
205226
### Minor Changes
206227

207228
- 027ed39: featuredServiceListBlock - list of available services
208-
209229
- added new UI componetnt from Shadcn - Switch,
210230
- extended ProductCard with action property,
211231
- implemented model and mock for FeatureServiceListBlock,
@@ -239,7 +259,6 @@
239259
### Minor Changes
240260

241261
- 1ee5be1: feat: aligned buttons - used ActionList component with dropdown menu
242-
243262
- used ActionList in the OrderDetailBlock to display buttons,
244263
- updated the mock and strapi - now an action is a Link,
245264
- used the format method from the string-template to inject a value into a string,
@@ -255,19 +274,16 @@
255274
### Minor Changes
256275

257276
- 565b63d: feat: fixed pagination issue in articleList
258-
259277
- added new mocked articles
260278
- implemented new additionalLink in ArticleList
261279

262280
- 5d16edf: orderDetails fixes:
263-
264281
- order model update - product is required now,
265282
- filtering moved to order mapper,
266283
- PayOnline button visible only when the order is overdue,
267284

268285
- 61d4f2f: Added integration of services and assets with MedusaJS
269286
- f015c2b: New block ArticleSearch - Input field with suggestions to find appropriate article.
270-
271287
- added new UI component - Command,
272288
- added new articles mock,
273289
- added mock for ArticleSearchBlock,
@@ -327,7 +343,6 @@
327343
- 05eea01: chore: update dependencies
328344
- 1200a28: feat: update dashboard mock
329345
- 44653fb: feat: orderDetails page implemented
330-
331346
- added new UI component: InfoCard,
332347
- used InfoCard in PaymentsSummaryBlock, OrdersSummary and OrderDetails,
333348
- fixed ordersSummaryBlock integration with strapi,
@@ -372,7 +387,6 @@
372387
### Minor Changes
373388

374389
- 2e4f22d: feat: add scrollable toggle group filter with multiple selection
375-
376390
- Add scroll container for toggle group filter in overlay view
377391
- Implement multiple selection version for toggle group filter
378392
- Add support for horizontal scrolling in filter items
@@ -389,14 +403,12 @@
389403
- 9a33c13: Add Tooltip to TicketRecent component.
390404
- 8b93cbf: feat: Integrated SurveyJS
391405
- 8d92afc: Help center pages and subpages implemented:
392-
393406
- Added new UI components InformativeCard, BlogCard, Author, ContentSection
394407
- Styled blocks, Article, Article List, Category, Category List
395408
- Added pagination to Category block
396409
- Made changes to mocks and models
397410

398411
- 30f3524: feat: implemented orderListBlock
399-
400412
- new page /orders,
401413
- added strapi integration for page /orders
402414
- new UI dropdown-menu component
@@ -406,7 +418,6 @@
406418
- 84b9002: modified `OrdersSummary` to make range filters optional
407419
- 2f05843: Moved link to whole row in recent tickets
408420
- bb46536: feat: cases submission
409-
410421
- new component DynamicIcon - for loading icons dinamicly,
411422
- new component ActionLinks - for showing button list with dropdown-menu,
412423
- new pages: /contact-us, /submit-complaint, /request-device-maintenance,

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/frontend",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

0 commit comments

Comments
 (0)