Skip to content

Commit 4a8e164

Browse files
authored
Merge pull request #1578 from hashicorp/changeset-release/main
Version Packages
2 parents 221ac4a + 24056c6 commit 4a8e164

File tree

14 files changed

+43
-44
lines changed

14 files changed

+43
-44
lines changed

.changeset/beige-olives-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curvy-rice-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nervous-beans-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-nails-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-parents-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silly-buckets-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-horses-exercise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/components/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @hashicorp/design-system-components
22

3+
## 2.11.0
4+
5+
### Minor Changes
6+
7+
- [#1490](https://github.com/hashicorp/design-system/pull/1490) [`4dafcb7d7`](https://github.com/hashicorp/design-system/commit/4dafcb7d7568027c495cb92d01026359a040507a) Thanks [@didoo](https://github.com/didoo)! - `Hds::Text` - Added new `Text` component
8+
9+
- [#1587](https://github.com/hashicorp/design-system/pull/1587) [`57e7a42cb`](https://github.com/hashicorp/design-system/commit/57e7a42cb8353af83d8be5be0a318f951b00d3e3) Thanks [@alex-ju](https://github.com/alex-ju)! - `Hds::Form::MaskedInput` - Add `hasCopyButton` argument
10+
11+
### Patch Changes
12+
13+
- [#1577](https://github.com/hashicorp/design-system/pull/1577) [`8aa9a5889`](https://github.com/hashicorp/design-system/commit/8aa9a5889cf14fc28100a462dfd42754a3bdb42b) Thanks [@DingoEatingFuzz](https://github.com/DingoEatingFuzz)! - Remove aria-hidden from the "optional" span in Form::Indicator
14+
15+
- [#1606](https://github.com/hashicorp/design-system/pull/1606) [`7ac4526db`](https://github.com/hashicorp/design-system/commit/7ac4526dbddda6bea0e6e9f542addc5c97914fa8) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - Remove `ember-named-blocks-polyfill` as all consumers of HDS are on Ember 3.25 or later now. This can be installed locally if it is still needed.
16+
17+
- [#1576](https://github.com/hashicorp/design-system/pull/1576) [`e16c88ba9`](https://github.com/hashicorp/design-system/commit/e16c88ba959dcd0b186fd823fc3fccacf39674e8) Thanks [@KristinLBradley](https://github.com/KristinLBradley)! - `Alert`, `Toast`: Fixed an issue with anchor tag color styles within Description that had been overriding `Hds::Link` color; changed the default color for HTML links within Description to "neutral" to better align with existing guidance for links in the actions and improve accessible contrast.
18+
19+
- Updated dependencies []:
20+
- @hashicorp/ember-flight-icons@3.1.1
21+
322
## 2.10.0
423

524
### Minor Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -42,7 +42,7 @@
4242
"@ember/render-modifiers": "^2.0.5",
4343
"@ember/test-waiters": "^3.0.2",
4444
"@hashicorp/design-system-tokens": "^1.7.0",
45-
"@hashicorp/ember-flight-icons": "^3.1.0",
45+
"@hashicorp/ember-flight-icons": "^3.1.1",
4646
"dialog-polyfill": "^0.5.6",
4747
"ember-a11y-refocus": "^3.0.2",
4848
"ember-auto-import": "^2.6.3",

packages/ember-flight-icons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hashicorp/ember-flight-icons
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`232510a52`](https://github.com/hashicorp/design-system/commit/232510a529621114dd605b741f0fe5f571b2cb56), [`edf8a20df`](https://github.com/hashicorp/design-system/commit/edf8a20dff1cc59c2cb8c0f211f91aa81a0b37f0)]:
8+
- @hashicorp/flight-icons@2.18.0
9+
310
## 3.1.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)