From 0d777a8e1687ba6ef4ab3da883babb0f67b4e766 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 12 Dec 2024 07:14:58 +0000 Subject: [PATCH] chore(release): 1.20.0 [skip ci] # [1.20.0](https://github.com/otto-de/b2b-design-system/compare/v1.19.0...v1.20.0) (2024-12-12) ### Bug Fixes * **Checkbox:** use correct class for multi-line label alignment ([#518](https://github.com/otto-de/b2b-design-system/issues/518)) ([758f462](https://github.com/otto-de/b2b-design-system/commit/758f462e73f8817e69b41320047ee99bdba01556)) * **DatePicker:** [BLA-SCOUT] Reduce the date picker z-index ([9181df0](https://github.com/otto-de/b2b-design-system/commit/9181df0b2426d8893f0c0c7830a67d5e028c5358)) * **Datepicker:** fix date picker focus issue ([fc89a28](https://github.com/otto-de/b2b-design-system/commit/fc89a286b89e06d201b48eaaa35eefe1c26d36e6)) * **Icon 50:** fixed inherit variant of icon by removing fill attr in svg files ([#490](https://github.com/otto-de/b2b-design-system/issues/490)) ([60731e7](https://github.com/otto-de/b2b-design-system/commit/60731e7c8bd48775d933e2396346b98e60bfee24)) * **Modal:** [BLA-SCOUT] Increase the modal z-index to have a higher value ([5659845](https://github.com/otto-de/b2b-design-system/commit/5659845d9fccd9f2255d8260749e7bbb1593018b)) * **Table:** [GC-2220] accordion table rows now add control cells correctly on each first render ([#517](https://github.com/otto-de/b2b-design-system/issues/517)) ([1a71693](https://github.com/otto-de/b2b-design-system/commit/1a71693e6124dbeb169edce66c60e60697dac502)) ### Features * **Breadcrumb:** [BLA-1021] make padding configurable ([3826540](https://github.com/otto-de/b2b-design-system/commit/382654045dd408e33ccc7c5c22f3d3bf1327d519)) * **Breadcrumb:** [BLA-1021] make padding configurable ([656e718](https://github.com/otto-de/b2b-design-system/commit/656e718a5664f7789ba0419e086183f33f40931c)) --- CHANGELOG.md | 18 ++++++++++++++++++ packages/core-components/package.json | 4 ++-- packages/react-components/package.json | 4 ++-- packages/tokens/package.json | 2 +- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc1655e..bb06986e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.20.0](https://github.com/otto-de/b2b-design-system/compare/v1.19.0...v1.20.0) (2024-12-12) + + +### Bug Fixes + +* **Checkbox:** use correct class for multi-line label alignment ([#518](https://github.com/otto-de/b2b-design-system/issues/518)) ([758f462](https://github.com/otto-de/b2b-design-system/commit/758f462e73f8817e69b41320047ee99bdba01556)) +* **DatePicker:** [BLA-SCOUT] Reduce the date picker z-index ([9181df0](https://github.com/otto-de/b2b-design-system/commit/9181df0b2426d8893f0c0c7830a67d5e028c5358)) +* **Datepicker:** fix date picker focus issue ([fc89a28](https://github.com/otto-de/b2b-design-system/commit/fc89a286b89e06d201b48eaaa35eefe1c26d36e6)) +* **Icon 50:** fixed inherit variant of icon by removing fill attr in svg files ([#490](https://github.com/otto-de/b2b-design-system/issues/490)) ([60731e7](https://github.com/otto-de/b2b-design-system/commit/60731e7c8bd48775d933e2396346b98e60bfee24)) +* **Modal:** [BLA-SCOUT] Increase the modal z-index to have a higher value ([5659845](https://github.com/otto-de/b2b-design-system/commit/5659845d9fccd9f2255d8260749e7bbb1593018b)) +* **Table:** [GC-2220] accordion table rows now add control cells correctly on each first render ([#517](https://github.com/otto-de/b2b-design-system/issues/517)) ([1a71693](https://github.com/otto-de/b2b-design-system/commit/1a71693e6124dbeb169edce66c60e60697dac502)) + + +### Features + +* **Breadcrumb:** [BLA-1021] make padding configurable ([3826540](https://github.com/otto-de/b2b-design-system/commit/382654045dd408e33ccc7c5c22f3d3bf1327d519)) +* **Breadcrumb:** [BLA-1021] make padding configurable ([656e718](https://github.com/otto-de/b2b-design-system/commit/656e718a5664f7789ba0419e086183f33f40931c)) + # [1.19.0](https://github.com/otto-de/b2b-design-system/compare/v1.18.0...v1.19.0) (2024-12-04) diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 72d285f5..30b1be14 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.19.0", + "version": "1.20.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.19.0", + "@otto-de/b2b-tokens": "1.20.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 7e20db2d..0a966b43 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.19.0", + "version": "1.20.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.19.0" + "@otto-de/b2b-core-components": "1.20.0" }, "devDependencies": { "@types/node": "^18.17.1", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 78458309..8c9d8b5f 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@otto-de/b2b-tokens", - "version": "1.19.0", + "version": "1.20.0", "description": "B2B Design Tokens", "author": "Otto GmbH", "license": "Apache-2.0",