Skip to content

Commit bc0dad7

Browse files
committed
chore: release new versions #publish
1 parent 2397212 commit bc0dad7

File tree

173 files changed

+1884
-983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+1884
-983
lines changed

.changeset/short-pans-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-streets-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.1](https://github.com/adobe/spectrum-web-components/compare/v1.9.0...v1.9.1) (2025-11-05)
7+
8+
## Patch Changes
9+
10+
**sp-status-light**: **Fixed**: Added missing `accent` and `cyan` variant to status light.
11+
12+
**sp-overlay**: - **Fixed**: Expanded `<overlay-trigger>` `type` property to accept all overlay types ('auto', 'hint', 'manual', 'modal', 'page') instead of the incorrect, previous restricted subset.
13+
614
# [1.9.0](https://github.com/adobe/spectrum-web-components/compare/v1.8.0...v1.9.0) (2025-10-13)
715

816
## Minor Changes

linters/eslint/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 1.9.1
4+
35
## 1.9.0
46

57
## 1.8.0

linters/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@spectrum-web-components/eslint-plugin",
4-
"version": "1.9.0",
4+
"version": "1.9.1",
55
"license": "Apache-2.0",
66
"author": "Adobe",
77
"homepage": "https://opensource.adobe.com/spectrum-web-components/",

packages/accordion/CHANGELOG.md

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

3+
## 1.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-web-components/icon@1.9.1
9+
- @spectrum-web-components/icons-ui@1.9.1
10+
- @spectrum-web-components/base@1.9.1
11+
- @spectrum-web-components/reactive-controllers@1.9.1
12+
- @spectrum-web-components/shared@1.9.1
13+
314
## 1.9.0
415

516
### Patch Changes

packages/accordion/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-web-components/accordion",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -74,11 +74,11 @@
7474
"css"
7575
],
7676
"dependencies": {
77-
"@spectrum-web-components/base": "1.9.0",
78-
"@spectrum-web-components/icon": "1.9.0",
79-
"@spectrum-web-components/icons-ui": "1.9.0",
80-
"@spectrum-web-components/reactive-controllers": "1.9.0",
81-
"@spectrum-web-components/shared": "1.9.0"
77+
"@spectrum-web-components/base": "1.9.1",
78+
"@spectrum-web-components/icon": "1.9.1",
79+
"@spectrum-web-components/icons-ui": "1.9.1",
80+
"@spectrum-web-components/reactive-controllers": "1.9.1",
81+
"@spectrum-web-components/shared": "1.9.1"
8282
},
8383
"types": "./src/index.d.ts",
8484
"customElements": "custom-elements.json",

packages/action-bar/CHANGELOG.md

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

3+
## 1.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-web-components/popover@1.9.1
9+
- @spectrum-web-components/action-group@1.9.1
10+
- @spectrum-web-components/button@1.9.1
11+
- @spectrum-web-components/field-label@1.9.1
12+
- @spectrum-web-components/base@1.9.1
13+
314
## 1.9.0
415

516
### Patch Changes

packages/action-bar/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-web-components/action-bar",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -64,11 +64,11 @@
6464
"css"
6565
],
6666
"dependencies": {
67-
"@spectrum-web-components/action-group": "1.9.0",
68-
"@spectrum-web-components/base": "1.9.0",
69-
"@spectrum-web-components/button": "1.9.0",
70-
"@spectrum-web-components/field-label": "1.9.0",
71-
"@spectrum-web-components/popover": "1.9.0"
67+
"@spectrum-web-components/action-group": "1.9.1",
68+
"@spectrum-web-components/base": "1.9.1",
69+
"@spectrum-web-components/button": "1.9.1",
70+
"@spectrum-web-components/field-label": "1.9.1",
71+
"@spectrum-web-components/popover": "1.9.1"
7272
},
7373
"types": "./src/index.d.ts",
7474
"customElements": "custom-elements.json",

packages/action-button/CHANGELOG.md

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

3+
## 1.9.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @spectrum-web-components/button@1.9.1
9+
- @spectrum-web-components/icon@1.9.1
10+
- @spectrum-web-components/icons-ui@1.9.1
11+
- @spectrum-web-components/base@1.9.1
12+
- @spectrum-web-components/shared@1.9.1
13+
314
## 1.9.0
415

516
### Patch Changes

0 commit comments

Comments
 (0)