diff --git a/.changeset/curvy-cherries-sin.md b/.changeset/curvy-cherries-sin.md deleted file mode 100644 index b5c4487dd8..0000000000 --- a/.changeset/curvy-cherries-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -PowerSelect - fix style overrides when the list is positioned above diff --git a/.changeset/kind-crabs-warn.md b/.changeset/kind-crabs-warn.md deleted file mode 100644 index 3e6abc35d0..0000000000 --- a/.changeset/kind-crabs-warn.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@hashicorp/flight-icons': minor ---- - -Added "static" version of the animated icons: - -- `loading-static` -- `running-static` - -Added new set of icons for Google services: - -- `google-docs` -- `google-forms` -- `google-slides` -- `google-sheets` -- `google-drive` diff --git a/.changeset/wise-peas-deliver.md b/.changeset/wise-peas-deliver.md deleted file mode 100644 index f42200da45..0000000000 --- a/.changeset/wise-peas-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hashicorp/design-system-components": patch ---- - -`Text` - Fixed issue with whitespace adding extra underline when used in links (eg. inside a `Link::Inline`) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 1e55c78d28..9f26ddb84d 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,16 @@ # @hashicorp/design-system-components +## 2.12.2 + +### Patch Changes + +- [#1655](https://github.com/hashicorp/design-system/pull/1655) [`38f7e36c2`](https://github.com/hashicorp/design-system/commit/38f7e36c25f3efdade9c8833512d55af502ee07e) Thanks [@alex-ju](https://github.com/alex-ju)! - PowerSelect - fix style overrides when the list is positioned above + +- [#1652](https://github.com/hashicorp/design-system/pull/1652) [`61af964b0`](https://github.com/hashicorp/design-system/commit/61af964b0078377dcedafa744e0fd18e89852b96) Thanks [@didoo](https://github.com/didoo)! - `Text` - Fixed issue with whitespace adding extra underline when used in links (eg. inside a `Link::Inline`) + +- Updated dependencies []: + - @hashicorp/ember-flight-icons@3.1.3 + ## 2.12.1 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 47763fe8fa..7d2071fd6b 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/design-system-components", - "version": "2.12.1", + "version": "2.12.2", "description": "Helios Design System Components", "keywords": [ "hashicorp", @@ -42,7 +42,7 @@ "@ember/render-modifiers": "^2.0.5", "@ember/test-waiters": "^3.0.2", "@hashicorp/design-system-tokens": "^1.8.0", - "@hashicorp/ember-flight-icons": "^3.1.2", + "@hashicorp/ember-flight-icons": "^3.1.3", "dialog-polyfill": "^0.5.6", "ember-a11y-refocus": "^3.0.2", "ember-auto-import": "^2.6.3", diff --git a/packages/ember-flight-icons/CHANGELOG.md b/packages/ember-flight-icons/CHANGELOG.md index 8c36ba9b1e..1fec10f35f 100644 --- a/packages/ember-flight-icons/CHANGELOG.md +++ b/packages/ember-flight-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # @hashicorp/ember-flight-icons +## 3.1.3 + +### Patch Changes + +- Updated dependencies [[`98bbe9438`](https://github.com/hashicorp/design-system/commit/98bbe9438e034695a552e4033c80ef28970ef22a)]: + - @hashicorp/flight-icons@2.20.0 + ## 3.1.2 ### Patch Changes diff --git a/packages/ember-flight-icons/package.json b/packages/ember-flight-icons/package.json index 161d8720f7..2952c0420a 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": "3.1.2", + "version": "3.1.3", "description": "The Ember addon for the HashiCorp Flight SVG icon set", "keywords": [ "ember-addon", @@ -34,7 +34,7 @@ "test:ember-compatibility": "ember try:each" }, "dependencies": { - "@hashicorp/flight-icons": "^2.19.0", + "@hashicorp/flight-icons": "^2.20.0", "ember-auto-import": "^2.6.3", "ember-cli-babel": "^7.26.11", "ember-cli-htmlbars": "^6.2.0" diff --git a/packages/flight-icons/CHANGELOG.md b/packages/flight-icons/CHANGELOG.md index 081d81b064..f39d486d43 100644 --- a/packages/flight-icons/CHANGELOG.md +++ b/packages/flight-icons/CHANGELOG.md @@ -1,5 +1,22 @@ # @hashicorp/flight-icons +## 2.20.0 + +### Minor Changes + +- [#1657](https://github.com/hashicorp/design-system/pull/1657) [`98bbe9438`](https://github.com/hashicorp/design-system/commit/98bbe9438e034695a552e4033c80ef28970ef22a) Thanks [@jorytindall](https://github.com/jorytindall)! - Added "static" version of the animated icons: + + - `loading-static` + - `running-static` + + Added new set of icons for Google services: + + - `google-docs` + - `google-forms` + - `google-slides` + - `google-sheets` + - `google-drive` + ## 2.19.0 ### Minor Changes diff --git a/packages/flight-icons/package.json b/packages/flight-icons/package.json index 6fffac2689..d80e16a45a 100644 --- a/packages/flight-icons/package.json +++ b/packages/flight-icons/package.json @@ -1,6 +1,6 @@ { "name": "@hashicorp/flight-icons", - "version": "2.19.0", + "version": "2.20.0", "description": "Flight: HashiCorp SVG icon set", "keywords": [ "hashicorp", diff --git a/yarn.lock b/yarn.lock index cf0213a5c4..9719a881b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2799,7 +2799,7 @@ __metadata: "@glimmer/component": ^1.1.2 "@glimmer/tracking": ^1.1.2 "@hashicorp/design-system-tokens": ^1.8.0 - "@hashicorp/ember-flight-icons": ^3.1.2 + "@hashicorp/ember-flight-icons": ^3.1.3 "@percy/cli": ^1.24.2 "@percy/ember": ^4.2.0 babel-eslint: ^10.1.0 @@ -2889,7 +2889,7 @@ __metadata: languageName: unknown linkType: soft -"@hashicorp/ember-flight-icons@^3.1.2, @hashicorp/ember-flight-icons@workspace:^, @hashicorp/ember-flight-icons@workspace:packages/ember-flight-icons": +"@hashicorp/ember-flight-icons@^3.1.3, @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: @@ -2899,7 +2899,7 @@ __metadata: "@embroider/test-setup": ^2.1.1 "@glimmer/component": ^1.1.2 "@glimmer/tracking": ^1.1.2 - "@hashicorp/flight-icons": ^2.19.0 + "@hashicorp/flight-icons": ^2.20.0 babel-eslint: ^10.1.0 broccoli-asset-rev: ^3.0.0 ember-auto-import: ^2.6.3 @@ -2935,7 +2935,7 @@ __metadata: languageName: unknown linkType: soft -"@hashicorp/flight-icons@^2.19.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons": +"@hashicorp/flight-icons@^2.20.0, @hashicorp/flight-icons@workspace:^, @hashicorp/flight-icons@workspace:packages/flight-icons": version: 0.0.0-use.local resolution: "@hashicorp/flight-icons@workspace:packages/flight-icons" dependencies: