Skip to content

Commit 57fa1a8

Browse files
feat(changeset): version packages
1 parent 7c8856a commit 57fa1a8

File tree

15 files changed

+63
-47
lines changed

15 files changed

+63
-47
lines changed

.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.

apps/api-harmonization/CHANGELOG.md

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

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- b519464: updated dependencies
8+
- 38f7825: added healthchecks
9+
- Updated dependencies [b57d151]
10+
- Updated dependencies [b519464]
11+
- @o2s/blocks.article-list@1.1.1
12+
- @o2s/blocks.category@1.1.1
13+
- @o2s/blocks.article@1.1.1
14+
- @o2s/utils.logger@1.1.1
15+
316
## 1.10.0
417

518
### Minor Changes
@@ -215,7 +228,6 @@
215228
### Minor Changes
216229

217230
- 6949717: feat: updated resource integration - added product to the Resource model
218-
219231
- updated service-list and service-details blocks,
220232
- added sorting and filters to mocks,
221233

@@ -231,7 +243,6 @@
231243
### Minor Changes
232244

233245
- 027ed39: featuredServiceListBlock - list of available services
234-
235246
- added new UI componetnt from Shadcn - Switch,
236247
- extended ProductCard with action property,
237248
- implemented model and mock for FeatureServiceListBlock,
@@ -262,7 +273,6 @@
262273
### Minor Changes
263274

264275
- 1ee5be1: feat: aligned buttons - used ActionList component with dropdown menu
265-
266276
- used ActionList in the OrderDetailBlock to display buttons,
267277
- updated the mock and strapi - now an action is a Link,
268278
- used the format method from the string-template to inject a value into a string,
@@ -278,20 +288,17 @@
278288
### Minor Changes
279289

280290
- 565b63d: feat: fixed pagination issue in articleList
281-
282291
- added new mocked articles
283292
- implemented new additionalLink in ArticleList
284293

285294
- 5d16edf: orderDetails fixes:
286-
287295
- order model update - product is required now,
288296
- filtering moved to order mapper,
289297
- PayOnline button visible only when the order is overdue,
290298

291299
- 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
292300
- 61d4f2f: Added integration of services and assets with MedusaJS
293301
- f015c2b: New block ArticleSearch - Input field with suggestions to find appropriate article.
294-
295302
- added new UI component - Command,
296303
- added new articles mock,
297304
- added mock for ArticleSearchBlock,
@@ -327,7 +334,6 @@
327334

328335
- 05eea01: chore: update dependencies
329336
- 44653fb: feat: orderDetails page implemented
330-
331337
- added new UI component: InfoCard,
332338
- used InfoCard in PaymentsSummaryBlock, OrdersSummary and OrderDetails,
333339
- fixed ordersSummaryBlock integration with strapi,
@@ -377,14 +383,12 @@
377383
- 30f3524: added `OrdersSummary` block and reworked mocked orders to return random orders instead of them being hardcoded
378384
- 8b93cbf: feat: Integrated SurveyJS
379385
- 8d92afc: Help center pages and subpages implemented:
380-
381386
- Added new UI components InformativeCard, BlogCard, Author, ContentSection
382387
- Styled blocks, Article, Article List, Category, Category List
383388
- Added pagination to Category block
384389
- Made changes to mocks and models
385390

386391
- 30f3524: feat: implemented orderListBlock
387-
388392
- new page /orders,
389393
- added strapi integration for page /orders
390394
- new UI dropdown-menu component
@@ -393,7 +397,6 @@
393397
- 6d63cb1: feat: added surveyJS module
394398
- ba125d6: Added orders module
395399
- bb46536: feat: cases submission
396-
397400
- new component DynamicIcon - for loading icons dinamicly,
398401
- new component ActionLinks - for showing button list with dropdown-menu,
399402
- 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: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @o2s/frontend
22

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- b519464: updated dependencies
8+
- 38f7825: added healthchecks
9+
- Updated dependencies [b57d151]
10+
- Updated dependencies [b519464]
11+
- Updated dependencies [38f7825]
12+
- @o2s/blocks.article-list@1.1.1
13+
- @o2s/blocks.category@1.1.1
14+
- @o2s/blocks.article@1.1.1
15+
- @o2s/api-harmonization@1.10.1
16+
317
## 1.10.0
418

