Skip to content

chore: release (next) #3937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions .storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
19 changes: 19 additions & 0 deletions components/meter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions components/meter/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
19 changes: 19 additions & 0 deletions components/progressbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/progressbar/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions tools/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions tools/bundle/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down
Loading