Skip to content

Commit 0166a41

Browse files
Version Packages
1 parent f3a301d commit 0166a41

File tree

5 files changed

+41
-49
lines changed

5 files changed

+41
-49
lines changed

.changeset/nasty-points-wait.md

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

.changeset/small-mirrors-hope.md

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

packages/components/CHANGELOG.md

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

3+
## 4.8.0
4+
5+
### Minor Changes
6+
7+
`Dropdown` - Converted component to TypeScript
8+
9+
`MenuPrimitive` - Converted component to TypeScript
10+
11+
`TooltipModifier` - Converted modifier to TypeScript
12+
13+
<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small>
14+
15+
<div class="doc-whats-new-changelog-separator"></div>
16+
17+
`SegmentedGroup` - Converted component to TypeScript
18+
19+
<small class="doc-whats-new-changelog-metadata">[#2094](https://github.com/hashicorp/design-system/pull/2094)</small>
20+
21+
<div class="doc-whats-new-changelog-separator"></div>
22+
323
## 4.7.0
424

525
### Minor Changes

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.7.0",
3+
"version": "4.8.0",
44
"description": "Helios Design System Components",
55
"keywords": [
66
"hashicorp",

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

Lines changed: 20 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,27 @@
1212
</a>
1313
</p>
1414

15-
## 4.7.0
15+
## 4.8.0
16+
17+
**Minor changes**
18+
19+
`Dropdown` - Converted component to TypeScript
20+
21+
`MenuPrimitive` - Converted component to TypeScript
22+
23+
`TooltipModifier` - Converted modifier to TypeScript
24+
25+
<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small>
26+
27+
<div class="doc-whats-new-changelog-separator"></div>
1628

17-
[4.7.0 documentation](https://hds-website-4-7-0.vercel.app/)
29+
`SegmentedGroup` - Converted component to TypeScript
30+
31+
<small class="doc-whats-new-changelog-metadata">[#2094](https://github.com/hashicorp/design-system/pull/2094)</small>
32+
33+
<div class="doc-whats-new-changelog-separator"></div>
34+
35+
## 4.7.0
1836

1937
**Minor changes**
2038

@@ -91,8 +109,6 @@ Converted form primitives to TypeScript
91109

92110
## 4.6.0
93111

94-
[4.6.0 documentation](https://hds-website-4-6-0.vercel.app/)
95-
96112
**Minor changes**
97113

98114
`PopoverPrimitive` - Converted to TypeScript
@@ -872,36 +888,6 @@ Added `hds-` prefix to Sass variables for component styles (where missing).
872888

873889
<div class="doc-whats-new-changelog-separator"></div>
874890

875-
## 3.2.0
876-
877-
**Minor changes**
878-
879-
`CodeBlock` - Added language support for Ruby syntax
880-
881-
<small class="doc-whats-new-changelog-metadata">[#1834](https://github.com/hashicorp/design-system/pull/1834)</small>
882-
883-
<div class="doc-whats-new-changelog-separator"></div>
884-
885-
`Table` - Updated `@columns` object to support `isVisuallyHidden` argument
886-
887-
- `Table::Th` - Updated to support `isVisuallyHidden` argument
888-
889-
<small class="doc-whats-new-changelog-metadata">[#1819](https://github.com/hashicorp/design-system/pull/1819)</small>
890-
891-
<div class="doc-whats-new-changelog-separator"></div>
892-
893-
**Patch changes**
894-
895-
`SideNav` - Reduced the width of `SideNav::ToggleButton`
896-
897-
<small class="doc-whats-new-changelog-metadata">[#1807](https://github.com/hashicorp/design-system/pull/1807)</small>
898-
899-
<div class="doc-whats-new-changelog-separator"></div>
900-
901-
**🔄 Updated dependencies:**
902-
903-
- @hashicorp/ember-flight-icons@4.0.4
904-
905891

906892
---
907893

0 commit comments

Comments
 (0)