Skip to content

Commit e9866ff

Browse files
hashibot-hdsgithub-actions[bot]zamoore
authored
Version Packages (#2319)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Zack Moore <[email protected]>
1 parent 447f4f6 commit e9866ff

File tree

9 files changed

+95
-78
lines changed

9 files changed

+95
-78
lines changed

.changeset/fuzzy-suits-call.md

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

.changeset/purple-ghosts-marry.md

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

.changeset/quick-socks-look.md

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

.changeset/strange-schools-flash.md

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

packages/codemods/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
`v4/icon`
8+
9+
Adds a codemod for converting `FlightIcon` components to `Hds::Icon` components
10+
11+
[See README for details](../packages/codemods/transforms/v4/icon/README.md)
12+
13+
<small class="doc-whats-new-changelog-metadata">[#2207](https://github.com/hashicorp/design-system/pull/2207)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
317
## 0.2.0
418

519
### Minor Changes

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hashicorp/design-system-codemods",
33
"description": "Helios Design System codemods",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"scripts": {
66
"lint": "eslint --cache .",
77
"lint:fix": "eslint . --fix",

packages/components/CHANGELOG.md

Lines changed: 50 additions & 21 deletions
Large diffs are not rendered by default.

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashicorp/design-system-components",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

website/docs/whats-new/release-notes/partials/components.md

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,37 @@
1212
</a>
1313
</p>
1414

15+
## 4.9.0
16+
17+
**Minor changes**
18+
19+
`Icon` - Added component:
20+
21+
`Hds::Icon` is meant to replace usage of the `FlightIcon` component from `ember-flight-icons`.
22+
23+
- Displays `block` by default. (`FlightIcon` displays `inline-block` by default)
24+
- Exposes a set of predefined "foreground" colors via the `@color` argument
25+
26+
<small class="doc-whats-new-changelog-metadata">[#2207](https://github.com/hashicorp/design-system/pull/2207)</small>
27+
28+
<div class="doc-whats-new-changelog-separator"></div>
29+
30+
`CodeBlock`: Converted component to TypeScript
31+
32+
<small class="doc-whats-new-changelog-metadata">[#2313](https://github.com/hashicorp/design-system/pull/2313)</small>
33+
34+
<div class="doc-whats-new-changelog-separator"></div>
35+
36+
`TooltipButton`: Converted component to TypeScript
37+
38+
<small class="doc-whats-new-changelog-metadata">[#2317](https://github.com/hashicorp/design-system/pull/2317)</small>
39+
40+
<div class="doc-whats-new-changelog-separator"></div>
41+
1542
## 4.8.0
1643

44+
[4.8.0 documentation](https://hds-website-4-8-0.vercel.app/)
45+
1746
**Minor changes**
1847

1948
`AppHeader` - Added new component.
@@ -907,32 +936,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing).
907936

908937
- @hashicorp/ember-flight-icons@4.0.5
909938

910-
## 3.3.0
911-
912-
**Minor changes**
913-
914-
`Form::CharacterCount` - Added new component
915-
`Form::Field` - Added `CharacterCount` contextual component
916-
`Form::MaskedInput::Field` - Added `CharacterCount` contextual component
917-
`Form::TextInput::Field` - Added `CharacterCount` contextual component
918-
`Form::Textarea::Field` - Added `CharacterCount` contextual component
919-
920-
<small class="doc-whats-new-changelog-metadata">[#1802](https://github.com/hashicorp/design-system/pull/1802)</small>
921-
922-
<div class="doc-whats-new-changelog-separator"></div>
923-
924-
**Patch changes**
925-
926-
`Button` - Updated DOM structure to contain only `span` elements
927-
928-
`Dropdown` - Updated button elements DOM structure to contain only `span` elements
929-
930-
`Link::Standalone` - Updated DOM structure to contain only `span` elements
931-
932-
<small class="doc-whats-new-changelog-metadata">[#1840](https://github.com/hashicorp/design-system/pull/1840)</small>
933-
934-
<div class="doc-whats-new-changelog-separator"></div>
935-
936939

937940
---
938941

0 commit comments

Comments
 (0)