diff --git a/.changeset/moody-months-wink.md b/.changeset/moody-months-wink.md deleted file mode 100644 index 2bbfe7cd81a..00000000000 --- a/.changeset/moody-months-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": minor ---- - -Added two new icons from the Figma library; clock-filled, minus-square-fill. diff --git a/.changeset/slimy-comics-fix.md b/.changeset/slimy-comics-fix.md deleted file mode 100644 index c47b30c48b4..00000000000 --- a/.changeset/slimy-comics-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/flight-icons": minor ---- - -Add api icon from the Figma library diff --git a/.changeset/three-pears-glow.md b/.changeset/three-pears-glow.md deleted file mode 100644 index 7b07c995a7d..00000000000 --- a/.changeset/three-pears-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -updated `font-weight` to `medium` for `Link::Standalone` component (to be in sync with design specs) diff --git a/.changeset/wise-dingos-breathe.md b/.changeset/wise-dingos-breathe.md deleted file mode 100644 index 8dcda3e9752..00000000000 --- a/.changeset/wise-dingos-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -updated the `Hds::Dropdown::ListItem::Interactive` to support the `isLoading` state diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 7b678eb5506..809ca02d7ec 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -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 @@ -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 @@ -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) diff --git a/packages/components/package.json b/packages/components/package.json index c7a39715063..1ca1344ac1a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "0.12.3", + "version": "0.12.4", "description": "HashiCorp Design System Components", "keywords": [ "hashicorp", @@ -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", diff --git a/packages/ember-flight-icons/CHANGELOG.md b/packages/ember-flight-icons/CHANGELOG.md index 797fa548811..8eb11aa3aa0 100644 --- a/packages/ember-flight-icons/CHANGELOG.md +++ b/packages/ember-flight-icons/CHANGELOG.md @@ -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 diff --git a/packages/ember-flight-icons/package.json b/packages/ember-flight-icons/package.json index 65cf5995eec..622c05ca0db 100644 --- a/packages/ember-flight-icons/package.json +++ b/packages/ember-flight-icons/package.json @@ -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", @@ -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" }, diff --git a/packages/flight-icons/CHANGELOG.md b/packages/flight-icons/CHANGELOG.md index 695a7673cf2..0b6b31d067c 100644 --- a/packages/flight-icons/CHANGELOG.md +++ b/packages/flight-icons/CHANGELOG.md @@ -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 diff --git a/packages/flight-icons/package.json b/packages/flight-icons/package.json index a9a005c267d..e6b7b882531 100644 --- a/packages/flight-icons/package.json +++ b/packages/flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/flight-icons", - "version": "2.5.0", + "version": "2.6.0", "description": "Flight: HashiCorp SVG icon set", "keywords": [ "hashicorp", diff --git a/packages/flight-website/package.json b/packages/flight-website/package.json index 2484c30cde3..ccc8deafc36 100644 --- a/packages/flight-website/package.json +++ b/packages/flight-website/package.json @@ -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",