diff --git a/.changeset/chilly-keys-grin.md b/.changeset/chilly-keys-grin.md deleted file mode 100644 index 14955baa..00000000 --- a/.changeset/chilly-keys-grin.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@o2s/blocks.article-search': patch -'@o2s/api-harmonization': patch -'@o2s/utils.logger': patch -'@o2s/framework': patch -'@o2s/frontend': patch -'@o2s/ui': patch ---- - -added missing dependencies diff --git a/.changeset/four-walls-melt.md b/.changeset/four-walls-melt.md deleted file mode 100644 index f9a02b9f..00000000 --- a/.changeset/four-walls-melt.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@o2s/blocks.article-list': patch -'@o2s/blocks.category': patch -'@o2s/blocks.article': patch ---- - -fixed incorrect image links in storybook diff --git a/.changeset/gold-baths-shave.md b/.changeset/gold-baths-shave.md deleted file mode 100644 index a5846a9a..00000000 --- a/.changeset/gold-baths-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@o2s/ui': minor ---- - -enhance Checkbox, Select and Input components with error support diff --git a/.changeset/many-tips-share.md b/.changeset/many-tips-share.md deleted file mode 100644 index 107bf3f7..00000000 --- a/.changeset/many-tips-share.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@o2s/api-harmonization': patch -'@o2s/utils.logger': patch -'@o2s/frontend': patch ---- - -updated dependencies diff --git a/.changeset/vast-papers-sin.md b/.changeset/vast-papers-sin.md deleted file mode 100644 index bcd34083..00000000 --- a/.changeset/vast-papers-sin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@o2s/api-harmonization': patch -'@o2s/frontend': patch ---- - -added healthchecks diff --git a/.changeset/young-cases-play.md b/.changeset/young-cases-play.md deleted file mode 100644 index 8d697464..00000000 --- a/.changeset/young-cases-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@o2s/integrations.mocked': patch ---- - -changed the `getCurrentUser` behavior to always return the same user diff --git a/apps/api-harmonization/CHANGELOG.md b/apps/api-harmonization/CHANGELOG.md index a1925729..3e0e9a87 100644 --- a/apps/api-harmonization/CHANGELOG.md +++ b/apps/api-harmonization/CHANGELOG.md @@ -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 @@ -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, @@ -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, @@ -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, @@ -278,12 +294,10 @@ ### 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, @@ -291,7 +305,6 @@ - 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, @@ -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, @@ -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 @@ -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, diff --git a/apps/api-harmonization/package.json b/apps/api-harmonization/package.json index 76ce49b1..2fd504d3 100644 --- a/apps/api-harmonization/package.json +++ b/apps/api-harmonization/package.json @@ -1,6 +1,6 @@ { "name": "@o2s/api-harmonization", - "version": "1.10.0", + "version": "1.10.1", "description": "", "author": "", "private": true, diff --git a/apps/frontend/CHANGELOG.md b/apps/frontend/CHANGELOG.md index 30a1ec57..023ba90a 100644 --- a/apps/frontend/CHANGELOG.md +++ b/apps/frontend/CHANGELOG.md @@ -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 @@ -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, @@ -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, @@ -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, @@ -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, @@ -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, @@ -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 @@ -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 @@ -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, diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 61db6b3f..999aa36b 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@o2s/frontend", - "version": "1.10.0", + "version": "1.10.1", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/packages/blocks/article-list/CHANGELOG.md b/packages/blocks/article-list/CHANGELOG.md index 65f4c31c..b49ef79d 100644 --- a/packages/blocks/article-list/CHANGELOG.md +++ b/packages/blocks/article-list/CHANGELOG.md @@ -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 diff --git a/packages/blocks/article-list/package.json b/packages/blocks/article-list/package.json index 585748ed..0fc17781 100644 --- a/packages/blocks/article-list/package.json +++ b/packages/blocks/article-list/package.json @@ -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.", diff --git a/packages/blocks/article-search/CHANGELOG.md b/packages/blocks/article-search/CHANGELOG.md index d2b39efe..2c73a827 100644 --- a/packages/blocks/article-search/CHANGELOG.md +++ b/packages/blocks/article-search/CHANGELOG.md @@ -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 diff --git a/packages/blocks/article-search/package.json b/packages/blocks/article-search/package.json index 6a75b7e1..e97b27ef 100644 --- a/packages/blocks/article-search/package.json +++ b/packages/blocks/article-search/package.json @@ -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.", diff --git a/packages/blocks/article/CHANGELOG.md b/packages/blocks/article/CHANGELOG.md index 3af3e620..5a70ade0 100644 --- a/packages/blocks/article/CHANGELOG.md +++ b/packages/blocks/article/CHANGELOG.md @@ -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 diff --git a/packages/blocks/article/package.json b/packages/blocks/article/package.json index 2c0ed3d4..9988cea3 100644 --- a/packages/blocks/article/package.json +++ b/packages/blocks/article/package.json @@ -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.", diff --git a/packages/blocks/category/CHANGELOG.md b/packages/blocks/category/CHANGELOG.md index ebb32918..f3ceddc9 100644 --- a/packages/blocks/category/CHANGELOG.md +++ b/packages/blocks/category/CHANGELOG.md @@ -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 diff --git a/packages/blocks/category/package.json b/packages/blocks/category/package.json index 9abaa58c..52091be1 100644 --- a/packages/blocks/category/package.json +++ b/packages/blocks/category/package.json @@ -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.", diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index 57a2fbbf..e86b9fbe 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,14 @@ # @o2s/framework +## 1.11.3 + +### Patch Changes + +- 8ac0de9: added missing dependencies +- Updated dependencies [8ac0de9] +- Updated dependencies [b519464] + - @o2s/utils.logger@1.1.1 + ## 1.11.2 ### Patch Changes @@ -54,14 +63,12 @@ ### Minor Changes - fb09383: Organizations module: - - Extending the Organization model with taxId - Adding taxId to OrganizationsListQuery and adding CheckMembershipParams class for membership validation - Adding GET /membership/:orgId/:userId endpoint to check user membership and implementing checkMembership method in OrganizationController - Adding abstract checkMembership method to OrganizationService to support membership verification operations with boolean return type. Users module: - - Extending the User model with username and adding an export of User type - Adding GetUsersQuery class to support optional username filtering - Adding getUsers method to UserService @@ -89,7 +96,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, @@ -106,7 +112,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, @@ -115,7 +120,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, @@ -138,7 +142,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, @@ -148,19 +151,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, @@ -179,7 +179,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, @@ -203,7 +202,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 @@ -217,7 +215,6 @@ - 30f3524: added `OrdersSummary` block and reworked mocked orders to return random orders instead of them being hardcoded - 8b93cbf: feat: Integrated SurveyJS - 30f3524: feat: implemented orderListBlock - - new page /orders, - added strapi integration for page /orders - new UI dropdown-menu component @@ -227,7 +224,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, diff --git a/packages/framework/package.json b/packages/framework/package.json index 861ffdd1..4a0d4cbd 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@o2s/framework", - "version": "1.11.2", + "version": "1.11.3", "private": false, "license": "MIT", "exports": { diff --git a/packages/integrations/mocked/CHANGELOG.md b/packages/integrations/mocked/CHANGELOG.md index 020b433c..19125601 100644 --- a/packages/integrations/mocked/CHANGELOG.md +++ b/packages/integrations/mocked/CHANGELOG.md @@ -1,5 +1,15 @@ # @o2s/integrations.mocked +## 1.12.1 + +### Patch Changes + +- d3bf68c: changed the `getCurrentUser` behavior to always return the same user +- Updated dependencies [8ac0de9] +- Updated dependencies [b519464] + - @o2s/utils.logger@1.1.1 + - @o2s/framework@1.11.3 + ## 1.12.0 ### Minor Changes @@ -75,13 +85,11 @@ ### Minor Changes - fb09383: Organizations module: - - Adding taxId to organization's mock data and adding filtering by taxId in mapOrganizations method. - Adding checkMembership mapper function that validates membership by checking if both organization and user exist in mock data. - Implement checkMembership method in mocked organizations service using the mapper function with simulated response delay. Users module: - - Adding username to users mock data, exporting MOCK_USERS and adding mapUsers mapper function that filter existing users by username - Adding mapUsers function to users mapper with GetUsersQuery support that implements username-based filtering for mock user data - Add abstract getUsers method to UserService to support filtered user list retrieval with pagination and authorization support. @@ -159,7 +167,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, @@ -184,7 +191,6 @@ - fb98e38: feat: align overdue cards state on Invoices and OrderDetails pages - 6949717: feat: updated resource integration - added product to the Resource model - - updated service-list and service-details blocks, - added sorting and filters to mocks, @@ -198,7 +204,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, @@ -232,7 +237,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, @@ -247,19 +251,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, @@ -306,7 +307,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, @@ -353,7 +353,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 @@ -367,7 +366,6 @@ - 30f3524: added `OrdersSummary` block and reworked mocked orders to return random orders instead of them being hardcoded - 8b93cbf: feat: Integrated SurveyJS - 30f3524: feat: implemented orderListBlock - - new page /orders, - added strapi integration for page /orders - new UI dropdown-menu component @@ -377,7 +375,6 @@ - ba125d6: Added orders module - 2e4f22d: Replaced cp with shx cp in the postbuild script for cross-platform compatibility. - 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, diff --git a/packages/integrations/mocked/package.json b/packages/integrations/mocked/package.json index 53bc46b9..88ca2350 100644 --- a/packages/integrations/mocked/package.json +++ b/packages/integrations/mocked/package.json @@ -1,6 +1,6 @@ { "name": "@o2s/integrations.mocked", - "version": "1.12.0", + "version": "1.12.1", "private": false, "license": "MIT", "exports": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 212da524..2bc1b7f4 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @o2s/ui +## 1.5.0 + +### Minor Changes + +- 485731c: enhance Checkbox, Select and Input components with error support + +### Patch Changes + +- 8ac0de9: added missing dependencies +- Updated dependencies [8ac0de9] + - @o2s/framework@1.11.3 + ## 1.4.0 ### Minor Changes @@ -40,7 +52,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, @@ -51,7 +62,6 @@ ### Minor Changes - 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, @@ -70,7 +80,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, @@ -82,7 +91,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 @@ -95,14 +103,12 @@ - 30f3524: added `OrdersSummary` block and reworked mocked orders to return random orders instead of them being hardcoded - 8b93cbf: feat: Integrated SurveyJS - 30f3524: feat: implemented orderListBlock - - new page /orders, - added strapi integration for page /orders - new UI dropdown-menu component - 8b93cbf: feat: implement surveyJS forms - 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, diff --git a/packages/ui/package.json b/packages/ui/package.json index f5f458cd..655dd3d1 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@o2s/ui", - "version": "1.4.0", + "version": "1.5.0", "private": true, "license": "MIT", "exports": { diff --git a/packages/utils/logger/CHANGELOG.md b/packages/utils/logger/CHANGELOG.md index 1a7a7f96..f4d615f6 100644 --- a/packages/utils/logger/CHANGELOG.md +++ b/packages/utils/logger/CHANGELOG.md @@ -1,5 +1,12 @@ # @o2s/utils.logger +## 1.1.1 + +### Patch Changes + +- 8ac0de9: added missing dependencies +- b519464: updated dependencies + ## 1.1.0 ### Minor Changes diff --git a/packages/utils/logger/package.json b/packages/utils/logger/package.json index 2ea620b9..9dd0d278 100644 --- a/packages/utils/logger/package.json +++ b/packages/utils/logger/package.json @@ -1,6 +1,6 @@ { "name": "@o2s/utils.logger", - "version": "1.1.0", + "version": "1.1.1", "private": false, "license": "MIT", "exports": {