From 92e481d9484a5183785c36546ac9b2fce99d713c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 12:35:34 +0000 Subject: [PATCH] chore(release): 1.17.0 [skip ci] # [1.17.0](https://github.com/otto-de/b2b-design-system/compare/v1.16.0...v1.17.0) (2024-10-24) ### Bug Fixes * **DatePicker:** [BLA-996] Fix the error handling scenario ([#506](https://github.com/otto-de/b2b-design-system/issues/506)) ([75267c8](https://github.com/otto-de/b2b-design-system/commit/75267c8db153f59e8194441c19b20339a22bd359)) ### Features * **Calendar:** [BLA-694] add months and years views to calendar ([fbd12ef](https://github.com/otto-de/b2b-design-system/commit/fbd12ef9fa7743a8ace947da71b7730ec4353fbf)) * **DatePicker:** [BLA-853] Date picker improvements ([24b0344](https://github.com/otto-de/b2b-design-system/commit/24b034450d71665db75df406549b52497001403c)) * **DatePicker:** [BLA-996] Close date picker when there is a formatting issue ([22b0b30](https://github.com/otto-de/b2b-design-system/commit/22b0b30628e87f2116f66a0ab3206c381078bba8)) * **DatePicker:** [BLA-996] focus out on blur ([044c763](https://github.com/otto-de/b2b-design-system/commit/044c7630fd763684252fdcc225cea4a9db494cfc)) * **DatePicker:** [BLA-996] Loose focus on selection of date ([d61072f](https://github.com/otto-de/b2b-design-system/commit/d61072f93e3725b42200803ea115355fd64db48d)) * **DatePicker:** [BLA-996] Provide prop to choose to show or hide hint message ([5434b44](https://github.com/otto-de/b2b-design-system/commit/5434b44bb58f3f9db2265a1b423fd2b500aa4d60)) * **DatePicker:** [BLA-996] Should not remove selected date when enter is pressed ([44e47dd](https://github.com/otto-de/b2b-design-system/commit/44e47ddb20781ced271707be92eb3d9fa2d63573)) * **DatePicker:** [BLA-996] Should not remove selected date when enter is pressed ([7577107](https://github.com/otto-de/b2b-design-system/commit/757710743c391182ed8f193d79e25cd69c21f3a7)) --- CHANGELOG.md | 19 +++++++++++++++++++ packages/core-components/package.json | 4 ++-- packages/react-components/package.json | 4 ++-- packages/tokens/package.json | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee344cae..9122e5c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [1.17.0](https://github.com/otto-de/b2b-design-system/compare/v1.16.0...v1.17.0) (2024-10-24) + + +### Bug Fixes + +* **DatePicker:** [BLA-996] Fix the error handling scenario ([#506](https://github.com/otto-de/b2b-design-system/issues/506)) ([75267c8](https://github.com/otto-de/b2b-design-system/commit/75267c8db153f59e8194441c19b20339a22bd359)) + + +### Features + +* **Calendar:** [BLA-694] add months and years views to calendar ([fbd12ef](https://github.com/otto-de/b2b-design-system/commit/fbd12ef9fa7743a8ace947da71b7730ec4353fbf)) +* **DatePicker:** [BLA-853] Date picker improvements ([24b0344](https://github.com/otto-de/b2b-design-system/commit/24b034450d71665db75df406549b52497001403c)) +* **DatePicker:** [BLA-996] Close date picker when there is a formatting issue ([22b0b30](https://github.com/otto-de/b2b-design-system/commit/22b0b30628e87f2116f66a0ab3206c381078bba8)) +* **DatePicker:** [BLA-996] focus out on blur ([044c763](https://github.com/otto-de/b2b-design-system/commit/044c7630fd763684252fdcc225cea4a9db494cfc)) +* **DatePicker:** [BLA-996] Loose focus on selection of date ([d61072f](https://github.com/otto-de/b2b-design-system/commit/d61072f93e3725b42200803ea115355fd64db48d)) +* **DatePicker:** [BLA-996] Provide prop to choose to show or hide hint message ([5434b44](https://github.com/otto-de/b2b-design-system/commit/5434b44bb58f3f9db2265a1b423fd2b500aa4d60)) +* **DatePicker:** [BLA-996] Should not remove selected date when enter is pressed ([44e47dd](https://github.com/otto-de/b2b-design-system/commit/44e47ddb20781ced271707be92eb3d9fa2d63573)) +* **DatePicker:** [BLA-996] Should not remove selected date when enter is pressed ([7577107](https://github.com/otto-de/b2b-design-system/commit/757710743c391182ed8f193d79e25cd69c21f3a7)) + # [1.16.0](https://github.com/otto-de/b2b-design-system/compare/v1.15.1...v1.16.0) (2024-10-09) diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 2663db86..d6b7a11e 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -1,6 +1,6 @@ { "name": "@otto-de/b2b-core-components", - "version": "1.16.0", + "version": "1.17.0", "description": "Core components defined with Stencil", "author": "Otto GmbH", "license": "Apache-2.0", @@ -39,7 +39,7 @@ "build:storybook": "npm run copy-md-files && storybook build -o docs-build/design-system" }, "dependencies": { - "@otto-de/b2b-tokens": "1.16.0", + "@otto-de/b2b-tokens": "1.17.0", "@stencil-community/eslint-plugin": "^0.5.0", "@stencil/core": "^4.12.4" }, diff --git a/packages/react-components/package.json b/packages/react-components/package.json index fe44156f..dad991d2 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@otto-de/b2b-react-components", - "version": "1.16.0", + "version": "1.17.0", "description": "B2B React components wrapper", "author": "Otto GmbH", "license": "Apache-2.0", @@ -25,7 +25,7 @@ "tsc": "tsc -p ." }, "dependencies": { - "@otto-de/b2b-core-components": "1.16.0" + "@otto-de/b2b-core-components": "1.17.0" }, "devDependencies": { "@types/node": "^18.17.1", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index cf9e8514..987b4bf5 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@otto-de/b2b-tokens", - "version": "1.16.0", + "version": "1.17.0", "description": "B2B Design Tokens", "author": "Otto GmbH", "license": "Apache-2.0",