Skip to content

Commit 92e481d

Browse files
chore(release): 1.17.0 [skip ci]
# [1.17.0](v1.16.0...v1.17.0) (2024-10-24) ### Bug Fixes * **DatePicker:** [BLA-996] Fix the error handling scenario ([#506](#506)) ([75267c8](75267c8)) ### Features * **Calendar:** [BLA-694] add months and years views to calendar ([fbd12ef](fbd12ef)) * **DatePicker:** [BLA-853] Date picker improvements ([24b0344](24b0344)) * **DatePicker:** [BLA-996] Close date picker when there is a formatting issue ([22b0b30](22b0b30)) * **DatePicker:** [BLA-996] focus out on blur ([044c763](044c763)) * **DatePicker:** [BLA-996] Loose focus on selection of date ([d61072f](d61072f)) * **DatePicker:** [BLA-996] Provide prop to choose to show or hide hint message ([5434b44](5434b44)) * **DatePicker:** [BLA-996] Should not remove selected date when enter is pressed ([44e47dd](44e47dd)) * **DatePicker:** [BLA-996] Should not remove selected date when enter is pressed ([7577107](7577107))
1 parent 22b0b30 commit 92e481d

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.17.0](https://github.com/otto-de/b2b-design-system/compare/v1.16.0...v1.17.0) (2024-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **DatePicker:** [BLA-996] Fix the error handling scenario ([#506](https://github.com/otto-de/b2b-design-system/issues/506)) ([75267c8](https://github.com/otto-de/b2b-design-system/commit/75267c8db153f59e8194441c19b20339a22bd359))
7+
8+
9+
### Features
10+
11+
* **Calendar:** [BLA-694] add months and years views to calendar ([fbd12ef](https://github.com/otto-de/b2b-design-system/commit/fbd12ef9fa7743a8ace947da71b7730ec4353fbf))
12+
* **DatePicker:** [BLA-853] Date picker improvements ([24b0344](https://github.com/otto-de/b2b-design-system/commit/24b034450d71665db75df406549b52497001403c))
13+
* **DatePicker:** [BLA-996] Close date picker when there is a formatting issue ([22b0b30](https://github.com/otto-de/b2b-design-system/commit/22b0b30628e87f2116f66a0ab3206c381078bba8))
14+
* **DatePicker:** [BLA-996] focus out on blur ([044c763](https://github.com/otto-de/b2b-design-system/commit/044c7630fd763684252fdcc225cea4a9db494cfc))
15+
* **DatePicker:** [BLA-996] Loose focus on selection of date ([d61072f](https://github.com/otto-de/b2b-design-system/commit/d61072f93e3725b42200803ea115355fd64db48d))
16+
* **DatePicker:** [BLA-996] Provide prop to choose to show or hide hint message ([5434b44](https://github.com/otto-de/b2b-design-system/commit/5434b44bb58f3f9db2265a1b423fd2b500aa4d60))
17+
* **DatePicker:** [BLA-996] Should not remove selected date when enter is pressed ([44e47dd](https://github.com/otto-de/b2b-design-system/commit/44e47ddb20781ced271707be92eb3d9fa2d63573))
18+
* **DatePicker:** [BLA-996] Should not remove selected date when enter is pressed ([7577107](https://github.com/otto-de/b2b-design-system/commit/757710743c391182ed8f193d79e25cd69c21f3a7))
19+
120
# [1.16.0](https://github.com/otto-de/b2b-design-system/compare/v1.15.1...v1.16.0) (2024-10-09)
221

322

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.16.0",
3+
"version": "1.17.0",
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.16.0",
42+
"@otto-de/b2b-tokens": "1.17.0",
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.16.0",
3+
"version": "1.17.0",
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.16.0"
28+
"@otto-de/b2b-core-components": "1.17.0"
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.16.0",
3+
"version": "1.17.0",
44
"description": "B2B Design Tokens",
55
"author": "Otto GmbH",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)