From bdaf1c5ca0b220f5cb3bae5425463bd5642ed831 Mon Sep 17 00:00:00 2001 From: metonym Date: Tue, 23 Aug 2022 08:00:48 -0700 Subject: [PATCH] v0.70.1 --- CHANGELOG.md | 7 +++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef759e0..37e7a9ee 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.70.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.70.1) - 2022-08-23 + +**Fixes** + +- do not unset `Content` left margin for rail `SideNav` +- set `role`, `aria-label` attributes on `DatePicker` calendar container + ## [0.70.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.70.0) - 2022-08-18 **Features** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index f8b5f09f..f3716082 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -1,6 +1,6 @@ # Component Index -> 165 components exported from carbon-components-svelte@0.70.0. +> 165 components exported from carbon-components-svelte@0.70.1. ## Components diff --git a/package.json b/package.json index f365588d..6a368b5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "carbon-components-svelte", - "version": "0.70.0", + "version": "0.70.1", "license": "Apache-2.0", "description": "Svelte implementation of the Carbon Design System", "svelte": "./src/index.js",