From 57b6ea68b53368240b07faff80a8a8157fae0786 Mon Sep 17 00:00:00 2001 From: Enrico Sacchetti Date: Tue, 24 Jan 2023 22:30:29 -0500 Subject: [PATCH] v0.72.1 --- CHANGELOG.md | 7 +++++++ COMPONENT_INDEX.md | 2 +- package.json | 7 ++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83775c79..7ba09c10 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.1](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.72.0...v0.72.1) (2023-01-25) + + +### Bug Fixes + +* **dropdown:** fix ssr issue ([#1639](https://github.com/carbon-design-system/carbon-components-svelte/issues/1639)) ([8cb5d53](https://github.com/carbon-design-system/carbon-components-svelte/commit/8cb5d538f7ad10d7c93e10c04f01d2c77b4eba44)), closes [#1638](https://github.com/carbon-design-system/carbon-components-svelte/issues/1638) + ## [0.72.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.71.0...v0.72.0) (2023-01-18) diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 1acd715a..c19c75ce 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.72.0. +> 165 components exported from carbon-components-svelte@0.72.1. ## Components diff --git a/package.json b/package.json index ccc4055c..212d45b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.72.0", + "version": "0.72.1", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js", @@ -45,7 +45,8 @@ }, "standard-version": { "skip": { - "commit": true + "commit": true, + "tag": true } }, "prettier": { @@ -75,4 +76,4 @@ "Eric Liu (https://github.com/metonym)", "Enrico Sacchetti (https://github.com/theetrain)" ] -} +} \ No newline at end of file