From 21f2c7fb4cb9c09866e3dfe14584d7b26ddd7a07 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 7 Aug 2022 10:15:08 -0700 Subject: [PATCH] v0.67.7 --- CHANGELOG.md | 6 ++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f9420ed..92ce093f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.67.7](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.7) - 2022-8-07 + +**Fixes** + +- remove UI Shell `Content` left margin if `SideNav` is collapsed + ## [0.67.6](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.67.6) - 2022-8-05 **Refactor** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 984f67c8..0454e736 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.67.6. +> 165 components exported from carbon-components-svelte@0.67.7. ## Components diff --git a/package.json b/package.json index 55b1163a..e425c1c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.67.6", + "version": "0.67.7", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",