Skip to content

Commit afff86f

Browse files
github-actions[bot]castastrophe
authored andcommitted
chore: release (next) (#3582)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f8fbe15 commit afff86f

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,7 @@
9797
"@spectrum-css/generator": "4.1.0",
9898
"@spectrum-css/ui-icons": "1.1.2"
9999
},
100-
"changesets": []
100+
"changesets": [
101+
"fast-hats-worry"
102+
]
101103
}

components/swatch/CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
- [#3547](https://github.com/adobe/spectrum-css/pull/3547) [`45f110c`](https://github.com/adobe/spectrum-css/commit/45f110cbca47e245236bf4316593b0a5b1312241) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Reverts all themes' disabled icon color back to original spectrum-white and border color to black with opacity token `swatch-disabled-icon-border-opacity`.
88

9-
All notable changes to this project will be documented in this file.
10-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
11-
129
## 8.1.0
1310

1411
### Minor Changes

components/swatchgroup/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## 5.1.1-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`45f110c`](https://github.com/adobe/spectrum-css/commit/45f110cbca47e245236bf4316593b0a5b1312241)]:
8+
- @spectrum-css/swatch@8.1.1-next.0
9+
310
## 5.1.0
411

512
### Minor Changes

components/swatchgroup/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/swatchgroup",
3-
"version": "5.1.0",
3+
"version": "5.1.1-next.0",
44
"description": "The Spectrum CSS Color swatch group component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/swatch": ">=8.0.0 <9.0.0",
28+
"@spectrum-css/swatch": ">=8.1.1-next.0",
2929
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
3030
},
3131
"peerDependenciesMeta": {

tools/bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@spectrum-css/steplist": "7.1.0",
100100
"@spectrum-css/stepper": "7.1.1",
101101
"@spectrum-css/swatch": "8.1.1",
102-
"@spectrum-css/swatchgroup": "5.1.0",
102+
"@spectrum-css/swatchgroup": "5.1.1-next.0",
103103
"@spectrum-css/switch": "6.1.0",
104104
"@spectrum-css/table": "8.1.0",
105105
"@spectrum-css/tabs": "6.1.1",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4054,7 +4054,7 @@ __metadata:
40544054
"@spectrum-css/steplist": "npm:7.1.0"
40554055
"@spectrum-css/stepper": "npm:7.1.1"
40564056
"@spectrum-css/swatch": "npm:8.1.1"
4057-
"@spectrum-css/swatchgroup": "npm:5.1.0"
4057+
"@spectrum-css/swatchgroup": "npm:5.1.1-next.0"
40584058
"@spectrum-css/switch": "npm:6.1.0"
40594059
"@spectrum-css/table": "npm:8.1.0"
40604060
"@spectrum-css/tabs": "npm:6.1.1"
@@ -5245,14 +5245,14 @@ __metadata:
52455245
languageName: unknown
52465246
linkType: soft
52475247

5248-
"@spectrum-css/swatchgroup@npm:5.1.0, @spectrum-css/swatchgroup@workspace:components/swatchgroup":
5248+
"@spectrum-css/swatchgroup@npm:5.1.1-next.0, @spectrum-css/swatchgroup@workspace:components/swatchgroup":
52495249
version: 0.0.0-use.local
52505250
resolution: "@spectrum-css/swatchgroup@workspace:components/swatchgroup"
52515251
dependencies:
52525252
"@spectrum-css/swatch": "npm:8.1.1"
52535253
"@spectrum-css/tokens": "npm:16.0.1"
52545254
peerDependencies:
5255-
"@spectrum-css/swatch": ">=8.0.0 <9.0.0"
5255+
"@spectrum-css/swatch": ">=8.1.1-next.0"
52565256
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
52575257
peerDependenciesMeta:
52585258
"@spectrum-css/swatch":

0 commit comments

Comments
 (0)