Skip to content

Commit 4c5517d

Browse files
Version Packages
1 parent 613578e commit 4c5517d

File tree

4 files changed

+25
-42
lines changed

4 files changed

+25
-42
lines changed

.changeset/nasty-points-wait.md

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

packages/components/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small>
12+
13+
<div class="doc-whats-new-changelog-separator"></div>
14+
315
## 4.7.0
416

517
### 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: 12 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@
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+
<small class="doc-whats-new-changelog-metadata">[#2272](https://github.com/hashicorp/design-system/pull/2272)</small>
24+
25+
<div class="doc-whats-new-changelog-separator"></div>
1626

17-
[4.7.0 documentation](https://hds-website-4-7-0.vercel.app/)
27+
## 4.7.0
1828

1929
**Minor changes**
2030

@@ -91,8 +101,6 @@ Converted form primitives to TypeScript
91101

92102
## 4.6.0
93103

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

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

873881
<div class="doc-whats-new-changelog-separator"></div>
874882

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-
905883

906884
---
907885

0 commit comments

Comments
 (0)