Skip to content

Commit

Permalink
chore(release): 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0](v1.20.0...v1.21.0) (2025-01-21)

### Bug Fixes

* **Alert:** [BLA-SCOUT] Make the large as default value for size ([6332c1b](6332c1b))
* **Icon100:** [BLA-SCOUT] Update the icon to adapt the fill color ([eac80a6](eac80a6))
* **ProgressBar:** [SCOUT] add missing progress bar font ([#526](#526)) ([ad96022](ad96022))

### Features

* **Anchor:** [BLA-1055] B2B-Anchor make hover color inheritable ([7c06b93](7c06b93))
* **Anchor:** [BLA-1055] B2B-Anchor make hover color inheritable ([e4f6875](e4f6875))
* **Anchor:** [BLA-SCOUT] Add no underline feature to anchor ([3a37e92](3a37e92))
* **Radio:** [JELLY-8960] add label slot to radio button and group ([#524](#524)) ([dbbf0a2](dbbf0a2))
  • Loading branch information
semantic-release-bot committed Jan 21, 2025
1 parent 32ac8c3 commit af2deab
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/core-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit af2deab

Please sign in to comment.