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 Jun 7, 2022
1 parent 36803df commit 61028cc
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-months-wink.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.

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

## 0.12.4

### Patch Changes

- [#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 +83,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 +147,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)]:
- @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
6 changes: 6 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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.

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

0 comments on commit 61028cc

Please sign in to comment.