From 5da320f33cfbfe1872f529514fbcb8cc48eef8bd Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 4 May 2022 07:53:46 -0700 Subject: [PATCH] v0.63.7 --- 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 8fc5d265..1f0f1d20 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.63.7](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.7) - 2022-05-04 + +**Fixes** + +- strongly type `translateWithId` prop in `Dropdown` + ## [0.63.6](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.63.6) - 2022-05-04 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index b6c8b647..4562b067 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.63.6. +> 165 components exported from carbon-components-svelte@0.63.7. ## Components diff --git a/package.json b/package.json index a06cbe12..221ac465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.63.6", + "version": "0.63.7", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",