Skip to content

Commit

Permalink
Version Packages (#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashibot-hds authored Dec 13, 2024
1 parent 74e10f2 commit d983221
Show file tree
Hide file tree
Showing 26 changed files with 267 additions and 139 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-humans-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-lobsters-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-countries-build.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/great-papayas-develop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-readers-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-hotels-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-eels-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-taxis-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-seahorses-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-penguins-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-games-doubt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/violet-suns-scream.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/wicked-cheetahs-change.md

This file was deleted.

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

## 0.5.0

### Minor Changes

Update `v4/dropdown-list-item-interactive` codemod to successfully parse nested content blocks such as conditionals

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

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

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hashicorp/design-system-codemods",
"description": "Helios Design System codemods",
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "eslint . --fix",
Expand Down
105 changes: 104 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,108 @@
# @hashicorp/design-system-components

## 4.15.0

[4.15.0 documentation](https://hds-website-4-15-0.vercel.app/)

### Minor Changes

`Time` - Added Time component, Time service, and related libraries including:

- luxon (2.x or 3.x)
- ember-concurrency (4.x)

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

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

`Table` - Exposed the index of the `@each` loop over the `@model` as `rowIndex`

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

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

### Patch Changes

`Dropdown` - Fixed an issue with the `ToggleIcon` to make the focus ring visible on mouse click

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

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

`PageHeader` - Fixed issue with extra space below title when no metadata is present

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

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

`Alert` - Removed default color applied to the `hds-alert__text` container (text color is applied via `@color` argument)

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

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

`Dropdown`, `RichTooltip` - Fixed `ResizeObserver`-related errors in tests

Upgraded `@floating-ui/dom` to `1.6.12`

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

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

Fixed deprecated Sass syntax (`map-get` replaced with `map.get` and `@import` with `@use`)

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

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

`IconTile` - Updated visual design of `IconTile` to make it distinguishable from secondary `IconButton`.

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

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

Aligned private properties of the HDS modifiers to follow a standardized notation

- `hds-anchored-position`
- `hds-register-event`
- `hds-tooltip`

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

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

Aligned private class properties to follow a standardized notation

- `Accordion`
- `Alert`
- `AppHeader`
- `AppSideNav`
- `CodeBlock`
- `Copy::Button`
- `Copy::Snippet`
- `DisclosurePrimitive`
- `Dropdown`
- `Flyout`
- `Form::SuperSelect`
- `Form::TextInput`
- `Icon`
- `Modal`
- `Pagination::Compact`
- `Pagination::Numbered`
- `PopoverPrimitive`
- `Reveal`
- `Table`
- `Tabs`

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

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

**🔄 Updated dependencies:**

- @hashicorp/design-system-tokens@2.2.2
- @hashicorp/flight-icons@3.8.0

## 4.14.0

[4.14.0 documentation](https://hds-website-4-14-0.vercel.app/)
Expand Down Expand Up @@ -1218,7 +1321,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
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": "4.14.0",
"version": "4.15.0",
"description": "Helios Design System Components",
"keywords": [
"hashicorp",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@ember/test-waiters": "^3.1.0",
"@embroider/addon-shim": "^1.8.7",
"@floating-ui/dom": "^1.6.12",
"@hashicorp/design-system-tokens": "^2.2.1",
"@hashicorp/flight-icons": "^3.7.0",
"@hashicorp/design-system-tokens": "^2.2.2",
"@hashicorp/flight-icons": "^3.8.0",
"clipboard-polyfill": "^4.1.0",
"decorator-transforms": "^1.1.0",
"ember-a11y-refocus": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-flight-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@embroider/addon-shim": "^1.8.7",
"@hashicorp/flight-icons": "^3.7.0",
"@hashicorp/flight-icons": "^3.8.0",
"decorator-transforms": "^1.1.0",
"ember-get-config": "^2.1.1"
},
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

## 3.8.0

### Minor Changes

`Postgres` service icon added.

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

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

## 3.7.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": "3.7.0",
"version": "3.8.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
Expand Down
10 changes: 10 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hashicorp/design-system-tokens

## 2.2.2

### Patch Changes

Upgraded `style-dictionary` to `4.2.0`

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

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

## 2.2.1

### Patch 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": "2.2.1",
"version": "2.2.2",
"description": "Helios Design Tokens",
"keywords": [
"hashicorp",
Expand Down
Loading

0 comments on commit d983221

Please sign in to comment.