Skip to content

Commit

Permalink
Merge pull request #2128 from hashicorp/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
alex-ju authored May 31, 2024
2 parents 914803d + 5d555fb commit 0f6a45b
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-gorillas-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-stingrays-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-eels-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-suns-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-boats-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-apes-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-oranges-tickle.md

This file was deleted.

48 changes: 48 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# @hashicorp/design-system-components

## 4.4.0

### Minor Changes

Added re-export entries for TypeScript components

<small class="doc-whats-new-changelog-metadata">[#2129](https://github.com/hashicorp/design-system/pull/2129) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

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

`CopyButton` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#2100](https://github.com/hashicorp/design-system/pull/2100)</small>

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

`CopySnippet` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#2100](https://github.com/hashicorp/design-system/pull/2100)</small>

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

`hds-clipboard` - Converted modifier to TypeScript

<small class="doc-whats-new-changelog-metadata">[#2120](https://github.com/hashicorp/design-system/pull/2120)</small>

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

### Patch Changes

Template Registry - Removed redundant entries

<small class="doc-whats-new-changelog-metadata">[#2127](https://github.com/hashicorp/design-system/pull/2127)</small>

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

Fix missing TypeScript `declaration`

<small class="doc-whats-new-changelog-metadata">[#2122](https://github.com/hashicorp/design-system/pull/2122) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

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

`Hds::BadgeCount` - Fixed typo in template registry declaration

<small class="doc-whats-new-changelog-metadata">[#2124](https://github.com/hashicorp/design-system/pull/2124)</small>

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

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "4.3.0",
"version": "4.4.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
62 changes: 48 additions & 14 deletions website/docs/whats-new/release-notes/partials/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,54 @@
</a>
</p>

## 4.4.0

**Minor changes**

Added re-export entries for TypeScript components

<small class="doc-whats-new-changelog-metadata">[#2129](https://github.com/hashicorp/design-system/pull/2129) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

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

`CopyButton` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#2100](https://github.com/hashicorp/design-system/pull/2100)</small>

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

`CopySnippet` - Converted component to TypeScript

<small class="doc-whats-new-changelog-metadata">[#2100](https://github.com/hashicorp/design-system/pull/2100)</small>

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

`hds-clipboard` - Converted modifier to TypeScript

<small class="doc-whats-new-changelog-metadata">[#2120](https://github.com/hashicorp/design-system/pull/2120)</small>

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

**Patch changes**

Template Registry - Removed redundant entries

<small class="doc-whats-new-changelog-metadata">[#2127](https://github.com/hashicorp/design-system/pull/2127)</small>

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

Fix missing TypeScript `declaration`

<small class="doc-whats-new-changelog-metadata">[#2122](https://github.com/hashicorp/design-system/pull/2122) - Thanks [@aklkv](https://github.com/aklkv) for the contribution! 🙏</small>

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

`Hds::BadgeCount` - Fixed typo in template registry declaration

<small class="doc-whats-new-changelog-metadata">[#2124](https://github.com/hashicorp/design-system/pull/2124)</small>

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

## 4.3.0

**Minor changes**
Expand Down Expand Up @@ -899,20 +947,6 @@ _No impact is expected on the consumers' applications._

_Notice: while technically this is a breaking change, we consider this a fast-follow fix for the previous release._

## 2.14.2

**Patch changes**

`Pagination` - updated the logic for “Compact” variant to expose `@currentPageSize` and handle controlled/uncontrolled changes

<small class="doc-whats-new-changelog-metadata">[#1724](https://github.com/hashicorp/design-system/pull/1724)</small>

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

`Tabs` - replace `assert` with `warn` in `setIndicator` function

<small class="doc-whats-new-changelog-metadata">[#1716](https://github.com/hashicorp/design-system/pull/1716)</small>


---

Expand Down

0 comments on commit 0f6a45b

Please sign in to comment.