From 186d2863d35f796e13745f521f4d47775f771da3 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 10 Nov 2021 19:38:13 -0800 Subject: [PATCH] v0.47.6 --- 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 f1f4f7a7..1180d7b1 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.47.6](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.47.6) - 2021-11-10 + +**Fixes** + +- fix `Tooltip` two way binding when icon is in focus +- coerce `TextInput` value to a number if `type="number"` + ## [0.47.5](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.47.5) - 2021-11-07 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index ad431615..b36ba07d 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.47.5. +> 172 components exported from carbon-components-svelte@0.47.6. ## Components diff --git a/package.json b/package.json index bd284995..4882baa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.47.5", + "version": "0.47.6", "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 bd44c578..bd8fa359 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.47.5", + "version": "0.47.6", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"