Skip to content

Commit 495c511

Browse files
authored
Merge pull request #1783 from hashicorp/changeset-release/main
Version Packages
2 parents 446cd07 + 47134de commit 495c511

File tree

12 files changed

+73
-43
lines changed

12 files changed

+73
-43
lines changed

.changeset/rich-gifts-matter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-forks-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @hashicorp/design-system-components
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
Added `@ember/string` as a direct dependency
8+
9+
<small>[#1782](https://github.com/hashicorp/design-system/pull/1782)</small>
10+
11+
---
12+
13+
**🔄 Updated dependencies:**
14+
15+
- @hashicorp/ember-flight-icons@4.0.3
16+
317
## 3.1.0
418

519
### Minor Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -44,7 +44,7 @@
4444
"@ember/string": "^3.1.1",
4545
"@ember/test-waiters": "^3.1.0",
4646
"@hashicorp/design-system-tokens": "^1.9.0",
47-
"@hashicorp/ember-flight-icons": "^4.0.2",
47+
"@hashicorp/ember-flight-icons": "^4.0.3",
4848
"dialog-polyfill": "^0.5.6",
4949
"ember-a11y-refocus": "^3.0.2",
5050
"ember-auto-import": "^2.6.3",

packages/ember-flight-icons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hashicorp/ember-flight-icons
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
**🔄 Updated dependencies:**
8+
9+
- @hashicorp/flight-icons@2.22.0
10+
311
## 4.0.2
412

513
### Patch Changes

packages/ember-flight-icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/ember-flight-icons",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
55
"keywords": [
66
"ember-addon",
@@ -34,7 +34,7 @@
3434
"test:ember-compatibility": "ember try:each"
3535
},
3636
"dependencies": {
37-
"@hashicorp/flight-icons": "^2.21.0",
37+
"@hashicorp/flight-icons": "^2.22.0",
3838
"ember-auto-import": "^2.6.3",
3939
"ember-cli-babel": "^8.2.0",
4040
"ember-cli-htmlbars": "^6.3.0",

packages/flight-icons/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hashicorp/flight-icons
22

3+
## 2.22.0
4+
5+
### Minor Changes
6+
7+
Added `IconName` type to `iconNames` export
8+
9+
<small>[#1776](https://github.com/hashicorp/design-system/pull/1776) - Thanks [@dstaley](https://github.com/dstaley) for the contribution! 🙏</small>
10+
11+
---
12+
313
## 2.21.0
414

515
### Minor Changes

packages/flight-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/flight-icons",
3-
"version": "2.21.0",
3+
"version": "2.22.0",
44
"description": "Flight: HashiCorp SVG icon set",
55
"keywords": [
66
"hashicorp",

website/docs/whats-new/release-notes/partials/components.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@
1212
</a>
1313
</p>
1414

15+
## 3.1.1
16+
17+
**Patch changes**
18+
19+
Added `@ember/string` as a direct dependency
20+
21+
<small>[#1782](https://github.com/hashicorp/design-system/pull/1782)</small>
22+
23+
---
24+
25+
**🔄 Updated dependencies:**
26+
27+
- @hashicorp/ember-flight-icons@4.0.3
28+
1529
## 3.1.0
1630

1731
**Minor changes**
@@ -643,17 +657,6 @@ Fix Embroider warnings caused by incorrect export of internal utility functions
643657
- Updated dependencies []:
644658
- @hashicorp/ember-flight-icons@3.0.5
645659

646-
## 2.6.0
647-
648-
**Minor changes**
649-
650-
- [#1381](https://github.com/hashicorp/design-system/pull/1381) [`02cdeacd5`](https://github.com/hashicorp/design-system/commit/02cdeacd51d29ed3d19e66cc09b95589becd770b) Thanks [@KristinLBradley](https://github.com/KristinLBradley)! - Add new `Reveal` component
651-
652-
**Patch changes**
653-
654-
- Updated dependencies []:
655-
- @hashicorp/ember-flight-icons@3.0.4
656-
657660

658661
---
659662

website/docs/whats-new/release-notes/partials/ember-flight-icons.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
</a>
1313
</p>
1414

15+
## 4.0.3
16+
17+
**Patch changes**
18+
19+
**🔄 Updated dependencies:**
20+
21+
- @hashicorp/flight-icons@2.22.0
22+
1523
## 4.0.2
1624

1725
**Patch changes**
@@ -205,13 +213,6 @@ Fix error message for mismatched icon `@name`
205213
- Updated dependencies [[`f2b3398e`](https://github.com/hashicorp/design-system/commit/f2b3398e3056ae39fa35b1f9c81ddc0b2100073d)]:
206214
- @hashicorp/flight-icons@2.9.0
207215

208-
## 2.0.10
209-
210-
**Patch changes**
211-
212-
- Updated dependencies [[`c8221e26`](https://github.com/hashicorp/design-system/commit/c8221e26e85142024483be2ea85f6191f3ceb652)]:
213-
- @hashicorp/flight-icons@2.8.0
214-
215216

216217
---
217218

0 commit comments

Comments
 (0)