Skip to content

Commit

Permalink
Merge pull request #1897 from hashicorp/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
didoo committed Jan 30, 2024
2 parents 68ceaee + c04f19d commit 66ed0ba
Show file tree
Hide file tree
Showing 21 changed files with 163 additions and 82 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-beans-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-keys-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-emus-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-eagles-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-years-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-feet-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-hairs-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-wasps-beam.md

This file was deleted.

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

## 3.5.0

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

## 3.4.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-components",
"version": "3.4.1",
"version": "3.5.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@ember/render-modifiers": "^2.0.5",
"@ember/string": "^3.1.1",
"@ember/test-waiters": "^3.1.0",
"@hashicorp/design-system-tokens": "^1.9.0",
"@hashicorp/ember-flight-icons": "^4.0.5",
"@hashicorp/design-system-tokens": "^1.10.0",
"@hashicorp/ember-flight-icons": "^4.0.6",
"dialog-polyfill": "^0.5.6",
"ember-a11y-refocus": "^3.0.2",
"ember-auto-import": "^2.6.3",
Expand Down
14 changes: 14 additions & 0 deletions packages/ember-flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hashicorp/ember-flight-icons

## 4.0.6

### Patch Changes

remove unused `contextRootURL` function

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@2.25.0

## 4.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/ember-flight-icons",
"version": "4.0.5",
"version": "4.0.6",
"description": "The Ember addon for the HashiCorp Flight SVG icon set",
"keywords": [
"ember-addon",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@hashicorp/flight-icons": "^2.24.0",
"@hashicorp/flight-icons": "^2.25.0",
"ember-auto-import": "^2.6.3",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/flight-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/flight-icons

## 2.25.0

### Minor Changes

`vault-radar` icons added. `vault-secrets` icons updated per Brand guidance.

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

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

## 2.24.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flight-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/flight-icons",
"version": "2.24.0",
"version": "2.25.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
13 changes: 10 additions & 3 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/design-system-tokens

## 1.10.0

### Minor Changes

Added color tokens 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>

## 1.9.0

### Minor Changes
Expand All @@ -12,7 +22,6 @@ Added design tokens for `SideNav` with `@isCollapsible` (to control if users can

### Minor Changes


Added color tokens for “Vault Secrets” product

<small class="doc-whats-new-changelog-metadata">[#1640](https://github.com/hashicorp/design-system/pull/1640)</small>
Expand All @@ -25,7 +34,6 @@ Added JSON output format for `marketing` target (and in the process refactored i

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


## 1.6.0

### Minor Changes
Expand All @@ -34,7 +42,6 @@ Added design token for loading state icon on search input

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


## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashicorp/design-system-tokens",
"version": "1.9.0",
"version": "1.10.0",
"description": "Helios Design Tokens",
"keywords": [
"hashicorp",
Expand Down
41 changes: 41 additions & 0 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,47 @@
</a>
</p>

## 3.5.0

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

## 3.4.1

**Patch changes**
Expand Down
19 changes: 10 additions & 9 deletions website/docs/whats-new/release-notes/partials/design-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</a>
</p>

## 1.10.0

**Minor changes**

Added color tokens 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>

## 1.9.0

**Minor changes**
Expand All @@ -24,7 +34,6 @@ Added design tokens for `SideNav` with `@isCollapsible` (to control if users can

**Minor changes**


Added color tokens for “Vault Secrets” product

<small class="doc-whats-new-changelog-metadata">[#1640](https://github.com/hashicorp/design-system/pull/1640)</small>
Expand All @@ -37,7 +46,6 @@ Added JSON output format for `marketing` target (and in the process refactored i

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


## 1.6.0

**Minor changes**
Expand All @@ -46,7 +54,6 @@ Added design token for loading state icon on search input

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


## 1.5.0

**Minor changes**
Expand Down Expand Up @@ -182,12 +189,6 @@ Changes the output path for tokens to include `dist/ in the path

`/dist/products/css/tokens.css`

## 0.5.2

**Patch changes**

- [#69](https://github.com/hashicorp/design-system/pull/69) [`94edb63b`](https://github.com/hashicorp/design-system/commit/94edb63bd51c48c25f9fa80dfd12f8bd02ade09e) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - Publish assets also to dist/


---

Expand Down
25 changes: 14 additions & 11 deletions website/docs/whats-new/release-notes/partials/ember-flight-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
</a>
</p>

## 4.0.6

**Patch changes**

remove unused `contextRootURL` function

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

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

**🔄 Updated dependencies:**

- @hashicorp/flight-icons@2.25.0

## 4.0.5

**Patch changes**
Expand Down Expand Up @@ -210,17 +224,6 @@ Fix error message for mismatched icon `@name`
* Updated dependencies [[`27a283a5`](https://github.com/hashicorp/design-system/commit/27a283a52c2828b32c282401f91df9bd929f9dda)]:
- @hashicorp/flight-icons@2.11.1

## 3.0.0

**Major changes**

- [#580](https://github.com/hashicorp/design-system/pull/580) [`55f38cb3`](https://github.com/hashicorp/design-system/commit/55f38cb3a30a6edf8854e53ce3642270fe00efdc) Thanks [@didoo](https://github.com/didoo)! - updated the Ember `FlightIcon` component to throw an error if a non-existing icon name is used

**Patch changes**

- Updated dependencies [[`55f38cb3`](https://github.com/hashicorp/design-system/commit/55f38cb3a30a6edf8854e53ce3642270fe00efdc), [`382fce2d`](https://github.com/hashicorp/design-system/commit/382fce2d063e8ff31849f28d68a138537354c68e)]:
- @hashicorp/flight-icons@2.11.0


---

Expand Down
16 changes: 10 additions & 6 deletions website/docs/whats-new/release-notes/partials/flight-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
</a>
</p>

## 2.25.0

**Minor changes**

`vault-radar` icons added. `vault-secrets` icons updated per Brand guidance.

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

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

## 2.24.0

**Minor changes**
Expand Down Expand Up @@ -232,12 +242,6 @@ Added `figma` and `loom` icons
- vantage
- vantage-color

## 2.7.0

**Minor changes**

- [#468](https://github.com/hashicorp/design-system/pull/468) [`c2f2e4ce`](https://github.com/hashicorp/design-system/commit/c2f2e4cea526421f63853461265064742af69729) Thanks [@didoo](https://github.com/didoo)! - Updated Flight icons pipeline to distribute assets as CSS props (mainly for Consul)


---

Expand Down
Loading

0 comments on commit 66ed0ba

Please sign in to comment.