Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/chilly-keys-grin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/four-walls-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-baths-shave.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/many-tips-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/vast-papers-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-cases-play.md

This file was deleted.

29 changes: 19 additions & 10 deletions apps/api-harmonization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @o2s/api-harmonization

## 1.10.1

### Patch Changes

- 8ac0de9: added missing dependencies
- b519464: updated dependencies
- 38f7825: added healthchecks
- Updated dependencies [8ac0de9]
- Updated dependencies [b57d151]
- Updated dependencies [b519464]
- Updated dependencies [d3bf68c]
- @o2s/blocks.article-search@1.1.1
- @o2s/utils.logger@1.1.1
- @o2s/framework@1.11.3
- @o2s/blocks.article-list@1.1.1
- @o2s/blocks.category@1.1.1
- @o2s/blocks.article@1.1.1
- @o2s/integrations.mocked@1.12.1

## 1.10.0

### Minor Changes
Expand Down Expand Up @@ -215,7 +234,6 @@
### Minor Changes

- 6949717: feat: updated resource integration - added product to the Resource model

- updated service-list and service-details blocks,
- added sorting and filters to mocks,

Expand All @@ -231,7 +249,6 @@
### Minor Changes

- 027ed39: featuredServiceListBlock - list of available services

- added new UI componetnt from Shadcn - Switch,
- extended ProductCard with action property,
- implemented model and mock for FeatureServiceListBlock,
Expand Down Expand Up @@ -262,7 +279,6 @@
### Minor Changes

- 1ee5be1: feat: aligned buttons - used ActionList component with dropdown menu

- used ActionList in the OrderDetailBlock to display buttons,
- updated the mock and strapi - now an action is a Link,
- used the format method from the string-template to inject a value into a string,
Expand All @@ -278,20 +294,17 @@
### Minor Changes

- 565b63d: feat: fixed pagination issue in articleList

- added new mocked articles
- implemented new additionalLink in ArticleList

- 5d16edf: orderDetails fixes:

- order model update - product is required now,
- filtering moved to order mapper,
- PayOnline button visible only when the order is overdue,

- 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
- 61d4f2f: Added integration of services and assets with MedusaJS
- f015c2b: New block ArticleSearch - Input field with suggestions to find appropriate article.

- added new UI component - Command,
- added new articles mock,
- added mock for ArticleSearchBlock,
Expand Down Expand Up @@ -327,7 +340,6 @@

- 05eea01: chore: update dependencies
- 44653fb: feat: orderDetails page implemented

- added new UI component: InfoCard,
- used InfoCard in PaymentsSummaryBlock, OrdersSummary and OrderDetails,
- fixed ordersSummaryBlock integration with strapi,
Expand Down Expand Up @@ -377,14 +389,12 @@
- 30f3524: added `OrdersSummary` block and reworked mocked orders to return random orders instead of them being hardcoded
- 8b93cbf: feat: Integrated SurveyJS
- 8d92afc: Help center pages and subpages implemented:

- Added new UI components InformativeCard, BlogCard, Author, ContentSection
- Styled blocks, Article, Article List, Category, Category List
- Added pagination to Category block
- Made changes to mocks and models

- 30f3524: feat: implemented orderListBlock

- new page /orders,
- added strapi integration for page /orders
- new UI dropdown-menu component
Expand All @@ -393,7 +403,6 @@
- 6d63cb1: feat: added surveyJS module
- ba125d6: Added orders module
- bb46536: feat: cases submission

- new component DynamicIcon - for loading icons dinamicly,
- new component ActionLinks - for showing button list with dropdown-menu,
- new pages: /contact-us, /submit-complaint, /request-device-maintenance,
Expand Down
2 changes: 1 addition & 1 deletion apps/api-harmonization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/api-harmonization",
"version": "1.10.0",
"version": "1.10.1",
"description": "",
"author": "",
"private": true,
Expand Down
33 changes: 22 additions & 11 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @o2s/frontend

## 1.10.1

### Patch Changes

- 8ac0de9: added missing dependencies
- b519464: updated dependencies
- 38f7825: added healthchecks
- Updated dependencies [8ac0de9]
- Updated dependencies [b57d151]
- Updated dependencies [485731c]
- Updated dependencies [b519464]
- Updated dependencies [38f7825]
- Updated dependencies [d3bf68c]
- @o2s/blocks.article-search@1.1.1
- @o2s/api-harmonization@1.10.1
- @o2s/framework@1.11.3
- @o2s/ui@1.5.0
- @o2s/blocks.article-list@1.1.1
- @o2s/blocks.category@1.1.1
- @o2s/blocks.article@1.1.1
- @o2s/integrations.mocked@1.12.1

## 1.10.0

### Minor Changes
Expand Down Expand Up @@ -174,7 +196,6 @@
### Minor Changes

- 2a0475c: feat: update products, resources mocks, InfoCard - layout fix

- updated model for GetRelatedProductListParams - renamed id and variantId to inform that we need to provide product data as params,
- added natural data to products and resources mocks,
- added sorting and filtering to products.mapper.ts,
Expand Down Expand Up @@ -205,7 +226,6 @@
### Minor Changes

