Skip to content

Commit 136f486

Browse files
github-actions[bot]pfulton
authored andcommitted
chore: release (next) (#2739)
* chore: release (next) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Patrick Fulton <pfulton@adobe.com>
1 parent 6e5cd5e commit 136f486

File tree

14 files changed

+29
-31
lines changed

14 files changed

+29
-31
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"nine-kings-repair",
106106
"perfect-dogs-smash",
107107
"pretty-parents-drum",
108+
"proud-jokes-rule",
108109
"sixty-vans-thank",
109110
"weak-kings-pretend",
110111
"young-cheetahs-peel"

components/alertbanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.0.0-next.5",
52+
"@spectrum-css/button": "14.0.0-next.6",
5353
"@spectrum-css/closebutton": "5.0.0-next.2",
5454
"@spectrum-css/divider": "5.1.0",
5555
"@spectrum-css/icon": "9.1.0",

components/buttongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/button": "14.0.0-next.5",
40+
"@spectrum-css/button": "14.0.0-next.6",
4141
"@spectrum-css/tokens": "14.0.0-next.7"
4242
},
4343
"keywords": [

components/coachmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@spectrum-css/actionbutton": "7.1.1",
6161
"@spectrum-css/actionmenu": "7.1.1",
62-
"@spectrum-css/button": "14.0.0-next.5",
62+
"@spectrum-css/button": "14.0.0-next.6",
6363
"@spectrum-css/buttongroup": "9.1.0",
6464
"@spectrum-css/menu": "9.1.0",
6565
"@spectrum-css/popover": "8.2.0",

components/dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.0.0-next.5",
52+
"@spectrum-css/button": "14.0.0-next.6",
5353
"@spectrum-css/buttongroup": "9.1.0",
5454
"@spectrum-css/closebutton": "5.0.0-next.2",
5555
"@spectrum-css/divider": "5.1.0",

components/inlinealert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@spectrum-css/button": "14.0.0-next.5",
44+
"@spectrum-css/button": "14.0.0-next.6",
4545
"@spectrum-css/icon": "9.1.0",
4646
"@spectrum-css/tokens": "14.0.0-next.7"
4747
},

components/meter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"main": "dist/index.css",
2727
"peerDependencies": {
28-
"@spectrum-css/progressbar": ">=6.0.0 <7.0.0",
28+
"@spectrum-css/progressbar": ">=5.0.0 <6.0.0",
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"peerDependenciesMeta": {
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@spectrum-css/progressbar": "6.1.0",
40+
"@spectrum-css/progressbar": "5.0.0-next.0",
4141
"@spectrum-css/tokens": "14.0.0-next.7"
4242
},
4343
"keywords": [

components/pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@spectrum-css/actionbutton": "7.1.1",
53-
"@spectrum-css/button": "14.0.0-next.5",
53+
"@spectrum-css/button": "14.0.0-next.6",
5454
"@spectrum-css/icon": "9.1.0",
5555
"@spectrum-css/textfield": "8.1.0",
5656
"@spectrum-css/tokens": "14.0.0-next.7"

components/progressbar/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,22 +195,19 @@ Output for all component CSS files is now being run through a lightweight optimi
195195
- @spectrum-css/fieldlabel@>=8
196196
- @spectrum-css/tokens@>=14
197197

198-
All notable changes to this project will be documented in this file.
199-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
200-
201198
<a name="4.0.0"></a>
202199

203200
## 4.0.0
204201

205202
🗓 2024-04-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/progressbar@3.1.5...@spectrum-css/progressbar@4.0.0)
206203

207-
\*feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466)
204+
- feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466)
208205

209206
### 🛑 BREAKING CHANGES
210207

211-
- Removes component-builder & component-builder-simple for script leveraging postcss
208+
- Removes component-builder & component-builder-simple for script leveraging postcss
212209

213-
- Imports added to index.css and themes/express.css
210+
- Imports added to `index.css` and `themes/express.css`
214211

215212
<a name="3.1.5"></a>
216213

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": "6.1.0",
3+
"version": "5.0.0-next.0",
44
"description": "The Spectrum CSS progress bar component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

