Skip to content

Commit fed3f29

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 ef6a277 commit fed3f29

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"changesets": [
102102
"nine-kings-repair",
103103
"perfect-dogs-smash",
104-
"pretty-parents-drum"
104+
"pretty-parents-drum",
105+
"proud-jokes-rule"
105106
]
106107
}

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
## 5.0.0-s2-foundations.20
415

516
### Major Changes
@@ -362,22 +373,19 @@ Output for all component CSS files is now being run through a lightweight optimi
362373
- @spectrum-css/fieldlabel@>=8
363374
- @spectrum-css/tokens@>=14
364375

365-
All notable changes to this project will be documented in this file.
366-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
367-
368376
<a name="4.0.0"></a>
369377

370378
## 4.0.0
371379

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

374-
\*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)
382+
- 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)
375383

376384
### 🛑 BREAKING CHANGES
377385

378-
- Removes component-builder & component-builder-simple for script leveraging postcss
386+
- Removes component-builder & component-builder-simple for script leveraging postcss
379387

380-
- Imports added to index.css and themes/express.css
388+
- Imports added to `index.css` and `themes/express.css`
381389

382390
<a name="3.1.5"></a>
383391

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": "5.0.0-s2-foundations.20",
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)