From 09330552f9b4045cca649be724e7d27ec323c6bd Mon Sep 17 00:00:00 2001 From: Enrico Sacchetti Date: Sat, 4 Feb 2023 20:33:10 -0500 Subject: [PATCH] v0.72.2 --- CHANGELOG.md | 7 +++++++ COMPONENT_INDEX.md | 2 +- package.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba09c10..393c29c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.72.2](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.72.1...v0.72.2) (2023-02-05) + + +### Bug Fixes + +* **dropdown:** dispatch correct `selectedItem` in `select` event ([#1646](https://github.com/carbon-design-system/carbon-components-svelte/issues/1646)) ([d897484](https://github.com/carbon-design-system/carbon-components-svelte/commit/d897484abfcc8be351ac87b0f0bb49900f4b4b1d)), closes [#1645](https://github.com/carbon-design-system/carbon-components-svelte/issues/1645) + ### [0.72.1](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.72.0...v0.72.1) (2023-01-25) diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index c19c75ce..eb09a1d2 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.72.1. +> 165 components exported from carbon-components-svelte@0.72.2. ## Components diff --git a/package.json b/package.json index 212d45b6..1fdd4e90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.72.1", + "version": "0.72.2", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", @@ -76,4 +76,4 @@ "Eric Liu (https://github.com/metonym)", "Enrico Sacchetti (https://github.com/theetrain)" ] -} \ No newline at end of file +}