Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2023-08-22)

### Bug Fixes

* **Checkbox Group:** [B2BDS-205] group disabled state now reliable ([4a0dbcb](4a0dbcb))
* **Input Group:** individual elements now correctly disabled in rerenders ([453ca16](453ca16))

### Features

* **Checkbox Group:** [B2BDS-205] individual checkboxes in a group can be disabled ([cecc895](cecc895))
* **Checkbox:** [B2BDS-166] indeterminate state for checkbox ([3f3b2ba](3f3b2ba))
* **Table:** [B2BDS-166] selectable rows ([f8248d9](f8248d9))
  • Loading branch information
semantic-release-bot committed Aug 22, 2023
1 parent 1695c50 commit 5cc1e83
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.6.0](https://github.com/otto-de/b2b-design-system/compare/v1.5.0...v1.6.0) (2023-08-22)


### Bug Fixes

* **Checkbox Group:** [B2BDS-205] group disabled state now reliable ([4a0dbcb](https://github.com/otto-de/b2b-design-system/commit/4a0dbcbf6d23b7a4c3bf64670b78d2493188d560))
* **Input Group:** individual elements now correctly disabled in rerenders ([453ca16](https://github.com/otto-de/b2b-design-system/commit/453ca163373c0f652ee4f59e3ebd28975ff97314))


### Features

* **Checkbox Group:** [B2BDS-205] individual checkboxes in a group can be disabled ([cecc895](https://github.com/otto-de/b2b-design-system/commit/cecc895a1132c906ff7cde04ae7d45418e7ca3c3))
* **Checkbox:** [B2BDS-166] indeterminate state for checkbox ([3f3b2ba](https://github.com/otto-de/b2b-design-system/commit/3f3b2bae7f1382911fdb6a194a145138d9524c5d))
* **Table:** [B2BDS-166] selectable rows ([f8248d9](https://github.com/otto-de/b2b-design-system/commit/f8248d9d61d0bbc865ee765a998f7ee78f939e88))

# [1.5.0](https://github.com/otto-de/b2b-design-system/compare/v1.4.0...v1.5.0) (2023-07-03)


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.5.0",
"version": "1.6.0",
"description": "Core components defined with Stencil",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"build:storybook": "npm run copy-md-files && build-storybook -o docs-build/design-system"
},
"dependencies": {
"@otto-de/b2b-tokens": "1.5.0",
"@otto-de/b2b-tokens": "1.6.0",
"@stencil-community/eslint-plugin": "^0.5.0",
"@stencil/core": "^3.4.2"
},
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.5.0",
"version": "1.6.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.5.0"
"@otto-de/b2b-core-components": "1.6.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.5.0",
"version": "1.6.0",
"description": "B2B Design Tokens",
"author": "Otto GmbH",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5cc1e83

Please sign in to comment.