Skip to content

Commit e75241d

Browse files
chore: release (next) (#3937)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7971c77 commit e75241d

File tree

11 files changed

+71
-16
lines changed

11 files changed

+71
-16
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
"lovely-geckos-hammer",
137137
"mean-eggs-learn",
138138
"metal-fireants-switch",
139+
"mighty-pigs-accept",
139140
"modern-chairs-sit",
140141
"nasty-rats-rhyme",
141142
"nice-cows-shout",

.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+
## 12.0.5-next.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-css/bundle@2.0.0-next.2
9+
310
## 12.0.5-next.4
411

512
### 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.5-next.4",
3+
"version": "12.0.5-next.5",
44
"description": "A Spectrum CSS preview",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@adobe/spectrum-css-workflow-icons": "^4.1.0",
43-
"@spectrum-css/bundle": "2.0.0-next.1",
43+
"@spectrum-css/bundle": "2.0.0-next.2",
4444
"@spectrum-css/tokens": "16.1.0-next.3",
4545
"@spectrum-css/ui-icons": "2.0.0-next.1"
4646
},

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"rajdeepchandra.spectrum-design-tokens-for-vscode",
2121
"stylelint.vscode-stylelint",
2222
"vunguyentuan.vscode-css-variables",
23-
"vunguyentuan.vscode-postcss"
23+
"vunguyentuan.vscode-postcss",
24+
"davidanson.vscode-markdownlint"
2425
]
2526
}

components/meter/CHANGELOG.md

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

3+
## 2.0.0-next.2
4+
5+
### Minor Changes
6+
7+
- [#3908](https://github.com/adobe/spectrum-css/pull/3908) [`7971c77`](https://github.com/adobe/spectrum-css/commit/7971c7728b88e5e539b9d0974ab805d9ef6338fd) Thanks [@cdransf](https://github.com/cdransf)!
8+
9+
Adjust progressbar styles, story and template to support proper width token and sizes for medium (desktop) and large (mobile) platforms.
10+
11+
- Progress bar and meter now use the same tokens to control their width.
12+
- Progress bar and meter now have a set width regardless of t-shirt size.
13+
14+
#### Removed modifiers
15+
16+
`--mod-meter-inline-size`
17+
18+
#### New modifiers
19+
20+
`--mod-progressbar-inline-size`
21+
322
## 2.0.0-next.1
423

524
### Patch Changes

components/meter/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/meter",
3-
"version": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
44
"description": "The Spectrum CSS meter component",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/progressbar": "7.0.0-next.1",
40+
"@spectrum-css/progressbar": "7.0.0-next.2",
4141
"@spectrum-css/tokens": "16.1.0-next.3"
4242
},
4343
"keywords": [

components/progressbar/CHANGELOG.md

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

3+
## 7.0.0-next.2
4+
5+
### Minor Changes
6+
7+
- [#3908](https://github.com/adobe/spectrum-css/pull/3908) [`7971c77`](https://github.com/adobe/spectrum-css/commit/7971c7728b88e5e539b9d0974ab805d9ef6338fd) Thanks [@cdransf](https://github.com/cdransf)!
8+
9+
Adjust progressbar styles, story and template to support proper width token and sizes for medium (desktop) and large (mobile) platforms.
10+
11+
- Progress bar and meter now use the same tokens to control their width.
12+
- Progress bar and meter now have a set width regardless of t-shirt size.
13+
14+
#### Removed mods
15+
16+
`--mod-meter-inline-size`
17+
18+
#### New mods
19+
20+
`--mod-progressbar-inline-size`
21+
322
## 7.0.0-next.1
423

524
### Patch Changes

components/progressbar/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/progressbar",
3-
"version": "7.0.0-next.1",
3+
"version": "7.0.0-next.2",
44
"description": "The Spectrum CSS progress bar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

tools/bundle/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+
## 2.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7971c77`](https://github.com/adobe/spectrum-css/commit/7971c7728b88e5e539b9d0974ab805d9ef6338fd)]:
8+
- @spectrum-css/progressbar@7.0.0-next.2
9+
- @spectrum-css/meter@2.0.0-next.2
10+
311
## 2.0.0-next.1
412

513
### Major Changes

tools/bundle/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/bundle",
3-
"version": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
44
"description": "A demo-ready bundle of the components in the Spectrum CSS library.",
55
"license": "Apache-2.0",
66
"author": "Adobe",
@@ -78,7 +78,7 @@
7878
"@spectrum-css/link": "8.0.0-next.2",
7979
"@spectrum-css/logicbutton": "7.0.0-next.1",
8080
"@spectrum-css/menu": "10.0.0-next.3",
81-
"@spectrum-css/meter": "2.0.0-next.1",
81+
"@spectrum-css/meter": "2.0.0-next.2",
8282
"@spectrum-css/miller": "9.0.0-next.1",
8383
"@spectrum-css/modal": "8.0.0-next.1",
8484
"@spectrum-css/opacitycheckerboard": "5.0.0-next.0",
@@ -87,7 +87,7 @@
8787
"@spectrum-css/picker": "10.0.0-next.3",
8888
"@spectrum-css/pickerbutton": "7.0.0-next.1",
8989
"@spectrum-css/popover": "9.0.0-next.2",
90-
"@spectrum-css/progressbar": "7.0.0-next.1",
90+
"@spectrum-css/progressbar": "7.0.0-next.2",
9191
"@spectrum-css/progresscircle": "6.0.0-next.0",
9292
"@spectrum-css/radio": "11.0.0-next.2",
9393
"@spectrum-css/rating": "7.0.0-next.2",

0 commit comments

Comments
 (0)