Skip to content

Commit

Permalink
Merge pull request #2145 from hashicorp/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Dhaulagiri authored Jun 4, 2024
2 parents 85bc23d + 6106177 commit fb43131
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 48 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-steaks-peel.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.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/)
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.4.0",
"version": "4.4.1",
"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.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",
Expand Down
8 changes: 8 additions & 0 deletions packages/ember-flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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.0.2",
"version": "5.0.3",
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

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

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

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/flight-icons",
"version": "3.2.0",
"version": "3.3.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
26 changes: 8 additions & 18 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.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/)
Expand Down Expand Up @@ -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`

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

**Patch changes**

`Pagination` - Removed handling of query parameters from `onPageSizeChange` function.

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

_Notice: while technically this is a breaking change, we consider this a fast-follow fix for the previous release._


---

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

## 5.0.3

**Patch changes**

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.3.0

## 5.0.2

**Patch changes**
Expand Down Expand Up @@ -249,14 +257,6 @@ Shifted our supported version of Node.js from `12.* || 14.* || >= 16` to `14.* |

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

## 3.0.5

**Patch changes**

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@2.13.1


---

Expand Down
18 changes: 10 additions & 8 deletions website/docs/whats-new/release-notes/partials/flight-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</a>
</p>

## 3.3.0

**Minor changes**

`vagrant`, `vagrant-color`, `vagrant-fill`, `vagrant-fill-color`, `vagrant-square`, `vagrant-square-color` icons were updated per brand changes.

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

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

## 3.2.0

**Minor changes**
Expand Down Expand Up @@ -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


---

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand All @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit fb43131

Please sign in to comment.