Skip to content

Commit 03dce55

Browse files
chore: release (#3544)
* 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]>
1 parent 2faf6b8 commit 03dce55

File tree

187 files changed

+2423
-854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+2423
-854
lines changed

.changeset/dry-falcons-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/early-badgers-wash.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

.changeset/healthy-windows-push.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-waves-cough.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

.changeset/light-impalas-march.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-waves-eat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/actions/file-diff/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [`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
8+
39
## 2.1.0
410

511
### Minor Changes

.github/actions/file-diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@spectrum-tools/gh-action-file-diff",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"description": "A GitHub Action to compare asset sizes and generate a diff if changes are found.",
66
"license": "Apache-2.0",
77
"author": "Adobe",

.storybook/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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.
10+
11+
Set component peerDependencies as optional to reduce console warnings on downstream projects.
12+
13+
- Updated dependencies [[`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
14+
- @spectrum-css/tokens@16.0.1
15+
- @spectrum-css/bundle@1.0.0
16+
317
## 12.0.1
418

519
### Patch Changes

.storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "12.0.1",
3+
"version": "12.0.2",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "^1.5.4",
4343
"@spectrum-css/bundle": "workspace:^",
44-
"@spectrum-css/tokens": "16.0.0",
44+
"@spectrum-css/tokens": "16.0.1",
4545
"@spectrum-css/tokens-legacy": "npm:@spectrum-css/tokens@^15.2.0",
4646
"@spectrum-css/ui-icons": "workspace:^"
4747
},

0 commit comments

Comments
 (0)