Skip to content

Commit

Permalink
chore: release (#3544)
Browse files Browse the repository at this point in the history
* chore: release
* chore: correct changeset versioning

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: [ Cassondra ] <[email protected]>
  • Loading branch information
3 people authored Feb 12, 2025
1 parent 2faf6b8 commit 03dce55
Show file tree
Hide file tree
Showing 187 changed files with 2,423 additions and 854 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-falcons-exist.md

This file was deleted.

88 changes: 0 additions & 88 deletions .changeset/early-badgers-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-windows-push.md

This file was deleted.

94 changes: 0 additions & 94 deletions .changeset/kind-waves-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-impalas-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-waves-eat.md

This file was deleted.

6 changes: 6 additions & 0 deletions .github/actions/file-diff/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.0

### Minor Changes

- [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)! - New feature: report on minified and gzipped sizes for existing compiled outputs

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/file-diff/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@spectrum-tools/gh-action-file-diff",
"version": "2.1.0",
"version": "2.2.0",
"description": "A GitHub Action to compare asset sizes and generate a diff if changes are found.",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
14 changes: 14 additions & 0 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 12.0.2

### Patch Changes

- [#3528](https://github.com/adobe/spectrum-css/pull/3528) [`bee70fb`](https://github.com/adobe/spectrum-css/commit/bee70fbab5f12b49ce2611366b614c75277e0aa9) Thanks [@castastrophe](https://github.com/castastrophe)! - Update fetchToken to use the exported JSON from @spectrum-css/tokens instead of @adobe/spectrum-tokens

- [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)! - Dependency alignment across the project.

Set component peerDependencies as optional to reduce console warnings on downstream projects.

- Updated dependencies [[`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
- @spectrum-css/tokens@16.0.1
- @spectrum-css/bundle@1.0.0

## 12.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
"version": "12.0.1",
"version": "12.0.2",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
"@spectrum-css/bundle": "workspace:^",
"@spectrum-css/tokens": "16.0.0",
"@spectrum-css/tokens": "16.0.1",
"@spectrum-css/tokens-legacy": "npm:@spectrum-css/tokens@^15.2.0",
"@spectrum-css/ui-icons": "workspace:^"
},
Expand Down
32 changes: 27 additions & 5 deletions components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## 7.1.0

### Minor Changes

- [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)!

## New feature

Minified and gzipped outputs available for all compiled CSS assets.

### Patch Changes

- [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!

Dependency alignment across the project.

Set component peerDependencies as optional to reduce console warnings on downstream projects.

- Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
- @spectrum-css/icon@9.1.0
- @spectrum-css/tokens@16.0.1

## 7.0.1

### Patch Changes
Expand All @@ -10,11 +32,11 @@

Expected output example for the index-theme.css:

```
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```
```css
.spectrum-ActionButton {
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
```

- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]:
- @spectrum-css/icon@9.0.1
Expand Down
6 changes: 3 additions & 3 deletions components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/accordion",
"version": "7.0.1",
"version": "7.1.0",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -37,8 +37,8 @@
}
},
"devDependencies": {
"@spectrum-css/icon": "9.0.1",
"@spectrum-css/tokens": "16.0.0"
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
"design-system",
Expand Down
23 changes: 23 additions & 0 deletions components/actionbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 10.1.0

### Minor Changes

- [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)!

## New feature

Minified and gzipped outputs available for all compiled CSS assets.

### Patch Changes

- [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!

Dependency alignment across the project.

- Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
- @spectrum-css/actiongroup@7.0.0
- @spectrum-css/closebutton@7.0.0
- @spectrum-css/fieldlabel@11.0.0
- @spectrum-css/popover@9.0.0
- @spectrum-css/tokens@16.0.1

## 10.0.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
"version": "10.0.1",
"version": "10.1.0",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down Expand Up @@ -49,11 +49,11 @@
}
},
"devDependencies": {
"@spectrum-css/actiongroup": "6.0.1",
"@spectrum-css/closebutton": "6.0.1",
"@spectrum-css/fieldlabel": "10.0.1",
"@spectrum-css/popover": "8.0.1",
"@spectrum-css/tokens": "16.0.0"
"@spectrum-css/actiongroup": "6.1.0",
"@spectrum-css/closebutton": "6.1.0",
"@spectrum-css/fieldlabel": "10.1.0",
"@spectrum-css/popover": "8.1.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
"design-system",
Expand Down
Loading

0 comments on commit 03dce55

Please sign in to comment.