Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent 6d0184d commit fb4e72d
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-files-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-donkeys-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-poets-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-falcons-run.md

This file was deleted.

30 changes: 30 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @hashicorp/design-system-components

## 4.2.0

### Minor Changes

`Card` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#1997](https://github.com/hashicorp/design-system/pull/1997) - Thanks [@valeriia-ruban](https://github.com/valeriia-ruban) for the contribution! πŸ™</small>

<div class="doc-whats-new-changelog-separator"></div>

`Link::Standalone` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#2010](https://github.com/hashicorp/design-system/pull/2010) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! πŸ™</small>

<div class="doc-whats-new-changelog-separator"></div>

`Text` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#1984](https://github.com/hashicorp/design-system/pull/1984) - Thanks [@natmegs](https://github.com/natmegs) for the contribution! πŸ™</small>

<div class="doc-whats-new-changelog-separator"></div>

### Patch Changes

`Modal`, `Flyout` - Fixed flaky tests by running `@ember/test-waiters` in all environments

<small class="doc-whats-new-changelog-metadata">[#2011](https://github.com/hashicorp/design-system/pull/2011) - Thanks [@fivetanley](https://github.com/fivetanley) for the contribution! πŸ™</small>

<div class="doc-whats-new-changelog-separator"></div>

## 4.1.1

**🚨 Caution: This version is missing the pre-compiled CSS 🚨**
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "4.1.1",
"version": "4.2.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
64 changes: 31 additions & 33 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,41 @@
</a>
</p>

## 4.2.0

**Minor changes**

`Card` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#1997](https://github.com/hashicorp/design-system/pull/1997) - Thanks [@valeriia-ruban](https://github.com/valeriia-ruban) for the contribution! πŸ™</small>

<div class="doc-whats-new-changelog-separator"></div>

`Link::Standalone` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#2010](https://github.com/hashicorp/design-system/pull/2010) - Thanks [@WenInCode](https://github.com/WenInCode) for the contribution! πŸ™</small>

<div class="doc-whats-new-changelog-separator"></div>

`Text` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#1984](https://github.com/hashicorp/design-system/pull/1984) - Thanks [@natmegs](https://github.com/natmegs) for the contribution! πŸ™</small>

<div class="doc-whats-new-changelog-separator"></div>

**Patch changes**

`Modal`, `Flyout` - Fixed flaky tests by running `@ember/test-waiters` in all environments

<small class="doc-whats-new-changelog-metadata">[#2011](https://github.com/hashicorp/design-system/pull/2011) - Thanks [@fivetanley](https://github.com/fivetanley) for the contribution! πŸ™</small>

<div class="doc-whats-new-changelog-separator"></div>

## 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**

Expand Down Expand Up @@ -720,38 +750,6 @@ _Notice: while technically this is a breaking change, we consider this a fast-fo

<small class="doc-whats-new-changelog-metadata">[#1688](https://github.com/hashicorp/design-system/pull/1688)</small>

## 2.13.0

**Minor changes**

`AppFooter` - Added new component

<small class="doc-whats-new-changelog-metadata">[#1623](https://github.com/hashicorp/design-system/pull/1623)</small>

<div class="doc-whats-new-changelog-separator"></div>

`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

<small class="doc-whats-new-changelog-metadata">[#1630](https://github.com/hashicorp/design-system/pull/1630)</small>

**Patch changes**

`Tag` - Updated padding for dismiss button for WCAG conformance

<small class="doc-whats-new-changelog-metadata">[#1696](https://github.com/hashicorp/design-system/pull/1696)</small>

<div class="doc-whats-new-changelog-separator"></div>

`Link::Standalone` – increase target size

<small class="doc-whats-new-changelog-metadata">[#1678](https://github.com/hashicorp/design-system/pull/1678)</small>

<div class="doc-whats-new-changelog-separator"></div>

**πŸ”„ Updated dependencies:**

- @hashicorp/design-system-tokens@1.9.0


---

Expand Down

0 comments on commit fb4e72d

Please sign in to comment.