Skip to content

Commit 8506aaa

Browse files
chore(release): 1.15.1 [skip ci]
## [1.15.1](v1.15.0...v1.15.1) (2024-09-19) ### Bug Fixes * **Calendar:** [BLA-682] fix Pagination issue and calendar ([51834f5](51834f5))
1 parent 51834f5 commit 8506aaa

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.15.1](https://github.com/otto-de/b2b-design-system/compare/v1.15.0...v1.15.1) (2024-09-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **Calendar:** [BLA-682] fix Pagination issue and calendar ([51834f5](https://github.com/otto-de/b2b-design-system/commit/51834f51e7094ed2c8a5f5fc4bd56aa6fa20c1f6))
7+
18
# [1.15.0](https://github.com/otto-de/b2b-design-system/compare/v1.14.1...v1.15.0) (2024-09-10)
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.15.0",
3+
"version": "1.15.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.15.0",
42+
"@otto-de/b2b-tokens": "1.15.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.15.0",
3+
"version": "1.15.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.15.0"
28+
"@otto-de/b2b-core-components": "1.15.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.15.0",
3+
"version": "1.15.1",
44
"description": "B2B Design Tokens",
55
"author": "Otto GmbH",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)