From 615e563886e18b341199eea82182fecd16c8dfd1 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Tue, 4 Feb 2025 21:57:30 +0000 Subject: [PATCH] chore: release - @carbon-labs/react@0.7.0 - @carbon-labs/react-ui-shell@0.6.0 --- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 2 +- packages/react/src/components/UIShell/CHANGELOG.md | 11 +++++++++++ packages/react/src/components/UIShell/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 31914581..d9e7fdae 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.7.0](https://github.com/carbon-design-system/carbon-labs/compare/@carbon-labs/react@0.6.0...@carbon-labs/react@0.7.0) (2025-02-04) + + +### Features + +* **SideNav:** implement panel variant ([#408](https://github.com/carbon-design-system/carbon-labs/issues/408)) ([4e39d88](https://github.com/carbon-design-system/carbon-labs/commit/4e39d88b505a01c1529075cc317760c626b7686a)) + + + + + # [0.6.0](https://github.com/carbon-design-system/carbon-labs/compare/@carbon-labs/react@0.5.0...@carbon-labs/react@0.6.0) (2025-02-04) diff --git a/packages/react/package.json b/packages/react/package.json index d0425d1b..b959e6c9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@carbon-labs/react", - "version": "0.6.0", + "version": "0.7.0", "private": true, "type": "module", "description": "React components for Carbon Labs", diff --git a/packages/react/src/components/UIShell/CHANGELOG.md b/packages/react/src/components/UIShell/CHANGELOG.md index 6ef8f1cf..368d7c94 100644 --- a/packages/react/src/components/UIShell/CHANGELOG.md +++ b/packages/react/src/components/UIShell/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/carbon-design-system/carbon-labs/compare/@carbon-labs/react-ui-shell@0.5.0...@carbon-labs/react-ui-shell@0.6.0) (2025-02-04) + + +### Features + +* **SideNav:** implement panel variant ([#408](https://github.com/carbon-design-system/carbon-labs/issues/408)) ([4e39d88](https://github.com/carbon-design-system/carbon-labs/commit/4e39d88b505a01c1529075cc317760c626b7686a)) + + + + + # [0.5.0](https://github.com/carbon-design-system/carbon-labs/compare/@carbon-labs/react-ui-shell@0.4.0...@carbon-labs/react-ui-shell@0.5.0) (2025-02-04) diff --git a/packages/react/src/components/UIShell/package.json b/packages/react/src/components/UIShell/package.json index 3205811e..8c0b7ada 100644 --- a/packages/react/src/components/UIShell/package.json +++ b/packages/react/src/components/UIShell/package.json @@ -1,6 +1,6 @@ { "name": "@carbon-labs/react-ui-shell", - "version": "0.5.0", + "version": "0.6.0", "publishConfig": { "access": "public", "provenance": true