Skip to content

Commit

Permalink
Merge pull request #1747 from hashicorp/alex-ju/fix-ember-flight-icon…
Browse files Browse the repository at this point in the history
…s-dependency

Fix `ember-flight-icons`'s dependency on `ember-get-config`
  • Loading branch information
alex-ju authored Oct 25, 2023
2 parents 53b891d + e181142 commit 0fc1b87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-pots-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashicorp/ember-flight-icons": patch
---

Added missing dependency on `ember-get-config`
3 changes: 2 additions & 1 deletion packages/ember-flight-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"@hashicorp/flight-icons": "^2.20.0",
"ember-auto-import": "^2.6.3",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.2.0"
"ember-cli-htmlbars": "^6.2.0",
"ember-get-config": "^2.1.1"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3613,6 +3613,7 @@ __metadata:
ember-cli-sri: ^2.1.1
ember-cli-terser: ^4.0.2
ember-disable-prototype-extensions: ^1.1.3
ember-get-config: ^2.1.1
ember-load-initializers: ^2.1.2
ember-page-title: ^7.0.0
ember-qunit: ^6.2.0
Expand Down

2 comments on commit 0fc1b87

@vercel
Copy link

@vercel vercel bot commented on 0fc1b87 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hds-showcase – ./packages/components

hds-showcase.vercel.app
hds-showcase-git-main-hashicorp.vercel.app
hds-showcase-hashicorp.vercel.app
hds-components-hashicorp.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0fc1b87 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.