Skip to content

Commit

Permalink
chore(release): 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.20.0](v1.19.0...v1.20.0) (2024-12-12)

### Bug Fixes

* **Checkbox:** use correct class for multi-line label alignment ([#518](#518)) ([758f462](758f462))
* **DatePicker:** [BLA-SCOUT] Reduce the date picker z-index ([9181df0](9181df0))
* **Datepicker:** fix date picker focus issue ([fc89a28](fc89a28))
* **Icon 50:** fixed inherit variant of icon by removing fill attr in svg files ([#490](#490)) ([60731e7](60731e7))
* **Modal:** [BLA-SCOUT] Increase the modal z-index to have a higher value ([5659845](5659845))
* **Table:** [GC-2220] accordion table rows now add control cells correctly on each first render ([#517](#517)) ([1a71693](1a71693))

### Features

* **Breadcrumb:** [BLA-1021] make padding configurable ([3826540](3826540))
* **Breadcrumb:** [BLA-1021] make padding configurable ([656e718](656e718))
  • Loading branch information
semantic-release-bot committed Dec 12, 2024
1 parent 3826540 commit 0d777a8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.19.0",
"version": "1.20.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.19.0",
"@otto-de/b2b-tokens": "1.20.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.19.0",
"version": "1.20.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.19.0"
"@otto-de/b2b-core-components": "1.20.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.19.0",
"version": "1.20.0",
"description": "B2B Design Tokens",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0d777a8

Please sign in to comment.