diff --git a/.changeset/funny-files-pay.md b/.changeset/funny-files-pay.md deleted file mode 100644 index fadee7748a1..00000000000 --- a/.changeset/funny-files-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Card` - Converted component to TypeScript diff --git a/.changeset/green-donkeys-rule.md b/.changeset/green-donkeys-rule.md deleted file mode 100644 index ed007b78da8..00000000000 --- a/.changeset/green-donkeys-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Link::Standalone` - Converted component to TypeScript diff --git a/.changeset/stale-poets-applaud.md b/.changeset/stale-poets-applaud.md deleted file mode 100644 index ba770db1d63..00000000000 --- a/.changeset/stale-poets-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": minor ---- - -`Text` - Converted component to TypeScript diff --git a/.changeset/ten-falcons-run.md b/.changeset/ten-falcons-run.md deleted file mode 100644 index ac7dd8a1a68..00000000000 --- a/.changeset/ten-falcons-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Modal`, `Flyout` - Fixed flaky tests by running `@ember/test-waiters` in all environments diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c5d8900db2d..3e6b3336c05 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,35 @@ # @hashicorp/design-system-components +## 4.2.0 + +### Minor Changes + +`Card` - Converted component to TypeScript + +[#1997](https://github.com/hashicorp/design-system/pull/1997) - Thanks [@valeriia-ruban](https://github.com/valeriia-ruban) for the contribution! 🙏 + +
+ +`Link::Standalone` - Converted component to TypeScript + +[#2010](https://github.com/hashicorp/design-system/pull/2010) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏 + +
+ +`Text` - Converted component to TypeScript + +[#1984](https://github.com/hashicorp/design-system/pull/1984) - Thanks [@natmegs](https://github.com/natmegs) for the contribution! 🙏 + +
+ +### Patch Changes + +`Modal`, `Flyout` - Fixed flaky tests by running `@ember/test-waiters` in all environments + +[#2011](https://github.com/hashicorp/design-system/pull/2011) - Thanks [@fivetanley](https://github.com/fivetanley) for the contribution! 🙏 + +
+ ## 4.1.1 **🚨 Caution: This version is missing the pre-compiled CSS 🚨** diff --git a/packages/components/package.json b/packages/components/package.json index 6a9e2e8e2cd..6680b48348b 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "4.1.1", + "version": "4.2.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 7fe56bc8863..543276b7cf8 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,11 +12,41 @@

+## 4.2.0 + +**Minor changes** + +`Card` - Converted component to TypeScript + +[#1997](https://github.com/hashicorp/design-system/pull/1997) - Thanks [@valeriia-ruban](https://github.com/valeriia-ruban) for the contribution! 🙏 + +
+ +`Link::Standalone` - Converted component to TypeScript + +[#2010](https://github.com/hashicorp/design-system/pull/2010) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! 🙏 + +
+ +`Text` - Converted component to TypeScript + +[#1984](https://github.com/hashicorp/design-system/pull/1984) - Thanks [@natmegs](https://github.com/natmegs) for the contribution! 🙏 + +
+ +**Patch changes** + +`Modal`, `Flyout` - Fixed flaky tests by running `@ember/test-waiters` in all environments + +[#2011](https://github.com/hashicorp/design-system/pull/2011) - Thanks [@fivetanley](https://github.com/fivetanley) for the contribution! 🙏 + +
+ ## 4.1.1 **🚨 Caution: This version is missing the pre-compiled CSS 🚨** -You can still use it if you import styles as Sass and don't require `design-system-components.css` +You can still use this version if you import styles as Sass and don't require `design-system-components.css` **Patch changes** @@ -720,38 +750,6 @@ _Notice: while technically this is a breaking change, we consider this a fast-fo [#1688](https://github.com/hashicorp/design-system/pull/1688) -## 2.13.0 - -**Minor changes** - -`AppFooter` - Added new component - -[#1623](https://github.com/hashicorp/design-system/pull/1623) - -
- -`SideNav` - add `@isCollapsible` (to control if users can collapse the sidenav on 'desktop' viewports) and `@isMinimized` (to control the default state on 'desktop' viewports) arguments - -[#1630](https://github.com/hashicorp/design-system/pull/1630) - -**Patch changes** - -`Tag` - Updated padding for dismiss button for WCAG conformance - -[#1696](https://github.com/hashicorp/design-system/pull/1696) - -
- -`Link::Standalone` – increase target size - -[#1678](https://github.com/hashicorp/design-system/pull/1678) - -
- -**🔄 Updated dependencies:** - -- @hashicorp/design-system-tokens@1.9.0 - ---