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 Sep 23, 2024
1 parent 9870a7f commit 348e106
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/tricky-trains-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-needles-boil.md

This file was deleted.

18 changes: 17 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hashicorp/design-system-components

## 4.11.1

### Patch Changes

`Hds::SideNav` - Fixed a couple of bugs where SideNav would remain inert when no longer minimized (or would not be inert when minimized)

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

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

Fixed issue with icon sprite not initiated

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

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

## 4.11.0

[4.11.0 documentation](https://hds-website-4-11-0.vercel.app/)
Expand Down Expand Up @@ -937,7 +953,7 @@ Alternatively, you can import the CSS by adding this configuration in `ember-cli

```js
app.import(
'node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css'
"node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css",
);
```

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.11.0",
"version": "4.11.1",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down
62 changes: 18 additions & 44 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,22 @@
</a>
</p>

## 4.11.1

**Patch changes**

`Hds::SideNav` - Fixed a couple of bugs where SideNav would remain inert when no longer minimized (or would not be inert when minimized)

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

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

Fixed issue with icon sprite not initiated

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

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

## 4.11.0

[4.11.0 documentation](https://hds-website-4-11-0.vercel.app/)
Expand Down Expand Up @@ -949,7 +965,7 @@ Alternatively, you can import the CSS by adding this configuration in `ember-cli

```js
app.import(
'node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css'
"node_modules/@hashicorp/design-system-components/dist/styles/@hashicorp/design-system-components.css",
);
```

Expand Down Expand Up @@ -1079,49 +1095,7 @@ _Since this is an update brand colors and product icons, we consider this a `min
- @hashicorp/design-system-tokens@1.11.0
- @hashicorp/ember-flight-icons@4.1.0

## 3.5.0

[3.5.0 documentation](https://hds-website-3-5-0.vercel.app/)

**Minor changes**

`IconTile` - updated component adding support for `vault-radar` product

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

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

**Patch changes**

`SideNav::List::Title`, `SideNav::List::BackLink`, `SideNav::List::Link`: fixed issue with long text strings without spaces not wrapping

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

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

Added `hds-` prefix to Sass variables for component styles (where missing).

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

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

`Tabs` - removed `@cached` decorator and the associated `ember-cached-decorator-polyfill`

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

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

`CodeBlock` - Fixed the default token color in the syntax highlighting theme.

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

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

**🔄 Updated dependencies:**

- @hashicorp/design-system-tokens@1.10.0
- @hashicorp/ember-flight-icons@4.0.6

---

_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_
_[Read the full changelog](https://github.com/hashicorp/design-system/blob/main/packages/components/CHANGELOG.md)_

0 comments on commit 348e106

Please sign in to comment.