Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2605

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/gorgeous-days-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-goats-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-beds-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silver-trees-occur.md

This file was deleted.

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

## 0.5.1

### Patch Changes

Shifted our supported version of Node.js from `16* || >= 18` to `>=18`

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

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

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/design-system-codemods",
"description": "Helios Design System codemods",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "eslint . --fix",
Expand Down
28 changes: 28 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @hashicorp/design-system-components

## 4.16.0

### Minor Changes

`Table` - Updated the visual design of `Table` cells by adding borders, making them more distinguishable when spanning rows or columns.

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

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

### Patch Changes

`Table` - fixed the aria-labels for select row and select all checkboxes so they do not change based on the state of the checkbox.

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

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

Shifted our supported version of Node.js from `16* || >= 18` to `>=18`

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.9.0

## 4.15.0

[4.15.0 documentation](https://hds-website-4-15-0.vercel.app/)
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.15.0",
"version": "4.16.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@embroider/addon-shim": "^1.8.7",
"@floating-ui/dom": "^1.6.12",
"@hashicorp/design-system-tokens": "^2.2.2",
"@hashicorp/flight-icons": "^3.8.0",
"@hashicorp/flight-icons": "^3.9.0",
"clipboard-polyfill": "^4.1.0",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-flight-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"@hashicorp/flight-icons": "^3.8.0",
"@hashicorp/flight-icons": "^3.9.0",
"decorator-transforms": "^1.1.0",
"ember-get-config": "^2.1.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/flight-icons

## 3.9.0

### Minor Changes

`confluence` and `confluence-color` icons added.

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

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

## 3.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/flight-icons",
"version": "3.8.0",
"version": "3.9.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
36 changes: 28 additions & 8 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,34 @@
</a>
</p>

## 4.16.0

**Minor changes**

`Table` - Updated the visual design of `Table` cells by adding borders, making them more distinguishable when spanning rows or columns.

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

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

**Patch changes**

`Table` - fixed the aria-labels for select row and select all checkboxes so they do not change based on the state of the checkbox.

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

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

Shifted our supported version of Node.js from `16* || >= 18` to `>=18`

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.9.0

## 4.15.0

[4.15.0 documentation](https://hds-website-4-15-0.vercel.app/)
Expand Down Expand Up @@ -1237,14 +1265,6 @@ Fixed default export warnings by preventing `types.js` files from being reexport

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

## 4.1.2

**Patch changes**

This version is a re-release of `@hashicorp/design-system-components@4.1.1` containing the missing pre-compiled CSS

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


---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Added color tokens for “Vault Radar” product

**Minor changes**

Added design tokens for `SideNav` with `@isCollapsible` (to control if users can collapse the SideNav on 'desktop' viewports) and `@isMinimized` (to control the default state on 'desktop' viewports) arguments
Added design tokens for `SideNav` with `@isCollapsible` (to control if users can collapse the sidenav on 'desktop' viewports) and `@isMinimized` (to control the default state on 'desktop' viewports) arguments

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

Expand Down
18 changes: 10 additions & 8 deletions website/docs/whats-new/release-notes/partials/flight-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</a>
</p>

## 3.9.0

**Minor changes**

`confluence` and `confluence-color` icons added.

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

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

## 3.8.0

**Minor changes**
Expand Down Expand Up @@ -238,14 +248,6 @@ Added `elastic-observability` and `new-relic` icons

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

## 2.15.0

**Minor changes**

Added Venafi service icon

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


---

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3909,7 +3909,7 @@ __metadata:
"@glint/environment-ember-loose": "npm:^1.4.0"
"@glint/template": "npm:^1.4.0"
"@hashicorp/design-system-tokens": "npm:^2.2.2"
"@hashicorp/flight-icons": "npm:^3.8.0"
"@hashicorp/flight-icons": "npm:^3.9.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@tsconfig/ember": "npm:^3.0.8"
"@types/ember-qunit": "npm:^6.1.1"
Expand Down Expand Up @@ -4020,7 +4020,7 @@ __metadata:
"@glint/environment-ember-loose": "npm:^1.2.1"
"@glint/environment-ember-template-imports": "npm:^1.2.1"
"@glint/template": "npm:^1.2.1"
"@hashicorp/flight-icons": "npm:^3.8.0"
"@hashicorp/flight-icons": "npm:^3.9.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@tsconfig/ember": "npm:^3.0.6"
"@typescript-eslint/eslint-plugin": "npm:^8.5.0"
Expand All @@ -4045,7 +4045,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hashicorp/flight-icons@npm:^3.8.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons":
"@hashicorp/flight-icons@npm:^3.9.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons":
version: 0.0.0-use.local
resolution: "@hashicorp/flight-icons@workspace:packages/flight-icons"
dependencies:
Expand Down