Skip to content

Commit 99632bd

Browse files
authored
Merge pull request #1616 from hashicorp/changeset-release/main
Version Packages
2 parents 3105a4c + a0c684b commit 99632bd

File tree

15 files changed

+56
-46
lines changed

15 files changed

+56
-46
lines changed

.changeset/curly-zebras-teach.md

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

.changeset/honest-stingrays-whisper.md

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

.changeset/lovely-fireants-occur.md

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

.changeset/nervous-lizards-wave.md

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

.changeset/new-garlics-vanish.md

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

.changeset/warm-schools-serve.md

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

packages/components/CHANGELOG.md

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

3+
## 2.12.0
4+
5+
### Minor Changes
6+
7+
- [#1640](https://github.com/hashicorp/design-system/pull/1640) [`8001667d2`](https://github.com/hashicorp/design-system/commit/8001667d2b0b549b5c2743ebaa4b50b58344a87f) Thanks [@didoo](https://github.com/didoo)! - `Design tokens` - Added color tokens for “Vault Secrets” product
8+
9+
`IconTile` - updated component to include `vault-secrets` product option
10+
11+
### Patch Changes
12+
13+
- [#1615](https://github.com/hashicorp/design-system/pull/1615) [`d5d4402b2`](https://github.com/hashicorp/design-system/commit/d5d4402b2b7529d60ac693babc2a9187f8fbad36) Thanks [@didoo](https://github.com/didoo)! - `Text` - Removed leftover `console.log` from code
14+
15+
- [#1618](https://github.com/hashicorp/design-system/pull/1618) [`4e31014d5`](https://github.com/hashicorp/design-system/commit/4e31014d503d4b71e6b70b11ba750b75c0cb2d37) Thanks [@KristinLBradley](https://github.com/KristinLBradley)! - Refactor the layout of the `Dropdown` checkbox and radio inputs to make the gap between the inputs and the associated text, as well as the icon and count, clickable.
16+
17+
- [#1617](https://github.com/hashicorp/design-system/pull/1617) [`214f66e9e`](https://github.com/hashicorp/design-system/commit/214f66e9e8818da87e6d514b3808b40a0b7e56f5) Thanks [@KristinLBradley](https://github.com/KristinLBradley)! - Change font-weight of `Hds::Link::Standalone` from 500 to 400 to match font-weight of `Hds::Button`.
18+
19+
- [#1628](https://github.com/hashicorp/design-system/pull/1628) [`cc15349d3`](https://github.com/hashicorp/design-system/commit/cc15349d31c698d89540897570f76a5f2dc670ce) Thanks [@didoo](https://github.com/didoo)! - `Stepper` - removed some CSS declarations that were not used/applied
20+
21+
- Updated dependencies [[`8001667d2`](https://github.com/hashicorp/design-system/commit/8001667d2b0b549b5c2743ebaa4b50b58344a87f)]:
22+
- @hashicorp/design-system-tokens@1.8.0
23+
- @hashicorp/ember-flight-icons@3.1.2
24+
325
## 2.11.0
426

527
### Minor Changes

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",
@@ -41,8 +41,8 @@
4141
"dependencies": {
4242
"@ember/render-modifiers": "^2.0.5",
4343
"@ember/test-waiters": "^3.0.2",
44-
"@hashicorp/design-system-tokens": "^1.7.0",
45-
"@hashicorp/ember-flight-icons": "^3.1.1",
44+
"@hashicorp/design-system-tokens": "^1.8.0",
45+
"@hashicorp/ember-flight-icons": "^3.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`64d1a98d3`](https://github.com/hashicorp/design-system/commit/64d1a98d36fc9c79e941929fec4b9ee6ee89ffdb)]:
8+
- @hashicorp/flight-icons@2.19.0
9+
310
## 3.1.1
411

512
### Patch Changes

packages/ember-flight-icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/ember-flight-icons",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
55
"keywords": [
66
"ember-addon",
@@ -34,7 +34,7 @@
3434
"test:ember-compatibility": "ember try:each"
3535
},
3636
"dependencies": {
37-
"@hashicorp/flight-icons": "^2.18.0",
37+
"@hashicorp/flight-icons": "^2.19.0",
3838
"ember-auto-import": "^2.6.3",
3939
"ember-cli-babel": "^7.26.11",
4040
"ember-cli-htmlbars": "^6.2.0"

0 commit comments

Comments
 (0)