Skip to content

Commit

Permalink
Version Packages (#2280)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kristin Bradley <kristin.bradley@hashicorp.com>
  • Loading branch information
3 people authored Aug 2, 2024
1 parent 9f6545b commit 8211697
Show file tree
Hide file tree
Showing 14 changed files with 165 additions and 110 deletions.
7 changes: 0 additions & 7 deletions .changeset/mean-tools-repair.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/nasty-points-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-eagles-add.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/shaggy-apes-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-mirrors-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-peaches-complain.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tough-tigers-dress.md

This file was deleted.

67 changes: 67 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
# @hashicorp/design-system-components

## 4.8.0

[4.8.0 documentation](https://hds-website-4-8-0.vercel.app/)

### Minor Changes

`AppHeader` - Added new component.

`SideNav` - Added new `withAppHeader` option.

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

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

`Dropdown` - Converted component to TypeScript

`MenuPrimitive` - Converted component to TypeScript

`TooltipModifier` - Converted modifier to TypeScript

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

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

`Breadcrumb` - Converted component to TypeScript

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

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

`ApplicationState`:

- Spacing and alignment updates
- New `@align` (`left` (default), `center`) argument for aligning content
- Added new yielded `Media` child component

`ApplicationState::Header`:

- The header now supports an optional `@titleTag` argument that can override the default title element (`div`)

`ApplicationState::Footer`:

- The footer now yields `Button` and `Dropdown` components as well as `LinkStandalone`
- The visual separator has been removed to modernize the component’s visual look

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

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

`SegmentedGroup` - Converted component to TypeScript

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

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

### Patch Changes

Add explicit `ember-get-config` dependency for use in the icon sprite initializer

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

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

**🔄 Updated dependencies:**

- @hashicorp/design-system-tokens@2.2.0

## 4.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "4.7.0",
"version": "4.8.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-shim": "^1.8.7",
"@floating-ui/dom": "^1.6.3",
"@hashicorp/design-system-tokens": "^2.1.0",
"@hashicorp/design-system-tokens": "^2.2.0",
"@hashicorp/ember-flight-icons": "^5.1.3",
"@hashicorp/flight-icons": "^3.5.0",
"decorator-transforms": "^1.1.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hashicorp/design-system-tokens

## 2.2.0

### Minor Changes

`AppHeader` - Added design tokens:

- `--token-app-header-height`
- `--token-app-header-home-link-size`
- `--token-app-header-logo-size`

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

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

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-tokens",
"version": "2.1.0",
"version": "2.2.0",
"description": "Helios Design Tokens",
"keywords": [
"hashicorp",
Expand Down
99 changes: 65 additions & 34 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,72 @@
</a>
</p>

## 4.7.0
## 4.8.0

**Minor changes**

`AppHeader` - Added new component.

`SideNav` - Added new `withAppHeader` option.

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

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

`Dropdown` - Converted component to TypeScript

`MenuPrimitive` - Converted component to TypeScript

`TooltipModifier` - Converted modifier to TypeScript

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

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

`Breadcrumb` - Converted component to TypeScript

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

[4.7.0 documentation](https://hds-website-4-7-0.vercel.app/)
<div class="doc-whats-new-changelog-separator"></div>

`ApplicationState`:

- Spacing and alignment updates
- New `@align` (`left` (default), `center`) argument for aligning content
- Added new yielded `Media` child component

`ApplicationState::Header`:

- The header now supports an optional `@titleTag` argument that can override the default title element (`div`)

`ApplicationState::Footer`:

- The footer now yields `Button` and `Dropdown` components as well as `LinkStandalone`
- The visual separator has been removed to modernize the component’s visual look

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

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

`SegmentedGroup` - Converted component to TypeScript

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

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

**Patch changes**

Add explicit `ember-get-config` dependency for use in the icon sprite initializer

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

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

**🔄 Updated dependencies:**

- @hashicorp/design-system-tokens@2.2.0

## 4.7.0

**Minor changes**

Expand Down Expand Up @@ -91,8 +154,6 @@ Converted form primitives to TypeScript

## 4.6.0

[4.6.0 documentation](https://hds-website-4-6-0.vercel.app/)

**Minor changes**

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

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

## 3.2.0

**Minor changes**

`CodeBlock` - Added language support for Ruby syntax

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

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

`Table` - Updated `@columns` object to support `isVisuallyHidden` argument

- `Table::Th` - Updated to support `isVisuallyHidden` argument

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

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

**Patch changes**

`SideNav` - Reduced the width of `SideNav::ToggleButton`

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

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

**🔄 Updated dependencies:**

- @hashicorp/ember-flight-icons@4.0.4


---

Expand Down
27 changes: 14 additions & 13 deletions website/docs/whats-new/release-notes/partials/design-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
</a>
</p>

## 2.2.0

**Minor changes**

`AppHeader` - Added design tokens:

- `--token-app-header-height`
- `--token-app-header-home-link-size`
- `--token-app-header-logo-size`

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

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

## 2.1.0

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

- [#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

## 0.8.0

**Minor changes**

- [#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”

- removed `SF Pro Display/Text` in `Display/Text` (we can rely on `-apple-system + BlinkMacSystemFont`)
- replaced `Segoe UI Display/Text` with `Segoe UI` in `Display/Text`
- added `Helvetica, Arial` to the `sans` block in `Display/Text`
- added explicit emoji support for `Display/Text`
- replaced `SF Mono` with `ui-monospace` in Code
- added `Menlo` to `Code`


---

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4108,7 +4108,7 @@ __metadata:
"@glint/core": "npm:^1.4.0"
"@glint/environment-ember-loose": "npm:^1.4.0"
"@glint/template": "npm:^1.4.0"
"@hashicorp/design-system-tokens": "npm:^2.1.0"
"@hashicorp/design-system-tokens": "npm:^2.2.0"
"@hashicorp/ember-flight-icons": "npm:^5.1.3"
"@hashicorp/flight-icons": "npm:^3.5.0"
"@rollup/plugin-babel": "npm:^6.0.4"
Expand Down Expand Up @@ -4163,7 +4163,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hashicorp/design-system-tokens@npm:^2.1.0, @hashicorp/design-system-tokens@workspace:^, @hashicorp/design-system-tokens@workspace:packages/tokens":
"@hashicorp/design-system-tokens@npm:^2.2.0, @hashicorp/design-system-tokens@workspace:^, @hashicorp/design-system-tokens@workspace:packages/tokens":
version: 0.0.0-use.local
resolution: "@hashicorp/design-system-tokens@workspace:packages/tokens"
dependencies:
Expand Down

0 comments on commit 8211697

Please sign in to comment.