From 61061775edf4c5a4470cc474c596ca2076229168 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Tue, 4 Jun 2024 20:59:47 +0000
Subject: [PATCH] Version Packages
---
.changeset/lucky-steaks-peel.md | 5 ----
packages/components/CHANGELOG.md | 8 ++++++
packages/components/package.json | 4 +--
packages/ember-flight-icons/CHANGELOG.md | 8 ++++++
packages/ember-flight-icons/package.json | 4 +--
packages/flight-icons/CHANGELOG.md | 10 +++++++
packages/flight-icons/package.json | 2 +-
.../release-notes/partials/components.md | 26 ++++++-------------
.../partials/ember-flight-icons.md | 16 ++++++------
.../release-notes/partials/flight-icons.md | 18 +++++++------
yarn.lock | 8 +++---
11 files changed, 61 insertions(+), 48 deletions(-)
delete mode 100644 .changeset/lucky-steaks-peel.md
diff --git a/.changeset/lucky-steaks-peel.md b/.changeset/lucky-steaks-peel.md
deleted file mode 100644
index 2f8af036c5b..00000000000
--- a/.changeset/lucky-steaks-peel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@hashicorp/flight-icons": minor
----
-
-`vagrant`, `vagrant-color`, `vagrant-fill`, `vagrant-fill-color`, `vagrant-square`, `vagrant-square-color` icons were updated per brand changes.
diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md
index 6cbbe6c1a9e..63c596779b6 100644
--- a/packages/components/CHANGELOG.md
+++ b/packages/components/CHANGELOG.md
@@ -1,5 +1,13 @@
# @hashicorp/design-system-components
+## 4.4.1
+
+### Patch Changes
+
+**🔄 Updated dependencies:**
+
+- @hashicorp/ember-flight-icons@5.0.3
+
## 4.4.0
[4.4.0 documentation](https://hds-website-4-4-0.vercel.app/)
diff --git a/packages/components/package.json b/packages/components/package.json
index a6ed0b383c5..a8c5498780c 100644
--- a/packages/components/package.json
+++ b/packages/components/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
- "version": "4.4.0",
+ "version": "4.4.1",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
@@ -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.0.2",
+ "@hashicorp/ember-flight-icons": "^5.0.3",
"@oddbird/popover-polyfill": "^0.4.3",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^3.0.2",
diff --git a/packages/ember-flight-icons/CHANGELOG.md b/packages/ember-flight-icons/CHANGELOG.md
index 19afc8b5ca3..8bd4f40dd47 100644
--- a/packages/ember-flight-icons/CHANGELOG.md
+++ b/packages/ember-flight-icons/CHANGELOG.md
@@ -1,5 +1,13 @@
# @hashicorp/ember-flight-icons
+## 5.0.3
+
+### Patch Changes
+
+**🔄 Updated dependencies:**
+
+- @hashicorp/flight-icons@3.3.0
+
## 5.0.2
### Patch Changes
diff --git a/packages/ember-flight-icons/package.json b/packages/ember-flight-icons/package.json
index dc695c78e07..586383b8c29 100644
--- a/packages/ember-flight-icons/package.json
+++ b/packages/ember-flight-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/ember-flight-icons",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
"keywords": [
"ember-addon",
@@ -29,7 +29,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
- "@hashicorp/flight-icons": "^3.2.0",
+ "@hashicorp/flight-icons": "^3.3.0",
"ember-get-config": "^2.1.1"
},
"devDependencies": {
diff --git a/packages/flight-icons/CHANGELOG.md b/packages/flight-icons/CHANGELOG.md
index 74c31d296d8..91ca24d8bca 100644
--- a/packages/flight-icons/CHANGELOG.md
+++ b/packages/flight-icons/CHANGELOG.md
@@ -1,5 +1,15 @@
# @hashicorp/flight-icons
+## 3.3.0
+
+### Minor Changes
+
+`vagrant`, `vagrant-color`, `vagrant-fill`, `vagrant-fill-color`, `vagrant-square`, `vagrant-square-color` icons were updated per brand changes.
+
+[#2144](https://github.com/hashicorp/design-system/pull/2144)
+
+
+
## 3.2.0
### Minor Changes
diff --git a/packages/flight-icons/package.json b/packages/flight-icons/package.json
index 77eefbc9368..ae32bd121d1 100644
--- a/packages/flight-icons/package.json
+++ b/packages/flight-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/flight-icons",
- "version": "3.2.0",
+ "version": "3.3.0",
"description": "Flight: HashiCorp SVG icon set",
"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 55c678be015..585db004c1b 100644
--- a/website/docs/whats-new/release-notes/partials/components.md
+++ b/website/docs/whats-new/release-notes/partials/components.md
@@ -12,6 +12,14 @@
+## 4.4.1
+
+**Patch changes**
+
+**🔄 Updated dependencies:**
+
+- @hashicorp/ember-flight-icons@5.0.3
+
## 4.4.0
[4.4.0 documentation](https://hds-website-4-4-0.vercel.app/)
@@ -943,24 +951,6 @@ _No impact is expected on the consumers' applications._
- @hashicorp/ember-flight-icons@4.0.0
-## 2.15.0
-
-**Minor changes**
-
-`Button` - updated horizontal padding of icon-only variant
-
-`Dropdown::ToggleIcon` - updated sizing of the "small" variant to match the height of the "small" variant `Button`
-
-[#1690](https://github.com/hashicorp/design-system/pull/1690)
-
-**Patch changes**
-
-`Pagination` - Removed handling of query parameters from `onPageSizeChange` function.
-
-[#1736](https://github.com/hashicorp/design-system/pull/1736)
-
-_Notice: while technically this is a breaking change, we consider this a fast-follow fix for the previous release._
-
---
diff --git a/website/docs/whats-new/release-notes/partials/ember-flight-icons.md b/website/docs/whats-new/release-notes/partials/ember-flight-icons.md
index a7f894b6e7f..aa0ff9135f9 100644
--- a/website/docs/whats-new/release-notes/partials/ember-flight-icons.md
+++ b/website/docs/whats-new/release-notes/partials/ember-flight-icons.md
@@ -12,6 +12,14 @@
+## 5.0.3
+
+**Patch changes**
+
+**🔄 Updated dependencies:**
+
+- @hashicorp/flight-icons@3.3.0
+
## 5.0.2
**Patch changes**
@@ -249,14 +257,6 @@ Shifted our supported version of Node.js from `12.* || 14.* || >= 16` to `14.* |
[#1395](https://github.com/hashicorp/design-system/pull/1395)
-## 3.0.5
-
-**Patch changes**
-
-**🔄 Updated dependencies:**
-
-- @hashicorp/flight-icons@2.13.1
-
---
diff --git a/website/docs/whats-new/release-notes/partials/flight-icons.md b/website/docs/whats-new/release-notes/partials/flight-icons.md
index e874f2dff00..2194fa5c12a 100644
--- a/website/docs/whats-new/release-notes/partials/flight-icons.md
+++ b/website/docs/whats-new/release-notes/partials/flight-icons.md
@@ -12,6 +12,16 @@
+## 3.3.0
+
+**Minor changes**
+
+`vagrant`, `vagrant-color`, `vagrant-fill`, `vagrant-fill-color`, `vagrant-square`, `vagrant-square-color` icons were updated per brand changes.
+
+[#2144](https://github.com/hashicorp/design-system/pull/2144)
+
+
+
## 3.2.0
**Minor changes**
@@ -218,14 +228,6 @@ Added `figma` and `loom` icons
- [#636](https://github.com/hashicorp/design-system/pull/636) [`27a283a5`](https://github.com/hashicorp/design-system/commit/27a283a52c2828b32c282401f91df9bd929f9dda) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - Add copyright notice to license file
-## 2.11.0
-
-**Minor changes**
-
-- [#580](https://github.com/hashicorp/design-system/pull/580) [`55f38cb3`](https://github.com/hashicorp/design-system/commit/55f38cb3a30a6edf8854e53ce3642270fe00efdc) Thanks [@didoo](https://github.com/didoo)! - updated SVG icons generation to include JS file with list of icon names
-
-* [#593](https://github.com/hashicorp/design-system/pull/593) [`382fce2d`](https://github.com/hashicorp/design-system/commit/382fce2d063e8ff31849f28d68a138537354c68e) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added AWS Lambda and Linux icons
-
---
diff --git a/yarn.lock b/yarn.lock
index ef9fd1e18e2..4be09e9db30 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3674,7 +3674,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.0.2"
+ "@hashicorp/ember-flight-icons": "npm:^5.0.3"
"@oddbird/popover-polyfill": "npm:^0.4.3"
"@rollup/plugin-babel": "npm:^6.0.4"
"@tsconfig/ember": "npm:^3.0.6"
@@ -3758,7 +3758,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@hashicorp/ember-flight-icons@npm:^5.0.2, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons":
+"@hashicorp/ember-flight-icons@npm:^5.0.3, @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:
@@ -3772,7 +3772,7 @@ __metadata:
"@embroider/test-setup": "npm:^3.0.2"
"@glimmer/component": "npm:^1.1.2"
"@glimmer/tracking": "npm:^1.1.2"
- "@hashicorp/flight-icons": "npm:^3.2.0"
+ "@hashicorp/flight-icons": "npm:^3.3.0"
"@rollup/plugin-babel": "npm:^6.0.4"
ember-get-config: "npm:^2.1.1"
ember-template-lint: "npm:^4.18.2"
@@ -3790,7 +3790,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@hashicorp/flight-icons@npm:^3.2.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons":
+"@hashicorp/flight-icons@npm:^3.3.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons":
version: 0.0.0-use.local
resolution: "@hashicorp/flight-icons@workspace:packages/flight-icons"
dependencies: