Skip to content

Commit 92bcd11

Browse files
chore: release (next)
1 parent 5f8bf7d commit 92bcd11

File tree

31 files changed

+167
-32
lines changed

31 files changed

+167
-32
lines changed

.changeset/pre.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,27 @@
9797
"@spectrum-tools/stylelint-no-unused-custom-properties": "1.3.1",
9898
"@spectrum-tools/documentation": "1.0.0",
9999
"@spectrum-css/tokens": "14.0.0-next.6",
100-
"@spectrum-css/ui-icons": "1.1.2"
100+
"@spectrum-css/ui-icons": "1.1.2",
101+
"@spectrum-tools/postcss-add-theming-layer": "0.0.0",
102+
"@spectrum-tools/postcss-property-rollup": "0.0.0",
103+
"@spectrum-tools/postcss-rgb-mapping": "3.0.0-s2-foundations.0",
104+
"@spectrum-tools/theme-alignment": "1.1.0"
101105
},
102106
"changesets": [
103107
"chilly-peaches-sniff",
104108
"eleven-cooks-destroy",
105109
"few-eels-retire",
106110
"fresh-seahorses-join",
111+
"friendly-dolls-raise",
107112
"hot-books-fail",
108113
"light-years-speak",
114+
"mean-eggs-learn",
109115
"nine-kings-repair",
110116
"perfect-dogs-smash",
111117
"pretty-parents-drum",
112-
"proud-jokes-rule"
118+
"proud-jokes-rule",
119+
"spotty-onions-study",
120+
"strange-glasses-allow",
121+
"twenty-tables-know"
113122
]
114123
}

.storybook/CHANGELOG.md

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

3+
## 11.0.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/table@7.0.0-next.0
9+
310
## 10.0.0
411

512
### Major Changes

.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/preview",
3-
"version": "11.0.0",
3+
"version": "11.0.1-next.0",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/avatar/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+
## 8.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3355](https://github.com/adobe/spectrum-css/pull/3355) [`a827601`](https://github.com/adobe/spectrum-css/commit/a827601bc1769a775f24e9da294bdfaa70535082) Thanks [@cdransf](https://github.com/cdransf)! - Adds support for new avatar-size tokens (avatar-size-800 to avatar-size-1500). Updates avatar component story to support new sizes. Adds support for avatar-border-color and avatar-border-thickness.
8+
39
## 7.1.0
410

511
### Minor Changes

components/avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/avatar",
3-
"version": "7.1.0",
3+
"version": "8.0.0-next.0",
44
"description": "The Spectrum CSS avatar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/colorarea/CHANGELOG.md

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

3+
## 6.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3388](https://github.com/adobe/spectrum-css/pull/3388) [`8aa61a9`](https://github.com/adobe/spectrum-css/commit/8aa61a9a92974b4048ba18b4d33e756af9a37d8e) Thanks [@cdransf](https://github.com/cdransf)! - # colorarea S2 migration
8+
9+
This change migrates the `colorarea` component to S2. It leverages updated tokens and the `rgba(...)` color function, replacing the existing `TODO` and hardcoded values.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies []:
14+
- @spectrum-css/colorhandle@9.0.0-next.0
15+
316
## 5.1.0
417

518
### Minor Changes

components/colorarea/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/colorarea",
3-
"version": "5.1.0",
3+
"version": "6.0.0-next.0",
44
"description": "The Spectrum CSS Color Area component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -28,7 +28,7 @@
2828
"adobe"
2929
],
3030
"peerDependencies": {
31-
"@spectrum-css/colorhandle": ">=8",
31+
"@spectrum-css/colorhandle": ">=9.0.0-next.0",
3232
"@spectrum-css/tokens": ">=14.0.0-next.3"
3333
},
3434
"publishConfig": {

components/colorhandle/CHANGELOG.md

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

3+
## 9.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e), [`eda9897`](https://github.com/adobe/spectrum-css/commit/eda9897f1a6e9ecaa4e000985e55b62ecdb9a586)]:
8+
- @spectrum-css/colorloupe@6.0.0-next.0
9+
- @spectrum-css/opacitycheckerboard@3.0.0-next.0
10+
311
## 8.1.0
412

513
### Minor Changes

components/colorhandle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/colorhandle",
3-
"version": "8.1.0",
3+
"version": "9.0.0-next.0",
44
"description": "The Spectrum CSS Color Handle component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -22,8 +22,8 @@
2222
"metadata/mods.md"
2323
],
2424
"peerDependencies": {
25-
"@spectrum-css/colorloupe": ">=5",
26-
"@spectrum-css/opacitycheckerboard": ">=2",
25+
"@spectrum-css/colorloupe": ">=6.0.0-next.0",
26+
"@spectrum-css/opacitycheckerboard": ">=3.0.0-next.0",
2727
"@spectrum-css/tokens": ">=14.0.0-next.3"
2828
},
2929
"peerDependenciesMeta": {

components/colorloupe/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+
## 6.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3301](https://github.com/adobe/spectrum-css/pull/3301) [`b91a202`](https://github.com/adobe/spectrum-css/commit/b91a2020be7a590a794938546e2f85f3fd9eef3e) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Migrates color loupe to Spectrum 2 tokens. Color loupe now uses the new drop shadow tokens `--spectrum-drop-shadow-elevated-x`, `--spectrum-drop-shadow-elevated-y`, `--spectrum-drop-shadow-elevated-blur`, and `--spectrum-drop-shadow-elevated-color` rather than specific color loupe tokens.
8+
39
## 5.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)