Skip to content

Commit

Permalink
Merge pull request #2200 from hashicorp/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
alex-ju authored Jun 28, 2024
2 parents 1458bb2 + cfddfd7 commit 720bbdf
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/good-hornets-press.md

This file was deleted.

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

## 4.5.2

### Patch Changes

**🔄 Updated dependencies:**

- @hashicorp/ember-flight-icons@5.1.1

## 4.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.5.1",
"version": "4.5.2",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@embroider/addon-shim": "^1.8.7",
"@floating-ui/dom": "^1.6.3",
"@hashicorp/design-system-tokens": "^2.1.0",
"@hashicorp/ember-flight-icons": "^5.1.0",
"@hashicorp/ember-flight-icons": "^5.1.1",
"@oddbird/popover-polyfill": "^0.4.3",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^4.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/ember-flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/ember-flight-icons

## 5.1.1

### Patch Changes

This version is a re-release of `@hashicorp/ember-flight-icons@5.1.0` containing the missing `dist`

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

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

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/ember-flight-icons",
"version": "5.1.0",
"version": "5.1.1",
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
"keywords": [
"ember-addon",
Expand Down
20 changes: 10 additions & 10 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
</a>
</p>

## 4.5.2

**Patch changes**

**🔄 Updated dependencies:**

- @hashicorp/ember-flight-icons@5.1.1

## 4.5.1

**Patch changes**
Expand All @@ -24,6 +32,8 @@ Fixed syncing of `<F.Error />` ids to the `aria-describedby` attribute

## 4.5.0

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

**Minor changes**

`SideNav` - Adds option to exclude query params from route transition/focus management
Expand Down Expand Up @@ -837,16 +847,6 @@ Upgraded the following dependencies:

- @hashicorp/ember-flight-icons@4.0.2

## 3.0.2

**Patch changes**

Explicitly added `ember-element-helper` as dependency for the `components` package

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

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


---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</a>
</p>

## 5.1.1

**Patch changes**

This version is a re-release of `@hashicorp/ember-flight-icons@5.1.0` containing the missing `dist`

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

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

## 5.1.0

**Minor changes**
Expand Down Expand Up @@ -241,14 +251,6 @@ Added opt in flag to allow consumers to move sprite loading out of index.html

- @hashicorp/flight-icons@2.16.0

## 3.0.7

**Patch changes**

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@2.15.0


---

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4116,7 +4116,7 @@ __metadata:
"@glint/environment-ember-loose": "npm:^1.4.0"
"@glint/template": "npm:^1.4.0"
"@hashicorp/design-system-tokens": "npm:^2.1.0"
"@hashicorp/ember-flight-icons": "npm:^5.1.0"
"@hashicorp/ember-flight-icons": "npm:^5.1.1"
"@oddbird/popover-polyfill": "npm:^0.4.3"
"@rollup/plugin-babel": "npm:^6.0.4"
"@tsconfig/ember": "npm:^3.0.8"
Expand Down Expand Up @@ -4200,7 +4200,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hashicorp/ember-flight-icons@npm:^5.1.0, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons":
"@hashicorp/ember-flight-icons@npm:^5.1.1, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons":
version: 0.0.0-use.local
resolution: "@hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons"
dependencies:
Expand Down

0 comments on commit 720bbdf

Please sign in to comment.