diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bac3cf1..5fed58d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selectable/expandable `DataTable` +## [0.11.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.11.0) - 2020-09-05 + +**Features** + +- UI Shell: add `HeaderGlobalAction` component (7b3c111) + ## [0.10.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.10.0) - 2020-09-05 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 8aaef320..24aa6fd1 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 144 components exported from carbon-components-svelte 0.10.0 +> 144 components exported from carbon-components-svelte 0.11.0 - Accordion - [AccordionSkeleton](#accordionskeleton) diff --git a/package.json b/package.json index 6d624447..92fbed8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.10.0", + "version": "0.11.0", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", diff --git a/types/index.d.ts b/types/index.d.ts index 0b612476..2b07c1a8 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for carbon-components-svelte 0.10.0 +// Type definitions for carbon-components-svelte 0.11.0 // Project: https://github.com/IBM/carbon-components-svelte export class CarbonSvelteComponent {