From ff9027be9918c49e48c255b8ec0a164f3d3b4c9d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 30 Apr 2022 10:44:53 -0700 Subject: [PATCH] v0.63.4 --- CHANGELOG.md | 14 ++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb56f91..a146e2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.63.4](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.4) - 2022-04-30 + +**Fixes** + +- add missing `"2x3"` ratio value to `AspectRatio` +- fix typo in `ToolbarSearch` shouldFilterRows type annotation + +**Documentation** + +- correctly generate icon, action imports in examples +- remove unnecessary `tooltipBodyId` in `Tooltip` examples +- add `DataTable` "Expandable and selectable" example +- add `DataTable` "Batch selection" example + ## [0.63.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.3) - 2022-04-28 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 0318c741..6d0fbb4a 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.63.3. +> 165 components exported from carbon-components-svelte@0.63.4. ## Components diff --git a/package.json b/package.json index b3378997..5f98f405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.63.3", + "version": "0.63.4", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",