Skip to content

Commit

Permalink
chore(release): 1.11.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.1](v1.11.0...v1.11.1) (2024-06-18)

### Bug Fixes

* **docker:** [BLA-816] added network alias for snapshot tests ([14ada18](14ada18))
* **snapshot:** [BLA-816] updated snapshots ([ae4f650](ae4f650))
* **snapshot:** [BLA-816] updated snapshots with icons ([61207ef](61207ef))
  • Loading branch information
semantic-release-bot committed Jun 18, 2024
1 parent 14ada18 commit 08b4ece
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.11.1](https://github.com/otto-de/b2b-design-system/compare/v1.11.0...v1.11.1) (2024-06-18)


### Bug Fixes

* **docker:** [BLA-816] added network alias for snapshot tests ([14ada18](https://github.com/otto-de/b2b-design-system/commit/14ada18adbb18b3dba662178f2feb69dce812f9d))
* **snapshot:** [BLA-816] updated snapshots ([ae4f650](https://github.com/otto-de/b2b-design-system/commit/ae4f650ccb7843c90bbe2922e8ac30b0c38360e5))
* **snapshot:** [BLA-816] updated snapshots with icons ([61207ef](https://github.com/otto-de/b2b-design-system/commit/61207ef3ec969cc4fc4a368f90b471d0af4bdbd6))

# [1.11.0](https://github.com/otto-de/b2b-design-system/compare/v1.10.1...v1.11.0) (2024-06-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.11.0",
"version": "1.11.1",
"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.11.0",
"@otto-de/b2b-tokens": "1.11.1",
"@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.11.0",
"version": "1.11.1",
"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.11.0"
"@otto-de/b2b-core-components": "1.11.1"
},
"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.11.0",
"version": "1.11.1",
"description": "B2B Design Tokens",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down

0 comments on commit 08b4ece

Please sign in to comment.