From 4b3b183ed626203ad32dc413369fbe48139a0aba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2024 12:23:53 +0000 Subject: [PATCH] chore(release): 1.18.0 [skip ci] # [1.18.0](https://github.com/otto-de/b2b-design-system/compare/v1.17.0...v1.18.0) (2024-11-08) ### Bug Fixes * **FlyoutMenu:** [BLA-1003] Close flyout menu on click of the icon ([f016fbf](https://github.com/otto-de/b2b-design-system/commit/f016fbfcd9d11f4995dd61a28d6391728139aa1d)) * **Icon100:** [BLA-1020] Update the light bulb icon with the correct onw ([#509](https://github.com/otto-de/b2b-design-system/issues/509)) ([dbf0896](https://github.com/otto-de/b2b-design-system/commit/dbf089636f4ee648aebdaff953d4fc820a41c3db)) ### Features * **core:** [NEPTUNE-4379] add background-box component ([c2e4c65](https://github.com/otto-de/b2b-design-system/commit/c2e4c652147b476de28483889c3ee528f292d27c)) --- CHANGELOG.md | 13 +++++++++++++ packages/core-components/package.json | 4 ++-- packages/react-components/package.json | 4 ++-- packages/tokens/package.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9122e5c9..c0fc698d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.18.0](https://github.com/otto-de/b2b-design-system/compare/v1.17.0...v1.18.0) (2024-11-08) + + +### Bug Fixes + +* **FlyoutMenu:** [BLA-1003] Close flyout menu on click of the icon ([f016fbf](https://github.com/otto-de/b2b-design-system/commit/f016fbfcd9d11f4995dd61a28d6391728139aa1d)) +* **Icon100:** [BLA-1020] Update the light bulb icon with the correct onw ([#509](https://github.com/otto-de/b2b-design-system/issues/509)) ([dbf0896](https://github.com/otto-de/b2b-design-system/commit/dbf089636f4ee648aebdaff953d4fc820a41c3db)) + + +### Features + +* **core:** [NEPTUNE-4379] add background-box component ([c2e4c65](https://github.com/otto-de/b2b-design-system/commit/c2e4c652147b476de28483889c3ee528f292d27c)) + # [1.17.0](https://github.com/otto-de/b2b-design-system/compare/v1.16.0...v1.17.0) (2024-10-24) diff --git a/packages/core-components/package.json b/packages/core-components/package.json index d6b7a11e..5113c9fe 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.17.0", + "version": "1.18.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.17.0", + "@otto-de/b2b-tokens": "1.18.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 dad991d2..df969da8 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.17.0", + "version": "1.18.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.17.0" + "@otto-de/b2b-core-components": "1.18.0" }, "devDependencies": { "@types/node": "^18.17.1", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 987b4bf5..cfe98af1 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@otto-de/b2b-tokens", - "version": "1.17.0", + "version": "1.18.0", "description": "B2B Design Tokens", "author": "Otto GmbH", "license": "Apache-2.0",