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 18, 2024
1 parent 0cf81f2 commit 00297de
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/stale-poets-applaud.md

This file was deleted.

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

## 4.2.0

### Minor Changes

`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>

## 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
44 changes: 11 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,21 @@
</a>
</p>

## 4.2.0

**Minor changes**

`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>

## 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 +730,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 00297de

Please sign in to comment.