Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 14, 2024
1 parent 42f516f commit 7060fd7
Show file tree
Hide file tree
Showing 20 changed files with 193 additions and 95 deletions.
7 changes: 0 additions & 7 deletions .changeset/brown-eagles-fry.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/curly-apples-share.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eighty-geese-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-days-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-llamas-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-poets-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-mice-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-lemons-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-grapes-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-boxes-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-experts-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-buckets-glow.md

This file was deleted.

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

## 4.13.0

### Minor Changes

`Modal` - added `returnFocusTo` argument to control where the browser focus is returned once the modal is closed

`Flyout` - added `returnFocusTo` argument to control where the browser focus is returned once the flyout is closed

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

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

`CodeBlock` - Added `lineNumberStart` option to set custom starting number for line numbering`

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

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

`SuperSelect::Multiple` - Added `@resultCountMessage` argument to enable override

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

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

### Patch Changes

`Dropdown`

- Fixed content being preserved in the DOM when closed
- Removed the `isOpen` yielded argument
- Added `@preserveContentInDom` to optionally control rendering of the content

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

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

`Modal` - Fixed `isDismissDisabled` functionality
`Flyout` - Removed `isDismissDisabled` from signature (not an actual argument)

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

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

`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`.

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

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

`SuperSelect::Multiple` - Fixed placeholder style and layout

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

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

`Dropdown` - Update the color of the text and icons in the selected state checkmark list item to match the styling of the ListItems (`Radio` and `Checkbox`).

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

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

`CodeBlock` - Decoupled the display of line numbers from `highlightLines`

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

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

Upgraded `ember-style-modifier` to `4.4.0`

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.7.0

## 4.12.0

[4.12.0 documentation](https://hds-website-4-12-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.12.0",
"version": "4.13.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.3",
"@hashicorp/design-system-tokens": "^2.2.1",
"@hashicorp/flight-icons": "^3.6.0",
"@hashicorp/flight-icons": "^3.7.0",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^4.1.3",
"ember-cli-sass": "^11.0.1",
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.6.0",
"@hashicorp/flight-icons": "^3.7.0",
"decorator-transforms": "^1.1.0",
"ember-get-config": "^2.1.1"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hashicorp/flight-icons

## 3.7.0

### Minor Changes

Confluent icon added

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

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

Updated `okta` and `okta-color` to reflect updated branding.

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

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

## 3.6.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.6.0",
"version": "3.7.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
90 changes: 77 additions & 13 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,83 @@
</a>
</p>

## 4.13.0

**Minor changes**

`Modal` - added `returnFocusTo` argument to control where the browser focus is returned once the modal is closed

`Flyout` - added `returnFocusTo` argument to control where the browser focus is returned once the flyout is closed

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

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

`CodeBlock` - Added `lineNumberStart` option to set custom starting number for line numbering`

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

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

`SuperSelect::Multiple` - Added `@resultCountMessage` argument to enable override

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

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

**Patch changes**

`Dropdown`

- Fixed content being preserved in the DOM when closed
- Removed the `isOpen` yielded argument
- Added `@preserveContentInDom` to optionally control rendering of the content

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

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

`Modal` - Fixed `isDismissDisabled` functionality
`Flyout` - Removed `isDismissDisabled` from signature (not an actual argument)

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

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

`SuperSelect` - Update the the default state of selected list items to `Foreground / Primary` to match other list items and the `Dropdown`.

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

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

`SuperSelect::Multiple` - Fixed placeholder style and layout

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

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

`Dropdown` - Update the color of the text and icons in the selected state checkmark list item to match the styling of the ListItems (`Radio` and `Checkbox`).

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

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

`CodeBlock` - Decoupled the display of line numbers from `highlightLines`

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

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

Upgraded `ember-style-modifier` to `4.4.0`

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.7.0

## 4.12.0

[4.12.0 documentation](https://hds-website-4-12-0.vercel.app/)
Expand Down Expand Up @@ -1178,19 +1255,6 @@ Removed `ember-deep-tracked` dependency that was not used
- @hashicorp/ember-flight-icons@5.0.0
- @hashicorp/design-system-tokens@2.0.0

## 3.6.0

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

**Minor changes**

_Since this is an update brand colors and product icons, we consider this a `minor` version release_

**🔄 Updated dependencies:**

- @hashicorp/design-system-tokens@1.11.0
- @hashicorp/ember-flight-icons@4.1.0


---

Expand Down
24 changes: 16 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,22 @@
</a>
</p>

## 3.7.0

**Minor changes**

Confluent icon added

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

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

Updated `okta` and `okta-color` to reflect updated branding.

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

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

## 3.6.0

**Minor changes**
Expand Down Expand Up @@ -228,14 +244,6 @@ Added `robot` icon (for Service Principals)

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

## 2.13.1

**Patch changes**

Fix color for `connection-gateway` icon

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


---

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4271,7 +4271,7 @@ __metadata:
"@glint/environment-ember-loose": "npm:^1.4.0"
"@glint/template": "npm:^1.4.0"
"@hashicorp/design-system-tokens": "npm:^2.2.1"
"@hashicorp/flight-icons": "npm:^3.6.0"
"@hashicorp/flight-icons": "npm:^3.7.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 @@ -4375,7 +4375,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.6.0"
"@hashicorp/flight-icons": "npm:^3.7.0"
"@rollup/plugin-babel": "npm:^6.0.4"
"@tsconfig/ember": "npm:^3.0.6"
"@typescript-eslint/eslint-plugin": "npm:^8.5.0"
Expand All @@ -4400,7 +4400,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hashicorp/flight-icons@npm:^3.6.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons":
"@hashicorp/flight-icons@npm:^3.7.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

0 comments on commit 7060fd7

Please sign in to comment.