From 35031e800ccbb87d4f2ffe35ace37059b9fcb428 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 15 Jun 2022 07:15:27 -0700 Subject: [PATCH] v0.65.3 --- CHANGELOG.md | 6 ++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15aaed97..5ad5cba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.65.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.65.3) - 2022-06-15 + +**Fixes** + +- fix `TreeView` type error when keyboard navigating an expanded node + ## [0.65.2](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.65.2) - 2022-06-12 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index edc9c974..29cee82b 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.65.2. +> 165 components exported from carbon-components-svelte@0.65.3. ## Components diff --git a/package.json b/package.json index 5d749275..672a229c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.65.2", + "version": "0.65.3", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",