Skip to content

Commit

Permalink
chore(release): 1.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.23.0](v1.22.0...v1.23.0) (2025-02-18)

### Bug Fixes

* **Grid:** [BLA-1177] | Fix Grid column wrap bug ([33445b2](33445b2))
* **Grid:** [BLA-1177] | Fix Grid column wrap bug ([b060271](b060271))
* **snackbar:** [NEPTUNE-4514] make close btn mandatory, remove is-underlined and fix CTA styling ([#540](#540)) ([17c14f8](17c14f8))

### Features

* **BackgroundBox:** [NEPTUNE-4563] add border styles  ([#533](#533)) ([d3a0c0e](d3a0c0e))
* **input:** add input label slot ([d4f0c06](d4f0c06))
* **Snackbar:** [NEPTUNE-4514] Adds Snackbar component ([#534](#534)) ([b045a60](b045a60))
  • Loading branch information
semantic-release-bot committed Feb 18, 2025
1 parent 33445b2 commit 0a01c00
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.23.0](https://github.com/otto-de/b2b-design-system/compare/v1.22.0...v1.23.0) (2025-02-18)


### Bug Fixes

* **Grid:** [BLA-1177] | Fix Grid column wrap bug ([33445b2](https://github.com/otto-de/b2b-design-system/commit/33445b2205acf4c776e264faaefdeccbbf9ac24f))
* **Grid:** [BLA-1177] | Fix Grid column wrap bug ([b060271](https://github.com/otto-de/b2b-design-system/commit/b0602710f292fa22f6993495a27ff5216a53e229))
* **snackbar:** [NEPTUNE-4514] make close btn mandatory, remove is-underlined and fix CTA styling ([#540](https://github.com/otto-de/b2b-design-system/issues/540)) ([17c14f8](https://github.com/otto-de/b2b-design-system/commit/17c14f8cb83f083f2ac17a61f4ded610ebf6a28e))


### Features

* **BackgroundBox:** [NEPTUNE-4563] add border styles ([#533](https://github.com/otto-de/b2b-design-system/issues/533)) ([d3a0c0e](https://github.com/otto-de/b2b-design-system/commit/d3a0c0ef38cde337292cc0bbcaef2afa6ffd3ba8))
* **input:** add input label slot ([d4f0c06](https://github.com/otto-de/b2b-design-system/commit/d4f0c0667f5e18961842b3060beb34ec6da72e8c))
* **Snackbar:** [NEPTUNE-4514] Adds Snackbar component ([#534](https://github.com/otto-de/b2b-design-system/issues/534)) ([b045a60](https://github.com/otto-de/b2b-design-system/commit/b045a60ca6f7b898496742c5300d83b4fc7b5980))

# [1.22.0](https://github.com/otto-de/b2b-design-system/compare/v1.21.0...v1.22.0) (2025-01-30)


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

0 comments on commit 0a01c00

Please sign in to comment.