Skip to content

chore: release #3631

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
Mar 19, 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
5 changes: 0 additions & 5 deletions .changeset/metal-eels-protect.md

This file was deleted.

6 changes: 6 additions & 0 deletions components/alertbanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 3.1.1

### Patch Changes

- [#3624](https://github.com/adobe/spectrum-css/pull/3624) [`754f99a`](https://github.com/adobe/spectrum-css/commit/754f99afc3c1918cdc0d173150989bcc1e6a7d2f) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - In the alert banner spectrum.css (the S1 stylesheet), --system: legacy was corrected in the container query.

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/alertbanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertbanner",
"version": "3.1.0",
"version": "3.1.1",
"description": "The Spectrum CSS alertbanner component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@spectrum-css/actionbutton": "7.1.2",
"@spectrum-css/actiongroup": "6.1.0",
"@spectrum-css/actionmenu": "7.1.1",
"@spectrum-css/alertbanner": "3.1.0",
"@spectrum-css/alertbanner": "3.1.1",
"@spectrum-css/alertdialog": "4.1.0",
"@spectrum-css/asset": "7.1.0",
"@spectrum-css/assetcard": "5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3842,7 +3842,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/alertbanner@npm:3.1.0, @spectrum-css/alertbanner@workspace:components/alertbanner":
"@spectrum-css/alertbanner@npm:3.1.1, @spectrum-css/alertbanner@workspace:components/alertbanner":
version: 0.0.0-use.local
resolution: "@spectrum-css/alertbanner@workspace:components/alertbanner"
dependencies:
Expand Down Expand Up @@ -4015,7 +4015,7 @@ __metadata:
"@spectrum-css/actionbutton": "npm:7.1.2"
"@spectrum-css/actiongroup": "npm:6.1.0"
"@spectrum-css/actionmenu": "npm:7.1.1"
"@spectrum-css/alertbanner": "npm:3.1.0"
"@spectrum-css/alertbanner": "npm:3.1.1"
"@spectrum-css/alertdialog": "npm:4.1.0"
"@spectrum-css/asset": "npm:7.1.0"
"@spectrum-css/assetcard": "npm:5.1.0"
Expand Down
Loading