From 5cc1e83455443e725e8de2abd665ee067e03b7b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Aug 2023 11:29:18 +0000 Subject: [PATCH] chore(release): 1.6.0 [skip ci] # [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)) --- CHANGELOG.md | 15 +++++++++++++++ packages/core-components/package.json | 4 ++-- packages/react-components/package.json | 4 ++-- packages/tokens/package.json | 2 +- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676de6d1..2fdefad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/packages/core-components/package.json b/packages/core-components/package.json index 175c2fc9..3fb79764 100644 --- a/packages/core-components/package.json +++ b/packages/core-components/package.json @@ -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", @@ -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" }, diff --git a/packages/react-components/package.json b/packages/react-components/package.json index b725f6a6..2812fe18 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -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", @@ -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", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 13fb7759..403b3337 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -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",