diff --git a/.changeset/gorgeous-days-call.md b/.changeset/gorgeous-days-call.md deleted file mode 100644 index ca710a6ce0d..00000000000 --- a/.changeset/gorgeous-days-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Table` - Updated the visual design of `Table` cells by adding borders, making them more distinguishable when spanning rows or columns. diff --git a/.changeset/lovely-goats-work.md b/.changeset/lovely-goats-work.md deleted file mode 100644 index 7640b6a467b..00000000000 --- a/.changeset/lovely-goats-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Table` - fixed the aria-labels for select row and select all checkboxes so they do not change based on the state of the checkbox. diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5b9d102d439..7482ec538a3 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,23 @@ # @hashicorp/design-system-components +## 4.16.0 + +### Minor Changes + +`Table` - Updated the visual design of `Table` cells by adding borders, making them more distinguishable when spanning rows or columns. + +[#2588](https://github.com/hashicorp/design-system/pull/2588) + +
+ +### Patch Changes + +`Table` - fixed the aria-labels for select row and select all checkboxes so they do not change based on the state of the checkbox. + +[#2596](https://github.com/hashicorp/design-system/pull/2596) + +
+ ## 4.15.0 [4.15.0 documentation](https://hds-website-4-15-0.vercel.app/) diff --git a/packages/components/package.json b/packages/components/package.json index e99077b6bb4..9aacb1f3699 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.15.0", + "version": "4.16.0", "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 9fa910dad0e..b5255cf765f 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,6 +12,24 @@

+## 4.16.0 + +**Minor changes** + +`Table` - Updated the visual design of `Table` cells by adding borders, making them more distinguishable when spanning rows or columns. + +[#2588](https://github.com/hashicorp/design-system/pull/2588) + +
+ +**Patch changes** + +`Table` - fixed the aria-labels for select row and select all checkboxes so they do not change based on the state of the checkbox. + +[#2596](https://github.com/hashicorp/design-system/pull/2596) + +
+ ## 4.15.0 [4.15.0 documentation](https://hds-website-4-15-0.vercel.app/) @@ -1237,14 +1255,6 @@ Fixed default export warnings by preventing `types.js` files from being reexport
-## 4.1.2 - -**Patch changes** - -This version is a re-release of `@hashicorp/design-system-components@4.1.1` containing the missing pre-compiled CSS - -
- ---