From 14a8376a812ef02fe9ca09935257a85d86022e53 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 11 Aug 2022 18:47:53 -0700 Subject: [PATCH] v0.67.9 --- 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 159f33f2..c3d95e52 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.67.9](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.9) - 2022-08-11 + +**Fixes** + +- `NotificationActionButton` types should extend `Button` props + ## [0.67.8](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.8) - 2022-08-10 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 45ccd2cf..bcc834a6 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.67.8. +> 165 components exported from carbon-components-svelte@0.67.9. ## Components diff --git a/package.json b/package.json index ab949617..028c845c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.67.8", + "version": "0.67.9", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",