Skip to content

Commit

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

### Bug Fixes

* **Table:** [BLA-SCOUT] Fix table accordion rendering logic to adhere to async render ([c24f731](c24f731))

### Features

* **Datepicker:** [BLA-1014] Add the datepicker improvement props for disabling dates, showing hint messages and localisation ([#531](#531)) ([eed6dd3](eed6dd3))
  • Loading branch information
semantic-release-bot committed Jan 30, 2025
1 parent a4002bd commit 089075a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.22.0](https://github.com/otto-de/b2b-design-system/compare/v1.21.0...v1.22.0) (2025-01-30)


### Bug Fixes

* **Table:** [BLA-SCOUT] Fix table accordion rendering logic to adhere to async render ([c24f731](https://github.com/otto-de/b2b-design-system/commit/c24f73155f8f1d2a85f4cf38a15b164d4b61ffa6))


### Features

* **Datepicker:** [BLA-1014] Add the datepicker improvement props for disabling dates, showing hint messages and localisation ([#531](https://github.com/otto-de/b2b-design-system/issues/531)) ([eed6dd3](https://github.com/otto-de/b2b-design-system/commit/eed6dd355162c748c2526f5ec8a8375ac483a04e))

# [1.21.0](https://github.com/otto-de/b2b-design-system/compare/v1.20.0...v1.21.0) (2025-01-21)


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.21.0",
"version": "1.22.0",
"description": "Core components defined with Stencil",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"build:storybook": "npm run copy-md-files && storybook build -o docs-build/design-system"
},
"dependencies": {
"@otto-de/b2b-tokens": "1.21.0",
"@otto-de/b2b-tokens": "1.22.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.21.0",
"version": "1.22.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.21.0"
"@otto-de/b2b-core-components": "1.22.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.21.0",
"version": "1.22.0",
"description": "B2B Design Tokens",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down

0 comments on commit 089075a

Please sign in to comment.