From f505a450d393cfd2c53ac395d2ad9e24acdaa8a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:50:20 +0000 Subject: [PATCH] chore: release (next) --- .changeset/pre.json | 1 + .storybook/CHANGELOG.md | 7 +++++++ .storybook/package.json | 4 ++-- .vscode/extensions.json | 3 ++- components/meter/CHANGELOG.md | 19 +++++++++++++++++++ components/meter/package.json | 4 ++-- components/progressbar/CHANGELOG.md | 19 +++++++++++++++++++ components/progressbar/package.json | 2 +- tools/bundle/CHANGELOG.md | 8 ++++++++ tools/bundle/package.json | 6 +++--- yarn.lock | 14 +++++++------- 11 files changed, 71 insertions(+), 16 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 9a936021777..54be851c99b 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -136,6 +136,7 @@ "lovely-geckos-hammer", "mean-eggs-learn", "metal-fireants-switch", + "mighty-pigs-accept", "modern-chairs-sit", "nasty-rats-rhyme", "nice-cows-shout", diff --git a/.storybook/CHANGELOG.md b/.storybook/CHANGELOG.md index 51e15c105ef..938f55246f8 100644 --- a/.storybook/CHANGELOG.md +++ b/.storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 12.0.5-next.5 + +### Patch Changes + +- Updated dependencies []: + - @spectrum-css/bundle@2.0.0-next.2 + ## 12.0.5-next.4 ### Patch Changes diff --git a/.storybook/package.json b/.storybook/package.json index 2035e840f42..e68a952db80 100644 --- a/.storybook/package.json +++ b/.storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/preview", - "version": "12.0.5-next.4", + "version": "12.0.5-next.5", "description": "A Spectrum CSS preview", "license": "Apache-2.0", "author": "Adobe", @@ -40,7 +40,7 @@ }, "dependencies": { "@adobe/spectrum-css-workflow-icons": "^4.1.0", - "@spectrum-css/bundle": "2.0.0-next.1", + "@spectrum-css/bundle": "2.0.0-next.2", "@spectrum-css/tokens": "16.1.0-next.3", "@spectrum-css/ui-icons": "2.0.0-next.1" }, diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c2e4659a232..a31c90a2101 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -20,6 +20,7 @@ "rajdeepchandra.spectrum-design-tokens-for-vscode", "stylelint.vscode-stylelint", "vunguyentuan.vscode-css-variables", - "vunguyentuan.vscode-postcss" + "vunguyentuan.vscode-postcss", + "davidanson.vscode-markdownlint" ] } diff --git a/components/meter/CHANGELOG.md b/components/meter/CHANGELOG.md index 6c5c918b50f..4b683653f59 100644 --- a/components/meter/CHANGELOG.md +++ b/components/meter/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 2.0.0-next.2 + +### Minor Changes + +- [#3908](https://github.com/adobe/spectrum-css/pull/3908) [`7971c77`](https://github.com/adobe/spectrum-css/commit/7971c7728b88e5e539b9d0974ab805d9ef6338fd) Thanks [@cdransf](https://github.com/cdransf)! + +Adjust progressbar styles, story and template to support proper width token and sizes for medium (desktop) and large (mobile) platforms. + +- Progress bar and meter now use the same tokens to control their width. +- Progress bar and meter now have a set width regardless of t-shirt size. + +#### Removed modifiers + +`--mod-meter-inline-size` + +#### New modifiers + +`--mod-progressbar-inline-size` + ## 2.0.0-next.1 ### Patch Changes diff --git a/components/meter/package.json b/components/meter/package.json index 22078ec6063..c48dc467a81 100644 --- a/components/meter/package.json +++ b/components/meter/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/meter", - "version": "2.0.0-next.1", + "version": "2.0.0-next.2", "description": "The Spectrum CSS meter component", "license": "Apache-2.0", "author": "Adobe", @@ -37,7 +37,7 @@ } }, "devDependencies": { - "@spectrum-css/progressbar": "7.0.0-next.1", + "@spectrum-css/progressbar": "7.0.0-next.2", "@spectrum-css/tokens": "16.1.0-next.3" }, "keywords": [ diff --git a/components/progressbar/CHANGELOG.md b/components/progressbar/CHANGELOG.md index b964460f6fb..ee1b6910309 100644 --- a/components/progressbar/CHANGELOG.md +++ b/components/progressbar/CHANGELOG.md @@ -1,5 +1,24 @@ # Change log +## 7.0.0-next.2 + +### Minor Changes + +- [#3908](https://github.com/adobe/spectrum-css/pull/3908) [`7971c77`](https://github.com/adobe/spectrum-css/commit/7971c7728b88e5e539b9d0974ab805d9ef6338fd) Thanks [@cdransf](https://github.com/cdransf)! + +Adjust progressbar styles, story and template to support proper width token and sizes for medium (desktop) and large (mobile) platforms. + +- Progress bar and meter now use the same tokens to control their width. +- Progress bar and meter now have a set width regardless of t-shirt size. + +#### Removed mods + +`--mod-meter-inline-size` + +#### New mods + +`--mod-progressbar-inline-size` + ## 7.0.0-next.1 ### Patch Changes diff --git a/components/progressbar/package.json b/components/progressbar/package.json index 727c6ae324a..6d98a6183c8 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/progressbar", - "version": "7.0.0-next.1", + "version": "7.0.0-next.2", "description": "The Spectrum CSS progress bar component", "license": "Apache-2.0", "author": "Adobe", diff --git a/tools/bundle/CHANGELOG.md b/tools/bundle/CHANGELOG.md index 477ffc863c4..72f14159a05 100644 --- a/tools/bundle/CHANGELOG.md +++ b/tools/bundle/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.0.0-next.2 + +### Patch Changes + +- Updated dependencies [[`7971c77`](https://github.com/adobe/spectrum-css/commit/7971c7728b88e5e539b9d0974ab805d9ef6338fd)]: + - @spectrum-css/progressbar@7.0.0-next.2 + - @spectrum-css/meter@2.0.0-next.2 + ## 2.0.0-next.1 ### Major Changes diff --git a/tools/bundle/package.json b/tools/bundle/package.json index c1e4a243c25..ddc92f44e4b 100644 --- a/tools/bundle/package.json +++ b/tools/bundle/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/bundle", - "version": "2.0.0-next.1", + "version": "2.0.0-next.2", "description": "A demo-ready bundle of the components in the Spectrum CSS library.", "license": "Apache-2.0", "author": "Adobe", @@ -78,7 +78,7 @@ "@spectrum-css/link": "8.0.0-next.2", "@spectrum-css/logicbutton": "7.0.0-next.1", "@spectrum-css/menu": "10.0.0-next.3", - "@spectrum-css/meter": "2.0.0-next.1", + "@spectrum-css/meter": "2.0.0-next.2", "@spectrum-css/miller": "9.0.0-next.1", "@spectrum-css/modal": "8.0.0-next.1", "@spectrum-css/opacitycheckerboard": "5.0.0-next.0", @@ -87,7 +87,7 @@ "@spectrum-css/picker": "10.0.0-next.3", "@spectrum-css/pickerbutton": "7.0.0-next.1", "@spectrum-css/popover": "9.0.0-next.2", - "@spectrum-css/progressbar": "7.0.0-next.1", + "@spectrum-css/progressbar": "7.0.0-next.2", "@spectrum-css/progresscircle": "6.0.0-next.0", "@spectrum-css/radio": "11.0.0-next.2", "@spectrum-css/rating": "7.0.0-next.2", diff --git a/yarn.lock b/yarn.lock index c536564b512..dfbbe062f5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4231,7 +4231,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/bundle@npm:2.0.0-next.1, @spectrum-css/bundle@workspace:tools/bundle": +"@spectrum-css/bundle@npm:2.0.0-next.2, @spectrum-css/bundle@workspace:tools/bundle": version: 0.0.0-use.local resolution: "@spectrum-css/bundle@workspace:tools/bundle" dependencies: @@ -4283,7 +4283,7 @@ __metadata: "@spectrum-css/link": "npm:8.0.0-next.2" "@spectrum-css/logicbutton": "npm:7.0.0-next.1" "@spectrum-css/menu": "npm:10.0.0-next.3" - "@spectrum-css/meter": "npm:2.0.0-next.1" + "@spectrum-css/meter": "npm:2.0.0-next.2" "@spectrum-css/miller": "npm:9.0.0-next.1" "@spectrum-css/modal": "npm:8.0.0-next.1" "@spectrum-css/opacitycheckerboard": "npm:5.0.0-next.0" @@ -4292,7 +4292,7 @@ __metadata: "@spectrum-css/picker": "npm:10.0.0-next.3" "@spectrum-css/pickerbutton": "npm:7.0.0-next.1" "@spectrum-css/popover": "npm:9.0.0-next.2" - "@spectrum-css/progressbar": "npm:7.0.0-next.1" + "@spectrum-css/progressbar": "npm:7.0.0-next.2" "@spectrum-css/progresscircle": "npm:6.0.0-next.0" "@spectrum-css/radio": "npm:11.0.0-next.2" "@spectrum-css/rating": "npm:7.0.0-next.2" @@ -5057,11 +5057,11 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/meter@npm:2.0.0-next.1, @spectrum-css/meter@workspace:components/meter": +"@spectrum-css/meter@npm:2.0.0-next.2, @spectrum-css/meter@workspace:components/meter": version: 0.0.0-use.local resolution: "@spectrum-css/meter@workspace:components/meter" dependencies: - "@spectrum-css/progressbar": "npm:7.0.0-next.1" + "@spectrum-css/progressbar": "npm:7.0.0-next.2" "@spectrum-css/tokens": "npm:16.1.0-next.3" peerDependencies: "@spectrum-css/progressbar": ">=7.0.0-next.0" @@ -5264,7 +5264,7 @@ __metadata: "@babel/core": "npm:^7.27.4" "@chromatic-com/storybook": "npm:^3.2.6" "@etchteam/storybook-addon-status": "npm:^5.0.0" - "@spectrum-css/bundle": "npm:2.0.0-next.1" + "@spectrum-css/bundle": "npm:2.0.0-next.2" "@spectrum-css/tokens": "npm:16.1.0-next.3" "@spectrum-css/ui-icons": "npm:2.0.0-next.1" "@storybook/addon-a11y": "npm:8.4.7" @@ -5298,7 +5298,7 @@ __metadata: languageName: unknown linkType: soft -"@spectrum-css/progressbar@npm:7.0.0-next.1, @spectrum-css/progressbar@workspace:components/progressbar": +"@spectrum-css/progressbar@npm:7.0.0-next.2, @spectrum-css/progressbar@workspace:components/progressbar": version: 0.0.0-use.local resolution: "@spectrum-css/progressbar@workspace:components/progressbar" dependencies: