Skip to content

Commit 7d88bf7

Browse files
Version Packages
1 parent 8660f5a commit 7d88bf7

File tree

11 files changed

+96
-58
lines changed

11 files changed

+96
-58
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.

.changeset/tidy-tigers-care.md

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

packages/components/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
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+
`Modal` - Reverted changes introduced in [#2846](https://github.com/hashicorp/design-system/pull/2846) and [#2902](https://github.com/hashicorp/design-system/pull/2902) related to the click behaviour outside the modal when dismissing is disabled
30+
31+
<small class="doc-whats-new-changelog-metadata">[#2964](https://github.com/hashicorp/design-system/pull/2964)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
35+
**🔄 Updated dependencies:**
36+
37+
- @hashicorp/flight-icons@3.11.1
38+
339
## 4.20.1
440

541
[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: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,42 @@
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+
`Modal` - Reverted changes introduced in [#2846](https://github.com/hashicorp/design-system/pull/2846) and [#2902](https://github.com/hashicorp/design-system/pull/2902) related to the click behaviour outside the modal when dismissing is disabled
42+
43+
<small class="doc-whats-new-changelog-metadata">[#2964](https://github.com/hashicorp/design-system/pull/2964)</small>
44+
45+
<div class="doc-whats-new-changelog-separator"></div>
46+
47+
**🔄 Updated dependencies:**
48+
49+
- @hashicorp/flight-icons@3.11.1
50+
1551
## 4.20.1
1652

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

15261562
- @hashicorp/ember-flight-icons@5.1.2
15271563

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-
15381564

15391565
---
15401566

0 commit comments

Comments
 (0)