Skip to content

Commit 8211697

Browse files
hashibot-hdsgithub-actions[bot]KristinLBradley
authored
Version Packages (#2280)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kristin Bradley <kristin.bradley@hashicorp.com>
1 parent 9f6545b commit 8211697

14 files changed

+165
-110
lines changed

.changeset/mean-tools-repair.md

-7
This file was deleted.

.changeset/nasty-points-wait.md

-9
This file was deleted.

.changeset/olive-eagles-add.md

-5
This file was deleted.

.changeset/shaggy-apes-own.md

-18
This file was deleted.

.changeset/small-mirrors-hope.md

-5
This file was deleted.

.changeset/small-peaches-complain.md

-5
This file was deleted.

.changeset/tough-tigers-dress.md

-9
This file was deleted.

packages/components/CHANGELOG.md

+67
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,72 @@
11
# @hashicorp/design-system-components
22

3+
## 4.8.0
4+
5+
[4.8.0 documentation](https://hds-website-4-8-0.vercel.app/)
6+
7+
### Minor Changes
8+
9+
`AppHeader` - Added new component.
10+
11+
`SideNav` - Added new `withAppHeader` option.
12+
13+
<small class="doc-whats-new-changelog-metadata">[#2161](https://github.com/hashicorp/design-system/pull/2161)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
17+
`Dropdown` - Converted component to TypeScript
18+
19+
`MenuPrimitive` - Converted component to TypeScript
20+
21+
`TooltipModifier` - Converted modifier to TypeScript
22+
23+
<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small>
24+
25+
<div class="doc-whats-new-changelog-separator"></div>
26+
27+
`Breadcrumb` - Converted component to TypeScript
28+
29+
<small class="doc-whats-new-changelog-metadata">[#2304](https://github.com/hashicorp/design-system/pull/2304)</small>
30+
31+
<div class="doc-whats-new-changelog-separator"></div>
32+
33+
`ApplicationState`:
34+
35+
- Spacing and alignment updates
36+
- New `@align` (`left` (default), `center`) argument for aligning content
37+
- Added new yielded `Media` child component
38+
39+
`ApplicationState::Header`:
40+
41+
- The header now supports an optional `@titleTag` argument that can override the default title element (`div`)
42+
43+
`ApplicationState::Footer`:
44+
45+
- The footer now yields `Button` and `Dropdown` components as well as `LinkStandalone`
46+
- The visual separator has been removed to modernize the component’s visual look
47+
48+
<small class="doc-whats-new-changelog-metadata">[#2274](https://github.com/hashicorp/design-system/pull/2274)</small>
49+
50+
<div class="doc-whats-new-changelog-separator"></div>
51+
52+
`SegmentedGroup` - Converted component to TypeScript
53+
54+
<small class="doc-whats-new-changelog-metadata">[#2094](https://github.com/hashicorp/design-system/pull/2094)</small>
55+
56+
<div class="doc-whats-new-changelog-separator"></div>
57+
58+
### Patch Changes
59+
60+
Add explicit `ember-get-config` dependency for use in the icon sprite initializer
61+
62+
<small class="doc-whats-new-changelog-metadata">[#2283](https://github.com/hashicorp/design-system/pull/2283)</small>
63+
64+
<div class="doc-whats-new-changelog-separator"></div>
65+
66+
**🔄 Updated dependencies:**
67+
68+
- @hashicorp/design-system-tokens@2.2.0
69+
370
## 4.7.0
471

572
### Minor Changes

packages/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -38,7 +38,7 @@
3838
"@ember/test-waiters": "^3.1.0",
3939
"@embroider/addon-shim": "^1.8.7",
4040
"@floating-ui/dom": "^1.6.3",
41-
"@hashicorp/design-system-tokens": "^2.1.0",
41+
"@hashicorp/design-system-tokens": "^2.2.0",
4242
"@hashicorp/ember-flight-icons": "^5.1.3",
4343
"@hashicorp/flight-icons": "^3.5.0",
4444
"decorator-transforms": "^1.1.0",

packages/tokens/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @hashicorp/design-system-tokens
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
`AppHeader` - Added design tokens:
8+
9+
- `--token-app-header-height`
10+
- `--token-app-header-home-link-size`
11+
- `--token-app-header-logo-size`
12+
13+
<small class="doc-whats-new-changelog-metadata">[#2161](https://github.com/hashicorp/design-system/pull/2161)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
317
## 2.1.0
418

519
### Minor Changes

packages/tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-tokens",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Helios Design Tokens",
55
"keywords": [
66
"hashicorp",

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

+65-34
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,72 @@
1212
</a>
1313
</p>
1414

15-
## 4.7.0
15+
## 4.8.0
16+
17+
**Minor changes**
18+
19+
`AppHeader` - Added new component.
20+
21+
`SideNav` - Added new `withAppHeader` option.
22+
23+
<small class="doc-whats-new-changelog-metadata">[#2161](https://github.com/hashicorp/design-system/pull/2161)</small>
24+
25+
<div class="doc-whats-new-changelog-separator"></div>
26+
27+
`Dropdown` - Converted component to TypeScript
28+
29+
`MenuPrimitive` - Converted component to TypeScript
30+
31+
`TooltipModifier` - Converted modifier to TypeScript
32+
33+
<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small>
34+
35+
<div class="doc-whats-new-changelog-separator"></div>
36+
37+
`Breadcrumb` - Converted component to TypeScript
38+
39+
<small class="doc-whats-new-changelog-metadata">[#2304](https://github.com/hashicorp/design-system/pull/2304)</small>
1640

17-
[4.7.0 documentation](https://hds-website-4-7-0.vercel.app/)
41+
<div class="doc-whats-new-changelog-separator"></div>
42+
43+
`ApplicationState`:
44+
45+
- Spacing and alignment updates
46+
- New `@align` (`left` (default), `center`) argument for aligning content
47+
- Added new yielded `Media` child component
48+
49+
`ApplicationState::Header`:
50+
51+
- The header now supports an optional `@titleTag` argument that can override the default title element (`div`)
52+
53+
`ApplicationState::Footer`:
54+
55+
- The footer now yields `Button` and `Dropdown` components as well as `LinkStandalone`
56+
- The visual separator has been removed to modernize the component’s visual look
57+
58+
<small class="doc-whats-new-changelog-metadata">[#2274](https://github.com/hashicorp/design-system/pull/2274)</small>
59+
60+
<div class="doc-whats-new-changelog-separator"></div>
61+
62+
`SegmentedGroup` - Converted component to TypeScript
63+
64+
<small class="doc-whats-new-changelog-metadata">[#2094](https://github.com/hashicorp/design-system/pull/2094)</small>
65+
66+
<div class="doc-whats-new-changelog-separator"></div>
67+
68+
**Patch changes**
69+
70+
Add explicit `ember-get-config` dependency for use in the icon sprite initializer
71+
72+
<small class="doc-whats-new-changelog-metadata">[#2283](https://github.com/hashicorp/design-system/pull/2283)</small>
73+
74+
<div class="doc-whats-new-changelog-separator"></div>
75+
76+
**🔄 Updated dependencies:**
77+
78+
- @hashicorp/design-system-tokens@2.2.0
79+
80+
## 4.7.0
1881

1982
**Minor changes**
2083

@@ -91,8 +154,6 @@ Converted form primitives to TypeScript
91154

92155
## 4.6.0
93156

94-
[4.6.0 documentation](https://hds-website-4-6-0.vercel.app/)
95-
96157
**Minor changes**
97158

98159
`PopoverPrimitive` - Converted to TypeScript
@@ -872,36 +933,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing).
872933

873934
<div class="doc-whats-new-changelog-separator"></div>
874935

875-
## 3.2.0
876-
877-
**Minor changes**
878-
879-
`CodeBlock` - Added language support for Ruby syntax
880-
881-
<small class="doc-whats-new-changelog-metadata">[#1834](https://github.com/hashicorp/design-system/pull/1834)</small>
882-
883-
<div class="doc-whats-new-changelog-separator"></div>
884-
885-
`Table` - Updated `@columns` object to support `isVisuallyHidden` argument
886-
887-
- `Table::Th` - Updated to support `isVisuallyHidden` argument
888-
889-
<small class="doc-whats-new-changelog-metadata">[#1819](https://github.com/hashicorp/design-system/pull/1819)</small>
890-
891-
<div class="doc-whats-new-changelog-separator"></div>
892-
893-
**Patch changes**
894-
895-
`SideNav` - Reduced the width of `SideNav::ToggleButton`
896-
897-
<small class="doc-whats-new-changelog-metadata">[#1807](https://github.com/hashicorp/design-system/pull/1807)</small>
898-
899-
<div class="doc-whats-new-changelog-separator"></div>
900-
901-
**🔄 Updated dependencies:**
902-
903-
- @hashicorp/ember-flight-icons@4.0.4
904-
905936

906937
---
907938

website/docs/whats-new/release-notes/partials/design-tokens.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@
1212
</a>
1313
</p>
1414

15+
## 2.2.0
16+
17+
**Minor changes**
18+
19+
`AppHeader` - Added design tokens:
20+
21+
- `--token-app-header-height`
22+
- `--token-app-header-home-link-size`
23+
- `--token-app-header-logo-size`
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2161](https://github.com/hashicorp/design-system/pull/2161)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
28+
1529
## 2.1.0
1630

1731
**Minor changes**
@@ -187,19 +201,6 @@ This release signifies the first major release of the HashiCorp Design System. M
187201

188202
- [#327](https://github.com/hashicorp/design-system/pull/327) [`a46fc035`](https://github.com/hashicorp/design-system/commit/a46fc03570f51e8375b15571ddcb10e62ba446fb) Thanks [@didoo](https://github.com/didoo)! - removed deprecated design tokens for old semantic colors
189203

190-
## 0.8.0
191-
192-
**Minor changes**
193-
194-
- [#136](https://github.com/hashicorp/design-system/pull/136) [`c17f142c`](https://github.com/hashicorp/design-system/commit/c17f142c0c938b471b696820d1fa440f62f7315b) Thanks [@didoo](https://github.com/didoo)! - Updated the font-stack design tokens in “typography”
195-
196-
- removed `SF Pro Display/Text` in `Display/Text` (we can rely on `-apple-system + BlinkMacSystemFont`)
197-
- replaced `Segoe UI Display/Text` with `Segoe UI` in `Display/Text`
198-
- added `Helvetica, Arial` to the `sans` block in `Display/Text`
199-
- added explicit emoji support for `Display/Text`
200-
- replaced `SF Mono` with `ui-monospace` in Code
201-
- added `Menlo` to `Code`
202-
203204

204205
---
205206

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4108,7 +4108,7 @@ __metadata:
41084108
"@glint/core": "npm:^1.4.0"
41094109
"@glint/environment-ember-loose": "npm:^1.4.0"
41104110
"@glint/template": "npm:^1.4.0"
4111-
"@hashicorp/design-system-tokens": "npm:^2.1.0"
4111+
"@hashicorp/design-system-tokens": "npm:^2.2.0"
41124112
"@hashicorp/ember-flight-icons": "npm:^5.1.3"
41134113
"@hashicorp/flight-icons": "npm:^3.5.0"
41144114
"@rollup/plugin-babel": "npm:^6.0.4"
@@ -4163,7 +4163,7 @@ __metadata:
41634163
languageName: unknown
41644164
linkType: soft
41654165

4166-
"@hashicorp/design-system-tokens@npm:^2.1.0, @hashicorp/design-system-tokens@workspace:^, @hashicorp/design-system-tokens@workspace:packages/tokens":
4166+
"@hashicorp/design-system-tokens@npm:^2.2.0, @hashicorp/design-system-tokens@workspace:^, @hashicorp/design-system-tokens@workspace:packages/tokens":
41674167
version: 0.0.0-use.local
41684168
resolution: "@hashicorp/design-system-tokens@workspace:packages/tokens"
41694169
dependencies:

0 commit comments

Comments
 (0)