From 7c1e30476ad8abb93c63fb85b70dc57bfa132023 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Sat, 26 Jun 2021 16:48:25 -0700 Subject: [PATCH] v0.37.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- preprocess/api.json | 5 ++++- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28ef8d3..01dd90f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.37.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.37.0) - 2021-06-26 + +**Features** + +- add ProgressBar component + +**Fixes** + +- omit size prop in `ToolbarSearch` +- omit passing iconDescription to `NotificationIcon` in `InlineNotification`, `ToastNotification` + +**Refactor** + +- use class directive in `TextInput` + +**Documentation** + +- add ProgressBar component documentation + +**Housekeeping** + +- upgrade `carbon-components` to version 10.37.0 + ## [0.36.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.36.0) - 2021-06-26 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 939d9c24..95c76edd 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 168 components exported from carbon-components-svelte@0.36.0. +> 168 components exported from carbon-components-svelte@0.37.0. ## Components diff --git a/package.json b/package.json index e45fb2f2..4733b3d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.36.0", + "version": "0.37.0", "license": "Apache-2.0", "author": "IBM", "description": "Svelte implementation of the Carbon Design System", diff --git a/preprocess/api.json b/preprocess/api.json index bb90b0f6..b316f4fa 100644 --- a/preprocess/api.json +++ b/preprocess/api.json @@ -1,5 +1,5 @@ { - "version": "0.36.0", + "version": "0.37.0", "components": { "Accordion": { "path": "carbon-components-svelte/src/Accordion/Accordion.svelte" @@ -292,6 +292,9 @@ "Popover": { "path": "carbon-components-svelte/src/Popover/Popover.svelte" }, + "ProgressBar": { + "path": "carbon-components-svelte/src/ProgressBar/ProgressBar.svelte" + }, "ProgressIndicator": { "path": "carbon-components-svelte/src/ProgressIndicator/ProgressIndicator.svelte" },