519
### Minor Changes
@@ -174,7 +188,6 @@
174188
### Minor Changes
175189

176190
- 2a0475c: feat: update products, resources mocks, InfoCard - layout fix
177-
178191
- updated model for GetRelatedProductListParams - renamed id and variantId to inform that we need to provide product data as params,
179192
- added natural data to products and resources mocks,
180193
- added sorting and filtering to products.mapper.ts,
@@ -205,7 +218,6 @@
205218
### Minor Changes
206219

207220
- 027ed39: featuredServiceListBlock - list of available services
208-
209221
- added new UI componetnt from Shadcn - Switch,
210222
- extended ProductCard with action property,
211223
- implemented model and mock for FeatureServiceListBlock,
@@ -239,7 +251,6 @@
239251
### Minor Changes
240252

241253
- 1ee5be1: feat: aligned buttons - used ActionList component with dropdown menu
242-
243254
- used ActionList in the OrderDetailBlock to display buttons,
244255
- updated the mock and strapi - now an action is a Link,
245256
- used the format method from the string-template to inject a value into a string,
@@ -255,19 +266,16 @@
255266
### Minor Changes
256267

257268
- 565b63d: feat: fixed pagination issue in articleList
258-
259269
- added new mocked articles
260270
- implemented new additionalLink in ArticleList
261271

262272
- 5d16edf: orderDetails fixes:
263-
264273
- order model update - product is required now,
265274
- filtering moved to order mapper,
266275
- PayOnline button visible only when the order is overdue,
267276

268277
- 61d4f2f: Added integration of services and assets with MedusaJS
269278
- f015c2b: New block ArticleSearch - Input field with suggestions to find appropriate article.
270-
271279
- added new UI component - Command,
272280
- added new articles mock,
273281
- added mock for ArticleSearchBlock,
@@ -327,7 +335,6 @@
327335
- 05eea01: chore: update dependencies
328336
- 1200a28: feat: update dashboard mock
329337
- 44653fb: feat: orderDetails page implemented
330-
331338
- added new UI component: InfoCard,
332339
- used InfoCard in PaymentsSummaryBlock, OrdersSummary and OrderDetails,
333340
- fixed ordersSummaryBlock integration with strapi,
@@ -372,7 +379,6 @@
372379
### Minor Changes
373380

374381
- 2e4f22d: feat: add scrollable toggle group filter with multiple selection
375-
376382
- Add scroll container for toggle group filter in overlay view
377383
- Implement multiple selection version for toggle group filter
378384
- Add support for horizontal scrolling in filter items
@@ -389,14 +395,12 @@
389395
- 9a33c13: Add Tooltip to TicketRecent component.
390396
- 8b93cbf: feat: Integrated SurveyJS
391397
- 8d92afc: Help center pages and subpages implemented:
392-
393398
- Added new UI components InformativeCard, BlogCard, Author, ContentSection
394399
- Styled blocks, Article, Article List, Category, Category List
395400
- Added pagination to Category block
396401
- Made changes to mocks and models
397402

398403
- 30f3524: feat: implemented orderListBlock
399-
400404
- new page /orders,
401405
- added strapi integration for page /orders
402406
- new UI dropdown-menu component
@@ -406,7 +410,6 @@
406410
- 84b9002: modified `OrdersSummary` to make range filters optional
407411
- 2f05843: Moved link to whole row in recent tickets
408412
- bb46536: feat: cases submission
409-
410413
- new component DynamicIcon - for loading icons dinamicly,
411414
- new component ActionLinks - for showing button list with dropdown-menu,
412415
- 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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 [b519464]
9+
- @o2s/utils.logger@1.1.1
10+
311
## 1.1.0
412

513
### Minor Changes

packages/blocks/article-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/blocks.article-list",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": false,
55
"license": "MIT",
66
"description": "Block for displaying a list of articles.",

packages/blocks/article/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- b57d151: fixed incorrect image links in storybook
8+
- Updated dependencies [b519464]
9+
- @o2s/utils.logger@1.1.1
10+
311
## 1.1.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)