diff --git a/.changeset/new-days-enjoy.md b/.changeset/new-days-enjoy.md deleted file mode 100644 index 20999f3e42..0000000000 --- a/.changeset/new-days-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`. diff --git a/.changeset/nice-llamas-tap.md b/.changeset/nice-llamas-tap.md deleted file mode 100644 index 00ec2dae53..0000000000 --- a/.changeset/nice-llamas-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`SuperSelect::Multiple` - Fixed placeholder style and layout 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..34aebf77b7 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,27 @@ # @hashicorp/design-system-components +## 4.12.1 + +### Patch Changes + +`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`. + +[#2479](https://github.com/hashicorp/design-system/pull/2479) + +
+ +`SuperSelect::Multiple` - Fixed placeholder style and layout + +[#2473](https://github.com/hashicorp/design-system/pull/2473) + +
+ +`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..5f4d4850b5 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,28 @@

+## 4.12.1 + +**Patch changes** + +`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`. + +[#2479](https://github.com/hashicorp/design-system/pull/2479) + +
+ +`SuperSelect::Multiple` - Fixed placeholder style and layout + +[#2473](https://github.com/hashicorp/design-system/pull/2473) + +
+ +`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 +1200,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 - ---