From afb38c21917a0aab00debfe3e058ba5cdca7c077 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Tue, 1 Oct 2024 20:08:06 +0000
Subject: [PATCH] Version Packages
---
.changeset/odd-poets-complain.md | 5 ----
packages/components/CHANGELOG.md | 10 ++++++++
packages/components/package.json | 2 +-
.../release-notes/partials/components.md | 23 ++++++++-----------
4 files changed, 21 insertions(+), 19 deletions(-)
delete mode 100644 .changeset/odd-poets-complain.md
diff --git a/.changeset/odd-poets-complain.md b/.changeset/odd-poets-complain.md
deleted file mode 100644
index 4ca5898d11..0000000000
--- a/.changeset/odd-poets-complain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@hashicorp/design-system-components": patch
----
-
-`Dropdown` - Update the color of the text and icons in the selected state checkmark list item to match the styling of the ListItems (`Radio` and `Checkbox`).
diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md
index e30fb075b2..07f9b2da63 100644
--- a/packages/components/CHANGELOG.md
+++ b/packages/components/CHANGELOG.md
@@ -1,5 +1,15 @@
# @hashicorp/design-system-components
+## 4.12.1
+
+### Patch Changes
+
+`Dropdown` - Update the color of the text and icons in the selected state checkmark list item to match the styling of the ListItems (`Radio` and `Checkbox`).
+
+[#2464](https://github.com/hashicorp/design-system/pull/2464)
+
+
+
## 4.12.0
[4.12.0 documentation](https://hds-website-4-12-0.vercel.app/)
diff --git a/packages/components/package.json b/packages/components/package.json
index fecd09d84e..dfd4a8d609 100644
--- a/packages/components/package.json
+++ b/packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
- "version": "4.12.0",
+ "version": "4.12.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 7acb618d44..e2b6900050 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.12.1
+
+**Patch changes**
+
+`Dropdown` - Update the color of the text and icons in the selected state checkmark list item to match the styling of the ListItems (`Radio` and `Checkbox`).
+
+[#2464](https://github.com/hashicorp/design-system/pull/2464)
+
+
+
## 4.12.0
[4.12.0 documentation](https://hds-website-4-12-0.vercel.app/)
@@ -1178,19 +1188,6 @@ Removed `ember-deep-tracked` dependency that was not used
- @hashicorp/ember-flight-icons@5.0.0
- @hashicorp/design-system-tokens@2.0.0
-## 3.6.0
-
-[3.6.0 documentation](https://hds-website-3-6-0.vercel.app/)
-
-**Minor changes**
-
-_Since this is an update brand colors and product icons, we consider this a `minor` version release_
-
-**🔄 Updated dependencies:**
-
-- @hashicorp/design-system-tokens@1.11.0
-- @hashicorp/ember-flight-icons@4.1.0
-
---