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

Merged
merged 1 commit into from
Jun 8, 2022
Merged
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/lovely-ads-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-months-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-comics-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-pears-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-dingos-breathe.md

This file was deleted.

19 changes: 16 additions & 3 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @hashicorp/design-system-components

## 0.12.4

### Patch Changes

- [#343](https://github.com/hashicorp/design-system/pull/343) [`a74711c8`](https://github.com/hashicorp/design-system/commit/a74711c8c0de6843625781488ed94521c7f8cb7c) Thanks [@MelSumner](https://github.com/MelSumner)! - Fixes copy-item bug in FireFox

* [#328](https://github.com/hashicorp/design-system/pull/328) [`32b36ab1`](https://github.com/hashicorp/design-system/commit/32b36ab132b3356923ef6d1f3f36c2f7036e852c) Thanks [@didoo](https://github.com/didoo)! - updated `font-weight` to `medium` for `Link::Standalone` component (to be in sync with design specs)

- [#319](https://github.com/hashicorp/design-system/pull/319) [`7c96344f`](https://github.com/hashicorp/design-system/commit/7c96344f3c83baecc56daac6dfdddb809c161c1f) Thanks [@didoo](https://github.com/didoo)! - updated the `Hds::Dropdown::ListItem::Interactive` to support the `isLoading` state

- Updated dependencies []:
- @hashicorp/ember-flight-icons@2.0.8

## 0.12.3

### Patch Changes
Expand Down Expand Up @@ -72,8 +85,8 @@

- [#245](https://github.com/hashicorp/design-system/pull/245) [`c6de1018`](https://github.com/hashicorp/design-system/commit/c6de101880ec1c21971e3775e1a21b6cb9e69757) Thanks [@didoo](https://github.com/didoo)! - - Added `Alert` component
- Added `Toast` component
- [#259](https://github.com/hashicorp/design-system/pull/259) [`478b3069`](https://github.com/hashicorp/design-system/commit/478b3069e800cf2ccefba9b5475c72b024e25d16) Thanks [@didoo](https://github.com/didoo)! - - removed autofocus on first item for `Disclosure` component (and as a result also for `Breadcrumb` and `Dropdown` components) (🚨 Breaking)
- updated focus state treatment for `Dropdown` component (🚨 Breaking)
- [#259](https://github.com/hashicorp/design-system/pull/259) [`478b3069`](https://github.com/hashicorp/design-system/commit/478b3069e800cf2ccefba9b5475c72b024e25d16) Thanks [@didoo](https://github.com/didoo)! - - removed autofocus on first item for `Disclosure` component (and as a result also for `Breadcrumb` and `Dropdown` components) (🚨 Breaking)
- updated focus state treatment for `Dropdown` component (🚨 Breaking)

### Patch Changes

Expand Down Expand Up @@ -136,7 +149,7 @@

## 0.7.0

### Minor Changes (Some Breaking)
### Minor Changes (Some Breaking)

- [#150](https://github.com/hashicorp/design-system/pull/150) [`c236c159`](https://github.com/hashicorp/design-system/commit/c236c159f7d7ec6edc661710963f5733eb961edf) Thanks [@didoo](https://github.com/didoo)! - removed “box-sizing“ declarations from the components (we assume the consumers codebase already have set it to “border-box“ by default (🚨 Breaking)

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": "0.12.3",
"version": "0.12.4",
"description": "HashiCorp Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@hashicorp/design-system-tokens": "^0.8.1",
"@hashicorp/ember-flight-icons": "^2.0.7",
"@hashicorp/ember-flight-icons": "^2.0.8",
"ember-auto-import": "^2.4.1",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/ember-flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hashicorp/ember-flight-icons

## 2.0.8

### Patch Changes

- Updated dependencies [[`c241a6f0`](https://github.com/hashicorp/design-system/commit/c241a6f02723d2d1031d2f3e06c093d3e6b503d7), [`c0e90d53`](https://github.com/hashicorp/design-system/commit/c0e90d53fde0a9697d5aff04146f527285f7e696)]:
- @hashicorp/flight-icons@2.6.0

## 2.0.7

### 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": "2.0.7",
"version": "2.0.8",
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -35,7 +35,7 @@
"test:ember:percy": "percy exec ember test"
},
"dependencies": {
"@hashicorp/flight-icons": "^2.5.0",
"@hashicorp/flight-icons": "^2.6.0",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hashicorp/flight-icons

## 2.6.0

### Minor Changes

- [#339](https://github.com/hashicorp/design-system/pull/339) [`c241a6f0`](https://github.com/hashicorp/design-system/commit/c241a6f02723d2d1031d2f3e06c093d3e6b503d7) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added two new icons from the Figma library; clock-filled, minus-square-fill.

* [#345](https://github.com/hashicorp/design-system/pull/345) [`c0e90d53`](https://github.com/hashicorp/design-system/commit/c0e90d53fde0a9697d5aff04146f527285f7e696) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Add api icon from the Figma library

## 2.5.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": "2.5.0",
"version": "2.6.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
4 changes: 2 additions & 2 deletions packages/flight-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@ember/test-helpers": "^2.6.0",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@hashicorp/ember-flight-icons": "^2.0.7",
"@hashicorp/flight-icons": "^2.5.0",
"@hashicorp/ember-flight-icons": "^2.0.8",
"@hashicorp/flight-icons": "^2.6.0",
"@percy/cli": "^1.2.1",
"@percy/ember": "^3.0.0",
"@tailwindcss/forms": "^0.3.4",
Expand Down