Skip to content

Commit 2a3f6df

Browse files
authored
Merge pull request #1922 from hashicorp/changeset-release/main
Version Packages
2 parents bfb6fde + 59cee8e commit 2a3f6df

File tree

17 files changed

+122
-145
lines changed

17 files changed

+122
-145
lines changed

.changeset/gorgeous-chicken-wash.md

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

.changeset/poor-books-repair.md

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

.changeset/silly-ducks-decide.md

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

.changeset/strange-mugs-bathe.md

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

packages/components/CHANGELOG.md

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

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
_Since this is an update brand colors and product icons, we consider this a `minor` version release_
8+
9+
**🔄 Updated dependencies:**
10+
11+
- @hashicorp/design-system-tokens@1.11.0
12+
- @hashicorp/ember-flight-icons@4.1.0
13+
14+
315
## 3.5.0
416

517
### Minor Changes

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -43,8 +43,8 @@
4343
"@ember/render-modifiers": "^2.0.5",
4444
"@ember/string": "^3.1.1",
4545
"@ember/test-waiters": "^3.1.0",
46-
"@hashicorp/design-system-tokens": "^1.10.0",
47-
"@hashicorp/ember-flight-icons": "^4.0.6",
46+
"@hashicorp/design-system-tokens": "^1.11.0",
47+
"@hashicorp/ember-flight-icons": "^4.1.0",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @hashicorp/ember-flight-icons
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
_Since this is an update brand colors and product icons, we consider this a `minor` version release_
8+
9+
Improved resilience of SVG sprite loading script
10+
11+
<small class="doc-whats-new-changelog-metadata">[#1920](https://github.com/hashicorp/design-system/pull/1920)</small>
12+
13+
<div class="doc-whats-new-changelog-separator"></div>
14+
15+
**🔄 Updated dependencies:**
16+
17+
- @hashicorp/flight-icons@3.0.0
18+
19+
320
## 4.0.6
421

522
### 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.6",
3+
"version": "4.1.0",
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.25.0",
37+
"@hashicorp/flight-icons": "^3.0.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+
## 3.0.0
4+
5+
### Major Changes
6+
7+
`vagrant`, `vault-radar`, and `vault-secrets` icons have been updated. Also added boxed versions of all product logos.
8+
9+
<small class="doc-whats-new-changelog-metadata">[#1927](https://github.com/hashicorp/design-system/pull/1927)</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
313
## 2.25.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.25.0",
3+
"version": "3.0.0",
44
"description": "Flight: HashiCorp SVG icon set",
55
"keywords": [
66
"hashicorp",

0 commit comments

Comments
 (0)