From af2deab6d7448808abddb11f26cc8196b1d7d6c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Jan 2025 10:06:07 +0000 Subject: [PATCH] chore(release): 1.21.0 [skip ci] # [1.21.0](https://github.com/otto-de/b2b-design-system/compare/v1.20.0...v1.21.0) (2025-01-21) ### Bug Fixes * **Alert:** [BLA-SCOUT] Make the large as default value for size ([6332c1b](https://github.com/otto-de/b2b-design-system/commit/6332c1b85133e7bb6c2c6432b785eebaa4646979)) * **Icon100:** [BLA-SCOUT] Update the icon to adapt the fill color ([eac80a6](https://github.com/otto-de/b2b-design-system/commit/eac80a6ed85bcd0dc002f0d11e6bc3db7931a0d0)) * **ProgressBar:** [SCOUT] add missing progress bar font ([#526](https://github.com/otto-de/b2b-design-system/issues/526)) ([ad96022](https://github.com/otto-de/b2b-design-system/commit/ad960228b9858c99c3a60fb12104ccd0b0e91df9)) ### Features * **Anchor:** [BLA-1055] B2B-Anchor make hover color inheritable ([7c06b93](https://github.com/otto-de/b2b-design-system/commit/7c06b9364fdaaa66bbb1f36d8f2fca842a83e8c9)) * **Anchor:** [BLA-1055] B2B-Anchor make hover color inheritable ([e4f6875](https://github.com/otto-de/b2b-design-system/commit/e4f687514083e2d298f88b5edbbcbad2e42e42e7)) * **Anchor:** [BLA-SCOUT] Add no underline feature to anchor ([3a37e92](https://github.com/otto-de/b2b-design-system/commit/3a37e9271cc8d515f99ea4b70de70085991f7e9e)) * **Radio:** [JELLY-8960] add label slot to radio button and group ([#524](https://github.com/otto-de/b2b-design-system/issues/524)) ([dbbf0a2](https://github.com/otto-de/b2b-design-system/commit/dbbf0a2763c0ffda323339361a7cb5095a4d613c)) --- CHANGELOG.md | 17 +++++++++++++++++ packages/core-components/package.json | 4 ++-- packages/react-components/package.json | 4 ++-- packages/tokens/package.json | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb06986e..94151a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.21.0](https://github.com/otto-de/b2b-design-system/compare/v1.20.0...v1.21.0) (2025-01-21) + + +### Bug Fixes + +* **Alert:** [BLA-SCOUT] Make the large as default value for size ([6332c1b](https://github.com/otto-de/b2b-design-system/commit/6332c1b85133e7bb6c2c6432b785eebaa4646979)) +* **Icon100:** [BLA-SCOUT] Update the icon to adapt the fill color ([eac80a6](https://github.com/otto-de/b2b-design-system/commit/eac80a6ed85bcd0dc002f0d11e6bc3db7931a0d0)) +* **ProgressBar:** [SCOUT] add missing progress bar font ([#526](https://github.com/otto-de/b2b-design-system/issues/526)) ([ad96022](https://github.com/otto-de/b2b-design-system/commit/ad960228b9858c99c3a60fb12104ccd0b0e91df9)) + + +### Features + +* **Anchor:** [BLA-1055] B2B-Anchor make hover color inheritable ([7c06b93](https://github.com/otto-de/b2b-design-system/commit/7c06b9364fdaaa66bbb1f36d8f2fca842a83e8c9)) +* **Anchor:** [BLA-1055] B2B-Anchor make hover color inheritable ([e4f6875](https://github.com/otto-de/b2b-design-system/commit/e4f687514083e2d298f88b5edbbcbad2e42e42e7)) +* **Anchor:** [BLA-SCOUT] Add no underline feature to anchor ([3a37e92](https://github.com/otto-de/b2b-design-system/commit/3a37e9271cc8d515f99ea4b70de70085991f7e9e)) +* **Radio:** [JELLY-8960] add label slot to radio button and group ([#524](https://github.com/otto-de/b2b-design-system/issues/524)) ([dbbf0a2](https://github.com/otto-de/b2b-design-system/commit/dbbf0a2763c0ffda323339361a7cb5095a4d613c)) + # [1.20.0](https://github.com/otto-de/b2b-design-system/compare/v1.19.0...v1.20.0) (2024-12-12) diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 30b1be14..edaa6f2c 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.20.0", + "version": "1.21.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.20.0", + "@otto-de/b2b-tokens": "1.21.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 0a966b43..a5f3c56a 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.20.0", + "version": "1.21.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.20.0" + "@otto-de/b2b-core-components": "1.21.0" }, "devDependencies": { "@types/node": "^18.17.1", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 8c9d8b5f..c8534005 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@otto-de/b2b-tokens", - "version": "1.20.0", + "version": "1.21.0", "description": "B2B Design Tokens", "author": "Otto GmbH", "license": "Apache-2.0",