Skip to content

Commit fa8eb43

Browse files
chore: release (next) (#3635)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0af6461 commit fa8eb43

File tree

6 files changed

+31
-6
lines changed

6 files changed

+31
-6
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"@spectrum-css/infieldprogresscircle": "0.0.0"
100100
},
101101
"changesets": [
102+
"angry-needles-behave",
102103
"beige-dragons-tickle",
103104
"big-beds-care",
104105
"chilly-peaches-sniff",

components/fieldgroup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@spectrum-css/checkbox": "11.0.0-next.0",
4949
"@spectrum-css/helptext": "8.0.0-next.0",
50-
"@spectrum-css/radio": "11.0.0-next.0",
50+
"@spectrum-css/radio": "11.0.0-next.1",
5151
"@spectrum-css/tokens": "16.0.1"
5252
},
5353
"keywords": [

components/radio/CHANGELOG.md

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

3+
## 11.0.0-next.1
4+
5+
### Major Changes
6+
7+
- [#3555](https://github.com/adobe/spectrum-css/pull/3555) [`0af6461`](https://github.com/adobe/spectrum-css/commit/0af646180cd61e1872cde39bed5436f97d378cc9) Thanks [@aramos-adobe](https://github.com/aramos-adobe)! - # Radio S2 Migration
8+
9+
Updates:
10+
11+
- High contrast tokens have been modified
12+
- Typography tokens modified
13+
14+
## New tokens
15+
16+
`--spectrum-radio-border-width`
17+
`--spectrum-radio-text-font-weight`
18+
`--spectrum-radio-text-font-style`
19+
20+
## Modified tokens
21+
22+
`--spectrum-radio-emphasized-accent-color`
23+
`--spectrum-radio-emphasized-accent-color-hover`
24+
`--spectrum-radio-emphasized-accent-color-down`
25+
`--spectrum-radio-emphasized-accent-color-focus`
26+
327
## 11.0.0-next.0
428

529
### Patch Changes

components/radio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/radio",
3-
"version": "11.0.0-next.0",
3+
"version": "11.0.0-next.1",
44
"description": "The Spectrum CSS radio component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@spectrum-css/popover": "9.0.0-next.1",
9090
"@spectrum-css/progressbar": "7.0.0-next.0",
9191
"@spectrum-css/progresscircle": "5.1.0",
92-
"@spectrum-css/radio": "11.0.0-next.0",
92+
"@spectrum-css/radio": "11.0.0-next.1",
9393
"@spectrum-css/rating": "7.0.0-next.0",
9494
"@spectrum-css/search": "9.0.0-next.0",
9595
"@spectrum-css/sidenav": "8.0.0-next.0",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4098,7 +4098,7 @@ __metadata:
40984098
"@spectrum-css/popover": "npm:9.0.0-next.1"
40994099
"@spectrum-css/progressbar": "npm:7.0.0-next.0"
41004100
"@spectrum-css/progresscircle": "npm:5.1.0"
4101-
"@spectrum-css/radio": "npm:11.0.0-next.0"
4101+
"@spectrum-css/radio": "npm:11.0.0-next.1"
41024102
"@spectrum-css/rating": "npm:7.0.0-next.0"
41034103
"@spectrum-css/search": "npm:9.0.0-next.0"
41044104
"@spectrum-css/sidenav": "npm:8.0.0-next.0"
@@ -4630,7 +4630,7 @@ __metadata:
46304630
dependencies:
46314631
"@spectrum-css/checkbox": "npm:11.0.0-next.0"
46324632
"@spectrum-css/helptext": "npm:8.0.0-next.0"
4633-
"@spectrum-css/radio": "npm:11.0.0-next.0"
4633+
"@spectrum-css/radio": "npm:11.0.0-next.1"
46344634
"@spectrum-css/tokens": "npm:16.0.1"
46354635
peerDependencies:
46364636
"@spectrum-css/checkbox": ">=11.0.0-next.0"
@@ -5133,7 +5133,7 @@ __metadata:
51335133
languageName: unknown
51345134
linkType: soft
51355135

5136-
"@spectrum-css/radio@npm:11.0.0-next.0, @spectrum-css/radio@workspace:components/radio":
5136+
"@spectrum-css/radio@npm:11.0.0-next.1, @spectrum-css/radio@workspace:components/radio":
51375137
version: 0.0.0-use.local
51385138
resolution: "@spectrum-css/radio@workspace:components/radio"
51395139
dependencies:

0 commit comments

Comments
 (0)