Skip to content

Commit

Permalink
Version Packages (#2319)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Zack Moore <[email protected]>
  • Loading branch information
3 people authored Aug 6, 2024
1 parent 447f4f6 commit e9866ff
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 78 deletions.
10 changes: 0 additions & 10 deletions .changeset/fuzzy-suits-call.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/purple-ghosts-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-socks-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-schools-flash.md

This file was deleted.

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

## 0.3.0

### Minor Changes

`v4/icon`

Adds a codemod for converting `FlightIcon` components to `Hds::Icon` components

[See README for details](../packages/codemods/transforms/v4/icon/README.md)

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

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

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/design-system-codemods",
"description": "Helios Design System codemods",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "eslint . --fix",
Expand Down
71 changes: 50 additions & 21 deletions packages/components/CHANGELOG.md

Large diffs are not rendered by default.

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.8.0",
"version": "4.9.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
55 changes: 29 additions & 26 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,37 @@
</a>
</p>

## 4.9.0

**Minor changes**

`Icon` - Added component:

`Hds::Icon` is meant to replace usage of the `FlightIcon` component from `ember-flight-icons`.

- Displays `block` by default. (`FlightIcon` displays `inline-block` by default)
- Exposes a set of predefined "foreground" colors via the `@color` argument

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

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

`CodeBlock`: Converted component to TypeScript

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

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

`TooltipButton`: Converted component to TypeScript

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

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

## 4.8.0

[4.8.0 documentation](https://hds-website-4-8-0.vercel.app/)

**Minor changes**

`AppHeader` - Added new component.
Expand Down Expand Up @@ -907,32 +936,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing).

- @hashicorp/ember-flight-icons@4.0.5

## 3.3.0

**Minor changes**

`Form::CharacterCount` - Added new component
`Form::Field` - Added `CharacterCount` contextual component
`Form::MaskedInput::Field` - Added `CharacterCount` contextual component
`Form::TextInput::Field` - Added `CharacterCount` contextual component
`Form::Textarea::Field` - Added `CharacterCount` contextual component

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

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

**Patch changes**

`Button` - Updated DOM structure to contain only `span` elements

`Dropdown` - Updated button elements DOM structure to contain only `span` elements

`Link::Standalone` - Updated DOM structure to contain only `span` elements

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

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


---

Expand Down

0 comments on commit e9866ff

Please sign in to comment.