From 001d62c001c8666a9c94dfeb5bc1df6621a5b17d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 30 Dec 2021 07:21:51 -0800 Subject: [PATCH] v0.50.4 --- 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 cda81534..f6f376ae 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.50.4](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.4) - 2021-12-30 + +**Fixes** + +- pressing "Escape" in a `DatePicker` should not propagate past the open calendar +- prevent menu icon in filterable `MultiSelect` from triggering twice + ## [0.50.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.50.3) - 2021-12-28 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index ba07ce5e..6592dd66 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.50.3. +> 172 components exported from carbon-components-svelte@0.50.4. ## Components diff --git a/package.json b/package.json index a5f2adf3..a0ffdc1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.50.3", + "version": "0.50.4", "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 54129914..74ca1b01 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.50.3", + "version": "0.50.4", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"