Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2024
1 parent 89e4fee commit e1a6e44
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/olive-hotels-know.md

This file was deleted.

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

## 4.2.1

### Patch Changes

`CodeBlock` - Re-mapped class-name variable to color-blue

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

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

## 4.2.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.2.0",
"version": "4.2.1",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
38 changes: 11 additions & 27 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,16 @@
</a>
</p>

## 4.2.1

**Patch changes**

`CodeBlock` - Re-mapped class-name variable to color-blue

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

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

## 4.2.0

**Minor changes**
Expand Down Expand Up @@ -56,7 +66,7 @@

## 4.1.2

### Patch Changes
**Patch changes**

This version is a re-release of `@hashicorp/[email protected]` containing the missing pre-compiled CSS

Expand Down Expand Up @@ -744,32 +754,6 @@ _Notice: while technically this is a breaking change, we consider this a fast-fo

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

## 2.14.1

**Patch changes**

`Tabs` - Fixed issue with `@isSelected` dynamically changed within `#each` loops

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

## 2.14.0

**Minor changes**

`Pagination::Compact` - Added option to show "SizeSelector" element

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

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

`Tabs` - Refactored logic for `Tabs` component + `Tab/Panel` sub-components to support more complex use cases:

- introduced `@selectedTabIndex` argument to control the "selected" tab from the consuming application, e.g. via query params (effort spearheaded by @MiniHeyd)
- fixed issue with nested tabs not initializing the "selected" indicator correctly
- fixed issue with dynamic tab content not updating the "selected" indicator correctly

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


---

Expand Down

0 comments on commit e1a6e44

Please sign in to comment.