- 027ed39: featuredServiceListBlock - list of available services

- added new UI componetnt from Shadcn - Switch,
- extended ProductCard with action property,
- implemented model and mock for FeatureServiceListBlock,
Expand Down Expand Up @@ -239,7 +259,6 @@
### Minor Changes

- 1ee5be1: feat: aligned buttons - used ActionList component with dropdown menu

- used ActionList in the OrderDetailBlock to display buttons,
- updated the mock and strapi - now an action is a Link,
- used the format method from the string-template to inject a value into a string,
Expand All @@ -255,19 +274,16 @@
### Minor Changes

- 565b63d: feat: fixed pagination issue in articleList

- added new mocked articles
- implemented new additionalLink in ArticleList

- 5d16edf: orderDetails fixes:

- order model update - product is required now,
- filtering moved to order mapper,
- PayOnline button visible only when the order is overdue,

- 61d4f2f: Added integration of services and assets with MedusaJS
- f015c2b: New block ArticleSearch - Input field with suggestions to find appropriate article.

- added new UI component - Command,
- added new articles mock,
- added mock for ArticleSearchBlock,
Expand Down Expand Up @@ -327,7 +343,6 @@
- 05eea01: chore: update dependencies
- 1200a28: feat: update dashboard mock
- 44653fb: feat: orderDetails page implemented

- added new UI component: InfoCard,
- used InfoCard in PaymentsSummaryBlock, OrdersSummary and OrderDetails,
- fixed ordersSummaryBlock integration with strapi,
Expand Down Expand Up @@ -372,7 +387,6 @@
### Minor Changes

- 2e4f22d: feat: add scrollable toggle group filter with multiple selection

- Add scroll container for toggle group filter in overlay view
- Implement multiple selection version for toggle group filter
- Add support for horizontal scrolling in filter items
Expand All @@ -389,14 +403,12 @@
- 9a33c13: Add Tooltip to TicketRecent component.
- 8b93cbf: feat: Integrated SurveyJS
- 8d92afc: Help center pages and subpages implemented:

- Added new UI components InformativeCard, BlogCard, Author, ContentSection
- Styled blocks, Article, Article List, Category, Category List
- Added pagination to Category block
- Made changes to mocks and models

- 30f3524: feat: implemented orderListBlock

- new page /orders,
- added strapi integration for page /orders
- new UI dropdown-menu component
Expand All @@ -406,7 +418,6 @@
- 84b9002: modified `OrdersSummary` to make range filters optional
- 2f05843: Moved link to whole row in recent tickets
- bb46536: feat: cases submission

- new component DynamicIcon - for loading icons dinamicly,
- new component ActionLinks - for showing button list with dropdown-menu,
- new pages: /contact-us, /submit-complaint, /request-device-maintenance,
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/frontend",
"version": "1.10.0",
"version": "1.10.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
12 changes: 12 additions & 0 deletions packages/blocks/article-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @o2s/blocks.article-list

## 1.1.1

### Patch Changes

- b57d151: fixed incorrect image links in storybook
- Updated dependencies [8ac0de9]
- Updated dependencies [485731c]
- Updated dependencies [b519464]
- @o2s/utils.logger@1.1.1
- @o2s/framework@1.11.3
- @o2s/ui@1.5.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/article-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.article-list",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"license": "MIT",
"description": "Block for displaying a list of articles.",
Expand Down
12 changes: 12 additions & 0 deletions packages/blocks/article-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @o2s/blocks.article-search

## 1.1.1

### Patch Changes

- 8ac0de9: added missing dependencies
- Updated dependencies [8ac0de9]
- Updated dependencies [485731c]
- Updated dependencies [b519464]
- @o2s/utils.logger@1.1.1
- @o2s/framework@1.11.3
- @o2s/ui@1.5.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/article-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.article-search",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"license": "MIT",
"description": "Block for searching articles.",
Expand Down
12 changes: 12 additions & 0 deletions packages/blocks/article/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @o2s/blocks.article

## 1.1.1

### Patch Changes

- b57d151: fixed incorrect image links in storybook
- Updated dependencies [8ac0de9]
- Updated dependencies [485731c]
- Updated dependencies [b519464]
- @o2s/utils.logger@1.1.1
- @o2s/framework@1.11.3
- @o2s/ui@1.5.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/article/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.article",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"license": "MIT",
"description": "A block displaying a single article.",
Expand Down
12 changes: 12 additions & 0 deletions packages/blocks/category/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @o2s/blocks.category

## 1.1.1

### Patch Changes

- b57d151: fixed incorrect image links in storybook
- Updated dependencies [8ac0de9]
- Updated dependencies [485731c]
- Updated dependencies [b519464]
- @o2s/utils.logger@1.1.1
- @o2s/framework@1.11.3
- @o2s/ui@1.5.0

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/category/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.category",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"license": "MIT",
"description": "A block displaying a category with its articles, including pagination and filtering capabilities.",
Expand Down
Loading