diff --git a/CHANGELOG.md b/CHANGELOG.md index 540b5685..595876b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.69.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.69.0) - 2022-08-17 + +**Features** + +- dispatch `on:click:header--select` event in `DataTable` +- dispatch `on:click:row--select` event in `DataTable` + ## [0.68.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.68.0) - 2022-08-15 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 9142ac61..0f135b38 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.68.0. +> 165 components exported from carbon-components-svelte@0.69.0. ## Components diff --git a/package.json b/package.json index 1abd92da..d4645b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.68.0", + "version": "0.69.0", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",