Skip to content

Commit 73b29db

Browse files
chore(release): 1.10.1 [skip ci]
## [1.10.1](v1.10.0...v1.10.1) (2024-05-09) ### Bug Fixes * **icons:** [BLA-752] Removed hide icon's dimensions ([73938d7](73938d7))
1 parent 73938d7 commit 73b29db

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.1](https://github.com/otto-de/b2b-design-system/compare/v1.10.0...v1.10.1) (2024-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **icons:** [BLA-752] Removed hide icon's dimensions ([73938d7](https://github.com/otto-de/b2b-design-system/commit/73938d78c09864e25e7f60279ad6c7d72d0524b0))
7+
18
# [1.10.0](https://github.com/otto-de/b2b-design-system/compare/v1.9.0...v1.10.0) (2024-05-07)
29

310

packages/core-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otto-de/b2b-core-components",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Core components defined with Stencil",
55
"author": "Otto GmbH",
66
"license": "Apache-2.0",
@@ -39,7 +39,7 @@
3939
"build:storybook": "npm run copy-md-files && storybook build -o docs-build/design-system"
4040
},
4141
"dependencies": {
42-
"@otto-de/b2b-tokens": "1.10.0",
42+
"@otto-de/b2b-tokens": "1.10.1",
4343
"@stencil-community/eslint-plugin": "^0.5.0",
4444
"@stencil/core": "^4.12.4"
4545
},

packages/react-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otto-de/b2b-react-components",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "B2B React components wrapper",
55
"author": "Otto GmbH",
66
"license": "Apache-2.0",
@@ -25,7 +25,7 @@
2525
"tsc": "tsc -p ."
2626
},
2727
"dependencies": {
28-
"@otto-de/b2b-core-components": "1.10.0"
28+
"@otto-de/b2b-core-components": "1.10.1"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^18.17.1",

packages/tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otto-de/b2b-tokens",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "B2B Design Tokens",
55
"author": "Otto GmbH",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)