components/table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"devDependencies": {
52-
"@spectrum-css/button": "14.0.0-next.5",
52+
"@spectrum-css/button": "14.0.0-next.6",
5353
"@spectrum-css/checkbox": "10.1.0",
5454
"@spectrum-css/icon": "9.1.0",
5555
"@spectrum-css/thumbnail": "8.1.0",

components/toast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@spectrum-css/tokens": ">=14.0.0-next.0"
3131
},
3232
"devDependencies": {
33-
"@spectrum-css/button": "14.0.0-next.5",
33+
"@spectrum-css/button": "14.0.0-next.6",
3434
"@spectrum-css/closebutton": "5.0.0-next.2",
3535
"@spectrum-css/icon": "9.1.0",
3636
"@spectrum-css/tokens": "14.0.0-next.7"

components/tray/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"@spectrum-css/button": "14.0.0-next.5",
56+
"@spectrum-css/button": "14.0.0-next.6",
5757
"@spectrum-css/dialog": "12.1.0",
5858
"@spectrum-css/divider": "5.1.0",
5959
"@spectrum-css/icon": "9.1.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@ __metadata:
38203820
version: 0.0.0-use.local
38213821
resolution: "@spectrum-css/alertbanner@workspace:components/alertbanner"
38223822
dependencies:
3823-
"@spectrum-css/button": "npm:14.0.0-next.5"
3823+
"@spectrum-css/button": "npm:14.0.0-next.6"
38243824
"@spectrum-css/closebutton": "npm:5.0.0-next.2"
38253825
"@spectrum-css/divider": "npm:5.1.0"
38263826
"@spectrum-css/icon": "npm:9.1.0"
@@ -4075,7 +4075,7 @@ __metadata:
40754075
languageName: unknown
40764076
linkType: soft
40774077

4078-
"@spectrum-css/button@npm:14.0.0-next.5, @spectrum-css/button@workspace:^, @spectrum-css/button@workspace:components/button":
4078+
"@spectrum-css/button@npm:14.0.0-next.6, @spectrum-css/button@workspace:^, @spectrum-css/button@workspace:components/button":
40794079
version: 0.0.0-use.local
40804080
resolution: "@spectrum-css/button@workspace:components/button"
40814081
dependencies:
@@ -4101,7 +4101,7 @@ __metadata:
41014101
version: 0.0.0-use.local
41024102
resolution: "@spectrum-css/buttongroup@workspace:components/buttongroup"
41034103
dependencies:
4104-
"@spectrum-css/button": "npm:14.0.0-next.5"
4104+
"@spectrum-css/button": "npm:14.0.0-next.6"
41054105
"@spectrum-css/tokens": "npm:14.0.0-next.7"
41064106
peerDependencies:
41074107
"@spectrum-css/button": ">=14.0.0-next.0"
@@ -4238,7 +4238,7 @@ __metadata:
42384238
dependencies:
42394239
"@spectrum-css/actionbutton": "npm:7.1.1"
42404240
"@spectrum-css/actionmenu": "npm:7.1.1"
4241-
"@spectrum-css/button": "npm:14.0.0-next.5"
4241+
"@spectrum-css/button": "npm:14.0.0-next.6"
42424242
"@spectrum-css/buttongroup": "npm:9.1.0"
42434243
"@spectrum-css/menu": "npm:9.1.0"
42444244
"@spectrum-css/popover": "npm:8.2.0"
@@ -4480,7 +4480,7 @@ __metadata:
44804480
version: 0.0.0-use.local
44814481
resolution: "@spectrum-css/dialog@workspace:components/dialog"
44824482
dependencies:
4483-
"@spectrum-css/button": "npm:14.0.0-next.5"
4483+
"@spectrum-css/button": "npm:14.0.0-next.6"
44844484
"@spectrum-css/buttongroup": "npm:9.1.0"
44854485
"@spectrum-css/closebutton": "npm:5.0.0-next.2"
44864486
"@spectrum-css/divider": "npm:5.1.0"
@@ -4709,7 +4709,7 @@ __metadata:
47094709
version: 0.0.0-use.local
47104710
resolution: "@spectrum-css/inlinealert@workspace:components/inlinealert"
47114711
dependencies:
4712-
"@spectrum-css/button": "npm:14.0.0-next.5"
4712+
"@spectrum-css/button": "npm:14.0.0-next.6"
47134713
"@spectrum-css/icon": "npm:9.1.0"
47144714
"@spectrum-css/tokens": "npm:14.0.0-next.7"
47154715
peerDependencies:
@@ -4790,10 +4790,10 @@ __metadata:
47904790
version: 0.0.0-use.local
47914791
resolution: "@spectrum-css/meter@workspace:components/meter"
47924792
dependencies:
4793-
"@spectrum-css/progressbar": "npm:6.1.0"
4793+
"@spectrum-css/progressbar": "npm:5.0.0-next.0"
47944794
"@spectrum-css/tokens": "npm:14.0.0-next.7"
47954795
peerDependencies:
4796-
"@spectrum-css/progressbar": ">=6.0.0 <7.0.0"
4796+
"@spectrum-css/progressbar": ">=5.0.0 <6.0.0"
47974797
"@spectrum-css/tokens": ">=14.0.0-next.0"
47984798
peerDependenciesMeta:
47994799
"@spectrum-css/progressbar":
@@ -4873,7 +4873,7 @@ __metadata:
48734873
resolution: "@spectrum-css/pagination@workspace:components/pagination"
48744874
dependencies:
48754875
"@spectrum-css/actionbutton": "npm:7.1.1"
4876-
"@spectrum-css/button": "npm:14.0.0-next.5"
4876+
"@spectrum-css/button": "npm:14.0.0-next.6"
48774877
"@spectrum-css/icon": "npm:9.1.0"
48784878
"@spectrum-css/textfield": "npm:8.1.0"
48794879
"@spectrum-css/tokens": "npm:14.0.0-next.7"
@@ -5030,7 +5030,7 @@ __metadata:
50305030
languageName: unknown
50315031
linkType: soft
50325032

5033-
"@spectrum-css/progressbar@npm:6.1.0, @spectrum-css/progressbar@workspace:^, @spectrum-css/progressbar@workspace:components/progressbar":
5033+
"@spectrum-css/progressbar@npm:5.0.0-next.0, @spectrum-css/progressbar@workspace:^, @spectrum-css/progressbar@workspace:components/progressbar":
50345034
version: 0.0.0-use.local
50355035
resolution: "@spectrum-css/progressbar@workspace:components/progressbar"
50365036
dependencies:
@@ -5280,7 +5280,7 @@ __metadata:
52805280
version: 0.0.0-use.local
52815281
resolution: "@spectrum-css/table@workspace:components/table"
52825282
dependencies:
5283-
"@spectrum-css/button": "npm:14.0.0-next.5"
5283+
"@spectrum-css/button": "npm:14.0.0-next.6"
52845284
"@spectrum-css/checkbox": "npm:10.1.0"
52855285
"@spectrum-css/icon": "npm:9.1.0"
52865286
"@spectrum-css/thumbnail": "npm:8.1.0"
@@ -5410,7 +5410,7 @@ __metadata:
54105410
version: 0.0.0-use.local
54115411
resolution: "@spectrum-css/toast@workspace:components/toast"
54125412
dependencies:
5413-
"@spectrum-css/button": "npm:14.0.0-next.5"
5413+
"@spectrum-css/button": "npm:14.0.0-next.6"
54145414
"@spectrum-css/closebutton": "npm:5.0.0-next.2"
54155415
"@spectrum-css/icon": "npm:9.1.0"
54165416
"@spectrum-css/tokens": "npm:14.0.0-next.7"
@@ -5479,7 +5479,7 @@ __metadata:
54795479
version: 0.0.0-use.local
54805480
resolution: "@spectrum-css/tray@workspace:components/tray"
54815481
dependencies:
5482-
"@spectrum-css/button": "npm:14.0.0-next.5"
5482+
"@spectrum-css/button": "npm:14.0.0-next.6"
54835483
"@spectrum-css/dialog": "npm:12.1.0"
54845484
"@spectrum-css/divider": "npm:5.1.0"
54855485
"@spectrum-css/icon": "npm:9.1.0"

0 commit comments

Comments
 (0)