Skip to content

Commit 9063ba1

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 20cd336 commit 9063ba1

File tree

13 files changed

+36
-27
lines changed

13 files changed

+36
-27
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
@@ -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/closebutton": "5.0.0-next.2",
4242
"@spectrum-css/divider": "5.0.1",
4343
"@spectrum-css/icon": "9.0.1",

components/buttongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"devDependencies": {
32-
"@spectrum-css/button": "14.0.0-next.5",
32+
"@spectrum-css/button": "14.0.0-next.6",
3333
"@spectrum-css/tokens": "14.0.0-next.7"
3434
},
3535
"keywords": [

components/coachmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@spectrum-css/actionbutton": "7.0.1",
4343
"@spectrum-css/actionmenu": "7.0.0",
44-
"@spectrum-css/button": "14.0.0-next.5",
44+
"@spectrum-css/button": "14.0.0-next.6",
4545
"@spectrum-css/buttongroup": "7.0.0-next.3",
4646
"@spectrum-css/menu": "9.0.1",
4747
"@spectrum-css/popover": "8.0.1",

components/inlinealert/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"devDependencies": {
38-
"@spectrum-css/button": "14.0.0-next.5",
38+
"@spectrum-css/button": "14.0.0-next.6",
3939
"@spectrum-css/icon": "9.0.1",
4040
"@spectrum-css/tokens": "14.0.0-next.7"
4141
},

components/meter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@spectrum-css/tokens": ">=14.0.0-next.0"
3030
},
3131
"devDependencies": {
32-
"@spectrum-css/progressbar": "6.0.1",
32+
"@spectrum-css/progressbar": "5.0.0-next.0",
3333
"@spectrum-css/tokens": "14.0.0-next.7",
3434
"eslint": "^8.57.0",
3535
"npm-run-all2": "*",

components/pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@spectrum-css/actionbutton": "7.0.1",
36-
"@spectrum-css/button": "14.0.0-next.5",
36+
"@spectrum-css/button": "14.0.0-next.6",
3737
"@spectrum-css/icon": "9.0.1",
3838
"@spectrum-css/textfield": "8.0.1",
3939
"@spectrum-css/tokens": "14.0.0-next.7"

components/progressbar/CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 5.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#2659](https://github.com/adobe/spectrum-css/pull/2659) [`bd38eaa`](https://github.com/adobe/spectrum-css/commit/bd38eaa8c8597c066f1fe61d70130a7f310bcca4) Thanks [@mdt2](https://github.com/mdt2)! - feat(progressbar): S2 migration
8+
9+
Progress bar now uses Spectrum 2 tokens and specifications. This migration includes updated colors, font sizes, and spacing. No mods were harmed in the migration of this component (all `--mod` properties remain the same).
10+
11+
All notable changes to this project will be documented in this file.
12+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
13+
314
## 6.0.1
415

516
### Patch Changes
@@ -175,22 +186,19 @@ Output for all component CSS files is now being run through a lightweight optimi
175186
- @spectrum-css/fieldlabel@>=8
176187
- @spectrum-css/tokens@>=14
177188

178-
All notable changes to this project will be documented in this file.
179-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
180-
181189
<a name="4.0.0"></a>
182190

183191
## 4.0.0
184192

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

187-
\*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)
195+
- 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)
188196

189197
### 🛑 BREAKING CHANGES
190198

191-
- Removes component-builder & component-builder-simple for script leveraging postcss
199+
- Removes component-builder & component-builder-simple for script leveraging postcss
192200

193-
- Imports added to index.css and themes/express.css
201+
- Imports added to `index.css` and `themes/express.css`
194202

195203
<a name="3.1.5"></a>
196204

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.0.1",
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
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"devDependencies": {
46-
"@spectrum-css/button": "14.0.0-next.5",
46+
"@spectrum-css/button": "14.0.0-next.6",
4747
"@spectrum-css/checkbox": "10.0.1",
4848
"@spectrum-css/icon": "9.0.1",
4949
"@spectrum-css/thumbnail": "8.0.1",

0 commit comments

Comments
 (0)