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/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c5d8900db2d..96bcf4f40a5 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,15 @@ # @hashicorp/design-system-components +## 4.2.0 + +### Minor Changes + +`Text` - Converted component to TypeScript + +[#1984](https://github.com/hashicorp/design-system/pull/1984) - Thanks [@natmegs](https://github.com/natmegs) 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 d26ac42d825..f1ae0e6b581 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..3101beea7d0 100644 --- a/website/docs/whats-new/release-notes/partials/components.md +++ b/website/docs/whats-new/release-notes/partials/components.md @@ -12,11 +12,21 @@

+## 4.2.0 + +**Minor changes** + +`Text` - Converted component to TypeScript + +[#1984](https://github.com/hashicorp/design-system/pull/1984) - Thanks [@natmegs](https://github.com/natmegs) 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 +730,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 - ---