Skip to content

Commit 27d39c8

Browse files
Version Packages
1 parent cbf66b8 commit 27d39c8

File tree

10 files changed

+84
-53
lines changed

10 files changed

+84
-53
lines changed

.changeset/cyan-beds-dream.md

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

.changeset/hip-tools-return.md

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

.changeset/tasty-teachers-look.md

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

packages/components/CHANGELOG.md

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

3+
## 4.20.2
4+
5+
### Patch Changes
6+
7+
Upgraded the following dependencies:
8+
9+
- `@embroider/addon-shim` from `1.9.0` to `1.10.0`
10+
- `@embroider/macros` from `1.16.12` to `1.18.0`
11+
- `@nullvoxpopuli/ember-composable-helpers` from `5.2.9` to `5.2.10`
12+
- `ember-concurrency` from `4.0.2` to `4.0.4`
13+
- `ember-power-select` from `8.6.2` to `8.7.1`
14+
15+
<small class="doc-whats-new-changelog-metadata">[#2952](https://github.com/hashicorp/design-system/pull/2952)</small>
16+
17+
<div class="doc-whats-new-changelog-separator"></div>
18+
19+
`Button` - added missing types to the barrel export file
20+
21+
`Layout::Flex` - added missing types to the barrel export file
22+
23+
`Layout::Grid` - added missing types to the barrel export file
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2943](https://github.com/hashicorp/design-system/pull/2943)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
29+
**🔄 Updated dependencies:**
30+
31+
- @hashicorp/flight-icons@3.11.1
32+
333
## 4.20.1
434

535
[4.20.1 documentation](https://hds-website-4-20-1.vercel.app/)

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": "4.20.1",
3+
"version": "4.20.2",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -53,7 +53,7 @@
5353
"@embroider/util": "^1.13.2",
5454
"@floating-ui/dom": "^1.6.12",
5555
"@hashicorp/design-system-tokens": "workspace:^2.3.0",
56-
"@hashicorp/flight-icons": "workspace:^3.11.0",
56+
"@hashicorp/flight-icons": "workspace:^3.11.1",
5757
"@lezer/highlight": "^1.2.1",
5858
"@nullvoxpopuli/ember-composable-helpers": "^5.2.10",
5959
"clipboard-polyfill": "^4.1.1",

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.11.1
4+
5+
### Patch Changes
6+
7+
Removed extra space in `PingID` name, and updated description.
8+
9+
<small class="doc-whats-new-changelog-metadata">[#2959](https://github.com/hashicorp/design-system/pull/2959)</small>
10+
11+
<div class="doc-whats-new-changelog-separator"></div>
12+
313
## 3.11.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": "3.11.0",
3+
"version": "3.11.1",
44
"description": "Flight: HashiCorp SVG icon set",
55
"keywords": [
66
"hashicorp",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

15+
## 4.20.2
16+
17+
**Patch changes**
18+
19+
Upgraded the following dependencies:
20+
21+
- `@embroider/addon-shim` from `1.9.0` to `1.10.0`
22+
- `@embroider/macros` from `1.16.12` to `1.18.0`
23+
- `@nullvoxpopuli/ember-composable-helpers` from `5.2.9` to `5.2.10`
24+
- `ember-concurrency` from `4.0.2` to `4.0.4`
25+
- `ember-power-select` from `8.6.2` to `8.7.1`
26+
27+
<small class="doc-whats-new-changelog-metadata">[#2952](https://github.com/hashicorp/design-system/pull/2952)</small>
28+
29+
<div class="doc-whats-new-changelog-separator"></div>
30+
31+
`Button` - added missing types to the barrel export file
32+
33+
`Layout::Flex` - added missing types to the barrel export file
34+
35+
`Layout::Grid` - added missing types to the barrel export file
36+
37+
<small class="doc-whats-new-changelog-metadata">[#2943](https://github.com/hashicorp/design-system/pull/2943)</small>
38+
39+
<div class="doc-whats-new-changelog-separator"></div>
40+
41+
**🔄 Updated dependencies:**
42+
43+
- @hashicorp/flight-icons@3.11.1
44+
1545
## 4.20.1
1646

1747
[4.20.1 documentation](https://hds-website-4-20-1.vercel.app/)
@@ -1525,16 +1555,6 @@ Removed `popover-polyfill` dependency and instantiating code
15251555

15261556
- @hashicorp/ember-flight-icons@5.1.2
15271557

1528-
## 4.5.2
1529-
1530-
**🚨 Caution: This version has been deprecated 🚨**
1531-
1532-
**Patch changes**
1533-
1534-
**🔄 Updated dependencies:**
1535-
1536-
- @hashicorp/ember-flight-icons@5.1.1
1537-
15381558

15391559
---
15401560

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

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

15+
## 3.11.1
16+
17+
**Patch changes**
18+
19+
Removed extra space in `PingID` name, and updated description.
20+
21+
<small class="doc-whats-new-changelog-metadata">[#2959](https://github.com/hashicorp/design-system/pull/2959)</small>
22+
23+
<div class="doc-whats-new-changelog-separator"></div>
24+
1525
## 3.11.0
1626

1727
**Minor changes**
@@ -238,20 +248,6 @@ Added `Vault Secrets` icon.
238248

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

241-
## 2.18.0
242-
243-
**Minor changes**
244-
245-
Added `Vercel` and `Jira` icons
246-
247-
<small class="doc-whats-new-changelog-metadata">[#1585](https://github.com/hashicorp/design-system/pull/1585)</small>
248-
249-
<div class="doc-whats-new-changelog-separator"></div>
250-
251-
Added `twitter-x` icon, and older `twitter` icon. Also the `aws-cdk` and `jfrog` icons.
252-
253-
<small class="doc-whats-new-changelog-metadata">[#1610](https://github.com/hashicorp/design-system/pull/1610)</small>
254-
255251

256252
---
257253

0 commit comments

Comments
 (0)