From fa330c038ea2649ca5a4269b93036c7c962e9e5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Mar 2024 22:42:42 +0000 Subject: [PATCH] Version Packages --- .changeset/olive-hotels-know.md | 5 --- packages/components/CHANGELOG.md | 10 +++++ packages/components/package.json | 2 +- .../release-notes/partials/components.md | 38 ++++++------------- 4 files changed, 22 insertions(+), 33 deletions(-) delete mode 100644 .changeset/olive-hotels-know.md diff --git a/.changeset/olive-hotels-know.md b/.changeset/olive-hotels-know.md deleted file mode 100644 index 8d8f1c04045..00000000000 --- a/.changeset/olive-hotels-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`CodeBlock` - Re-mapped class-name variable to color-blue diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 8ce43538335..a6adbaddb4c 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # @hashicorp/design-system-components +## 4.2.1 + +### Patch Changes + +`CodeBlock` - Re-mapped class-name variable to color-blue + +[#2027](https://github.com/hashicorp/design-system/pull/2027) + +
+ ## 4.2.0 ### Minor Changes diff --git a/packages/components/package.json b/packages/components/package.json index 0de5c13164a..14dc4fdd0ce 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.2.0", + "version": "4.2.1", "description": "Helios Design System Components", "keywords": [ "hashicorp", diff --git a/website/docs/whats-new/release-notes/partials/components.md b/website/docs/whats-new/release-notes/partials/components.md index 59ae8fd6bf4..380893c4a00 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,16 @@

+## 4.2.1 + +**Patch changes** + +`CodeBlock` - Re-mapped class-name variable to color-blue + +[#2027](https://github.com/hashicorp/design-system/pull/2027) + +
+ ## 4.2.0 **Minor changes** @@ -56,7 +66,7 @@ ## 4.1.2 -### Patch Changes +**Patch changes** This version is a re-release of `@hashicorp/design-system-components@4.1.1` containing the missing pre-compiled CSS @@ -744,32 +754,6 @@ _Notice: while technically this is a breaking change, we consider this a fast-fo [#1716](https://github.com/hashicorp/design-system/pull/1716) -## 2.14.1 - -**Patch changes** - -`Tabs` - Fixed issue with `@isSelected` dynamically changed within `#each` loops - -[#1709](https://github.com/hashicorp/design-system/pull/1709) - -## 2.14.0 - -**Minor changes** - -`Pagination::Compact` - Added option to show "SizeSelector" element - -[#1700](https://github.com/hashicorp/design-system/pull/1700) - -
- -`Tabs` - Refactored logic for `Tabs` component + `Tab/Panel` sub-components to support more complex use cases: - -- introduced `@selectedTabIndex` argument to control the "selected" tab from the consuming application, e.g. via query params (effort spearheaded by @MiniHeyd) -- fixed issue with nested tabs not initializing the "selected" indicator correctly -- fixed issue with dynamic tab content not updating the "selected" indicator correctly - -[#1688](https://github.com/hashicorp/design-system/pull/1688) - ---