Skip to content

Commit d27bb47

Browse files
feat(changeset): version packages
1 parent 21f04eb commit d27bb47

File tree

25 files changed

+128
-98
lines changed

25 files changed

+128
-98
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/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: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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 [b519464]
13+
- Updated dependencies [38f7825]
14+
- Updated dependencies [d3bf68c]
15+
- @o2s/blocks.article-search@1.1.1
16+
- @o2s/api-harmonization@1.10.1
17+
- @o2s/framework@1.11.3
18+
- @o2s/ui@1.4.1
19+
- @o2s/blocks.article-list@1.1.1
20+
- @o2s/blocks.category@1.1.1
21+
- @o2s/blocks.article@1.1.1
22+
- @o2s/integrations.mocked@1.12.1
23+
324
## 1.10.0
425

526
### Minor Changes
@@ -174,7 +195,6 @@
174195
### Minor Changes
175196

176197
- 2a0475c: feat: update products, resources mocks, InfoCard - layout fix
177-
178198
- updated model for GetRelatedProductListParams - renamed id and variantId to inform that we need to provide product data as params,
179199
- added natural data to products and resources mocks,
180200
- added sorting and filtering to products.mapper.ts,
@@ -205,7 +225,6 @@
205225
### Minor Changes
206226

207227
- 027ed39: featuredServiceListBlock - list of available services
208-
209228
- added new UI componetnt from Shadcn - Switch,
210229
- extended ProductCard with action property,
211230
- implemented model and mock for FeatureServiceListBlock,
@@ -239,7 +258,6 @@
239258
### Minor Changes
240259

241260
- 1ee5be1: feat: aligned buttons - used ActionList component with dropdown menu
242-
243261
- used ActionList in the OrderDetailBlock to display buttons,
244262
- updated the mock and strapi - now an action is a Link,
245263
- used the format method from the string-template to inject a value into a string,
@@ -255,19 +273,16 @@
255273
### Minor Changes
256274

257275
- 565b63d: feat: fixed pagination issue in articleList
258-
259276
- added new mocked articles
260277
- implemented new additionalLink in ArticleList
261278

262279
- 5d16edf: orderDetails fixes:
263-
264280
- order model update - product is required now,
265281
- filtering moved to order mapper,
266282
- PayOnline button visible only when the order is overdue,
267283

268284
- 61d4f2f: Added integration of services and assets with MedusaJS
269285
- f015c2b: New block ArticleSearch - Input field with suggestions to find appropriate article.
270-
271286
- added new UI component - Command,
272287
- added new articles mock,
273288
- added mock for ArticleSearchBlock,
@@ -327,7 +342,6 @@
327342
- 05eea01: chore: update dependencies
328343
- 1200a28: feat: update dashboard mock
329344
- 44653fb: feat: orderDetails page implemented
330-
331345
- added new UI component: InfoCard,
332346
- used InfoCard in PaymentsSummaryBlock, OrdersSummary and OrderDetails,
333347
- fixed ordersSummaryBlock integration with strapi,
@@ -372,7 +386,6 @@
372386
### Minor Changes
373387

374388
- 2e4f22d: feat: add scrollable toggle group filter with multiple selection
375-
376389
- Add scroll container for toggle group filter in overlay view
377390
- Implement multiple selection version for toggle group filter
378391
- Add support for horizontal scrolling in filter items
@@ -389,14 +402,12 @@
389402
- 9a33c13: Add Tooltip to TicketRecent component.
390403
- 8b93cbf: feat: Integrated SurveyJS
391404
- 8d92afc: Help center pages and subpages implemented:
392-
393405
- Added new UI components InformativeCard, BlogCard, Author, ContentSection
394406
- Styled blocks, Article, Article List, Category, Category List
395407
- Added pagination to Category block
396408
- Made changes to mocks and models
397409

398410
- 30f3524: feat: implemented orderListBlock
399-
400411
- new page /orders,
401412
- added strapi integration for page /orders
402413
- new UI dropdown-menu component
@@ -406,7 +417,6 @@
406417
- 84b9002: modified `OrdersSummary` to make range filters optional
407418
- 2f05843: Moved link to whole row in recent tickets
408419
- bb46536: feat: cases submission
409-
410420
- new component DynamicIcon - for loading icons dinamicly,
411421
- new component ActionLinks - for showing button list with dropdown-menu,
412422
- 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",

packages/blocks/article-list/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @o2s/blocks.article-list
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- b57d151: fixed incorrect image links in storybook
8+
- Updated dependencies [8ac0de9]
9+
- Updated dependencies [b519464]
10+
- @o2s/utils.logger@1.1.1
11+
- @o2s/framework@1.11.3
12+
- @o2s/ui@1.4.1
13+
314
## 1.1.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)