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",

0 commit comments

Comments
 (0)