From 60ff25c2af594b6137be718e4d68f0a9a1adeb8c Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 11 Sep 2021 12:38:21 -0700 Subject: [PATCH] v0.44.1 --- CHANGELOG.md | 7 +++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d530bdc..0e215b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.44.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.44.1) - 2021-09-11 + +**Fixes** + +- if `ComboBox` is disabled, clicking the chevron icon should not toggle the dropdown +- `ToolbarBatchActions` cancel button text should be slottable + ## [0.44.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.44.0) - 2021-09-07 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 047bc719..7b7448d7 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.44.0. +> 172 components exported from carbon-components-svelte@0.44.1. ## Components diff --git a/package.json b/package.json index 1c0d581a..a7e95b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.44.0", + "version": "0.44.1", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", diff --git a/preprocess/api.json b/preprocess/api.json index 91057f22..0896c7a8 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.44.0", + "version": "0.44.1", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"