Skip to content

Commit

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

### Bug Fixes

* **MultiselectDropdown:** [BLA-1038] Fix the multi select drop down option list prop to adhere to vue js ([#516](#516)) ([c42a88c](c42a88c))

### Features

* **Checkbox:** [JELLY-8594] add label slot ([#514](#514)) ([f47a23b](f47a23b))
* **Paragraph:** [BLA-705] optional bottom margin and grey-400 variant ([d360173](d360173))
  • Loading branch information
semantic-release-bot committed Dec 4, 2024
1 parent c42a88c commit b343776
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.19.0](https://github.com/otto-de/b2b-design-system/compare/v1.18.0...v1.19.0) (2024-12-04)


### Bug Fixes

* **MultiselectDropdown:** [BLA-1038] Fix the multi select drop down option list prop to adhere to vue js ([#516](https://github.com/otto-de/b2b-design-system/issues/516)) ([c42a88c](https://github.com/otto-de/b2b-design-system/commit/c42a88c0b9d4fa645ae1c4089e8bbe3513b8ca04))


### Features

* **Checkbox:** [JELLY-8594] add label slot ([#514](https://github.com/otto-de/b2b-design-system/issues/514)) ([f47a23b](https://github.com/otto-de/b2b-design-system/commit/f47a23b1794235936d4903efa18c64c2698fec21))
* **Paragraph:** [BLA-705] optional bottom margin and grey-400 variant ([d360173](https://github.com/otto-de/b2b-design-system/commit/d360173b6d424f124d2be806266b7a0a1b409a8c))

# [1.18.0](https://github.com/otto-de/b2b-design-system/compare/v1.17.0...v1.18.0) (2024-11-08)


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

0 comments on commit b343776

Please sign in to comment.