From b4f12490bc4a85c318a5d46dce2c0bc08da330d9 Mon Sep 17 00:00:00 2001 From: metonym Date: Tue, 28 Sep 2021 08:57:31 -0700 Subject: [PATCH] v0.44.4 --- CHANGELOG.md | 6 ++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9204338e..35936209 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.44.4](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.44.4) - 2021-09-28 + +**Fixes** + +- `ClickableTile` TypeScript definition restProps should extend attributes of either `a` or `p` tags + ## [0.44.3](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.44.3) - 2021-09-23 **Fixes** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 4208ad75..da2f450a 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 172 components exported from carbon-components-svelte@0.44.3. +> 172 components exported from carbon-components-svelte@0.44.4. ## Components diff --git a/package.json b/package.json index 093524bb..7f7a5859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.44.3", + "version": "0.44.4", "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 8574fd1e..1bd427b6 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.44.3", + "version": "0.44.4", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte"