Skip to content

Commit

Permalink
Version Packages (#2157)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
hashibot-hds and github-actions[bot] authored Jun 27, 2024
1 parent 90d9774 commit e3cf387
Show file tree
Hide file tree
Showing 20 changed files with 187 additions and 254 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-ghosts-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-clouds-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-fans-bathe.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/dirty-dots-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-rules-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-kids-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-rats-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-foxes-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-seals-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-pets-crash.md

This file was deleted.

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

## 4.5.0

### Minor Changes

`SideNav` - Adds option to exclude query params from route transition/focus management

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

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

`Tabs` - Converted component to TypeScript

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

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

`ApplicationState` - Converted component to TypeScript

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

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

`PageHeader` - Converted component to TypeScript

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

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

`SideNav` - Converted component to TypeScript

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

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

### Patch Changes

`Alert` - Fixed typo in `HdsAlertTypes`

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

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

`Dropdown::Toggle::Icon` - Fixed inconsistencies with `Button` including:

- Added missing text color
- Reduced icon sizes

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

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

**🔄 Updated dependencies:**

- @hashicorp/ember-flight-icons@5.1.0

## 4.4.1

### Patch 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.4.1",
"version": "4.5.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@embroider/addon-shim": "^1.8.7",
"@floating-ui/dom": "^1.6.3",
"@hashicorp/design-system-tokens": "^2.1.0",
"@hashicorp/ember-flight-icons": "^5.0.3",
"@hashicorp/ember-flight-icons": "^5.1.0",
"@oddbird/popover-polyfill": "^0.4.3",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^4.1.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/ember-flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hashicorp/ember-flight-icons

## 5.1.0

### Minor Changes

`FlightIcon` - converted component to TypeScript and published types

<small class="doc-whats-new-changelog-metadata">[#2142](https://github.com/hashicorp/design-system/pull/2142) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

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

### Patch Changes

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@3.4.0

## 5.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/ember-flight-icons",
"version": "5.0.3",
"version": "5.1.0",
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"@hashicorp/flight-icons": "^3.3.0",
"@hashicorp/flight-icons": "^3.4.0",
"decorator-transforms": "^1.1.0",
"ember-get-config": "^2.1.1"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hashicorp/flight-icons

## 3.4.0

### Minor Changes

`service-now` and `pager-duty` icons added.

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

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

### Patch Changes

`search` icon (16px only) has been increased in size to better fit within the bounding box and more closely align with other icons of the same size

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

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

## 3.3.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.3.0",
"version": "3.4.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
Loading

0 comments on commit e3cf387

Please sign in to comment.