Skip to content

Commit

Permalink
Merge pull request #1556 from hashicorp/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
KristinLBradley authored Aug 15, 2023
2 parents 1caa734 + ce9e1a1 commit 3b8c867
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-vans-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-socks-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-jokes-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-melons-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-jobs-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-geese-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-cougars-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-bears-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-waves-deny.md

This file was deleted.

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

## 2.10.0

### Minor Changes

- [#1535](https://github.com/hashicorp/design-system/pull/1535) [`2daa95479`](https://github.com/hashicorp/design-system/commit/2daa95479307fea0b94b2af413126d09525462c8) Thanks [@KristinLBradley](https://github.com/KristinLBradley)! - Add new `FileInput` component

### Patch Changes

- [#1570](https://github.com/hashicorp/design-system/pull/1570) [`7bf297996`](https://github.com/hashicorp/design-system/commit/7bf297996e06a15cb2506bfb23f43d71ecc9b492) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - Remove unnecessary export of `hds/copy/index.js`

- [#1575](https://github.com/hashicorp/design-system/pull/1575) [`0362019ca`](https://github.com/hashicorp/design-system/commit/0362019ca043ef955364f18b23dbcd36f0bfb2bf) Thanks [@alex-ju](https://github.com/alex-ju)! - `Hds::Tabs` - Fix missing tab indicator when used in Modal or Flyout

- [#1567](https://github.com/hashicorp/design-system/pull/1567) [`384faeec2`](https://github.com/hashicorp/design-system/commit/384faeec244011f8090f3bcce0def89da1563164) Thanks [@MelSumner](https://github.com/MelSumner)! - Add support for container in Copy::Snippet and update API docs

- [#1571](https://github.com/hashicorp/design-system/pull/1571) [`8ad8a5908`](https://github.com/hashicorp/design-system/commit/8ad8a59080d0c0c855f2f746f0a10ddf4440e461) Thanks [@alex-ju](https://github.com/alex-ju)! - `Hds::Tabs` - Fix tabs and panels misbehaving on route change

- [#1568](https://github.com/hashicorp/design-system/pull/1568) [`dbe2e437d`](https://github.com/hashicorp/design-system/commit/dbe2e437d7d465cda3b69c7a28b01cbfb2849b79) Thanks [@MelSumner](https://github.com/MelSumner)! - Update error icon for copy components

- [#1555](https://github.com/hashicorp/design-system/pull/1555) [`90a615161`](https://github.com/hashicorp/design-system/commit/90a61516156ea58898febaa5bd66b31386256151) Thanks [@alex-ju](https://github.com/alex-ju)! - `Hds::SegmentedGroup` - prevent `border-radius` from interfering with underlying elements

- [#1565](https://github.com/hashicorp/design-system/pull/1565) [`60154db1a`](https://github.com/hashicorp/design-system/commit/60154db1a00f877b2c3bc4a9c4069556e8af809b) Thanks [@MelSumner](https://github.com/MelSumner)! - Resolved issue where ThSort was not supporting right-aligned text properly

- Updated dependencies [[`8b8d6bcfa`](https://github.com/hashicorp/design-system/commit/8b8d6bcfa67efa5de1a2cc419167a962e747a8c9)]:
- @hashicorp/ember-flight-icons@3.1.0

## 2.9.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": "2.9.0",
"version": "2.10.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@ember/render-modifiers": "^2.0.5",
"@ember/test-waiters": "^3.0.2",
"@hashicorp/design-system-tokens": "^1.7.0",
"@hashicorp/ember-flight-icons": "^3.0.9",
"@hashicorp/ember-flight-icons": "^3.1.0",
"dialog-polyfill": "^0.5.6",
"ember-a11y-refocus": "^3.0.2",
"ember-auto-import": "^2.6.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/ember-flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hashicorp/ember-flight-icons

## 3.1.0

### Minor Changes

- [#1543](https://github.com/hashicorp/design-system/pull/1543) [`8b8d6bcfa`](https://github.com/hashicorp/design-system/commit/8b8d6bcfa67efa5de1a2cc419167a962e747a8c9) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - Add opt in flag to allow consumers to move sprite loading out of index.html

## 3.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.0.9",
"version": "3.1.0",
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
"keywords": [
"ember-addon",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2799,7 +2799,7 @@ __metadata:
"@glimmer/component": ^1.1.2
"@glimmer/tracking": ^1.1.2
"@hashicorp/design-system-tokens": ^1.7.0
"@hashicorp/ember-flight-icons": ^3.0.9
"@hashicorp/ember-flight-icons": ^3.1.0
"@percy/cli": ^1.24.2
"@percy/ember": ^4.2.0
babel-eslint: ^10.1.0
Expand Down Expand Up @@ -2890,7 +2890,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hashicorp/ember-flight-icons@^3.0.9, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons":
"@hashicorp/ember-flight-icons@^3.1.0, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons":
version: 0.0.0-use.local
resolution: "@hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons"
dependencies:
Expand Down

2 comments on commit 3b8c867

@vercel
Copy link

@vercel vercel bot commented on 3b8c867 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hds-showcase – ./packages/components

hds-showcase-hashicorp.vercel.app
hds-showcase-git-main-hashicorp.vercel.app
hds-showcase.vercel.app
hds-components-hashicorp.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3b8c867 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.