Skip to content

Commit

Permalink
chore: release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencarvalho committed Dec 9, 2024
1 parent 05d24ff commit 7d4d550
Show file tree
Hide file tree
Showing 126 changed files with 570 additions and 296 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

### Bug Fixes

- **action-button:** action-button with href can be perceived by screen reader ([#4927](https://github.com/adobe/spectrum-web-components/issues/4927)) ([2a0b3a5](https://github.com/adobe/spectrum-web-components/commit/2a0b3a5b300d51c002db60c6d899694d74834d39))
- **dialog:** fade-out animation when lazy loaded on popover overlays ([#4937](https://github.com/adobe/spectrum-web-components/issues/4937)) ([d36fc6e](https://github.com/adobe/spectrum-web-components/commit/d36fc6ee30bd6a028351eebc0486c0ec5e6bd082))
- **number-field:** added aria-hidden attribute for inc/dec buttons ([#4933](https://github.com/adobe/spectrum-web-components/issues/4933)) ([b16a839](https://github.com/adobe/spectrum-web-components/commit/b16a839b33cc7d02b42e012afaa6327972eb0c6b))
- **overlay:** overlay scroll in safari and firefox ([#4969](https://github.com/adobe/spectrum-web-components/issues/4969)) ([05d24ff](https://github.com/adobe/spectrum-web-components/commit/05d24ffc4dc8e9b0281b90c768b7f983fe890def))
- **toast:** adds iconLabel to address accessibility ([#4944](https://github.com/adobe/spectrum-web-components/issues/4944)) ([8121057](https://github.com/adobe/spectrum-web-components/commit/8121057518062fb000279659b9597396753e21b7))

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.3",
"granularPathspec": false,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/accordion

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/accordion
Expand Down
8 changes: 4 additions & 4 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/accordion",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -69,9 +69,9 @@
],
"dependencies": {
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/icon": "^1.0.1",
"@spectrum-web-components/icons-ui": "^1.0.1",
"@spectrum-web-components/reactive-controllers": "^1.0.1",
"@spectrum-web-components/icon": "^1.0.3",
"@spectrum-web-components/icons-ui": "^1.0.3",
"@spectrum-web-components/reactive-controllers": "^1.0.3",
"@spectrum-web-components/shared": "^1.0.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/action-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/action-bar

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/action-bar
Expand Down
10 changes: 5 additions & 5 deletions packages/action-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/action-bar",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -58,11 +58,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-group": "^1.0.1",
"@spectrum-web-components/action-group": "^1.0.3",
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/button": "^1.0.1",
"@spectrum-web-components/field-label": "^1.0.1",
"@spectrum-web-components/popover": "^1.0.1"
"@spectrum-web-components/button": "^1.0.3",
"@spectrum-web-components/field-label": "^1.0.3",
"@spectrum-web-components/popover": "^1.0.3"
},
"devDependencies": {
"@spectrum-css/actionbar": "^9.0.0-s2-foundations.16"
Expand Down
6 changes: 6 additions & 0 deletions packages/action-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

### Bug Fixes

- **action-button:** action-button with href can be perceived by screen reader ([#4927](https://github.com/adobe/spectrum-web-components/issues/4927)) ([2a0b3a5](https://github.com/adobe/spectrum-web-components/commit/2a0b3a5b300d51c002db60c6d899694d74834d39))

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/action-button
Expand Down
8 changes: 4 additions & 4 deletions packages/action-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/action-button",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,9 +59,9 @@
],
"dependencies": {
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/button": "^1.0.1",
"@spectrum-web-components/icon": "^1.0.1",
"@spectrum-web-components/icons-ui": "^1.0.1",
"@spectrum-web-components/button": "^1.0.3",
"@spectrum-web-components/icon": "^1.0.3",
"@spectrum-web-components/icons-ui": "^1.0.3",
"@spectrum-web-components/shared": "^1.0.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/action-group/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/action-group

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/action-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/action-group",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,10 +59,10 @@
],
"dependencies": {
"@lit-labs/observers": "^2.0.2",
"@spectrum-web-components/action-button": "^1.0.1",
"@spectrum-web-components/action-button": "^1.0.3",
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.1",
"@spectrum-web-components/reactive-controllers": "^1.0.1"
"@spectrum-web-components/icons-workflow": "^1.0.3",
"@spectrum-web-components/reactive-controllers": "^1.0.3"
},
"devDependencies": {
"@spectrum-css/actiongroup": "^6.0.0-s2-foundations.15"
Expand Down
4 changes: 4 additions & 0 deletions packages/action-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/action-menu

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/action-menu
Expand Down
10 changes: 5 additions & 5 deletions packages/action-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/action-menu",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,11 +61,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-button": "^1.0.1",
"@spectrum-web-components/action-button": "^1.0.3",
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/icon": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.1",
"@spectrum-web-components/picker": "^1.0.1",
"@spectrum-web-components/icon": "^1.0.3",
"@spectrum-web-components/icons-workflow": "^1.0.3",
"@spectrum-web-components/picker": "^1.0.3",
"@spectrum-web-components/shared": "^1.0.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/alert-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/alert-banner

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/alert-banner
Expand Down
6 changes: 3 additions & 3 deletions packages/alert-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/alert-banner",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,8 +59,8 @@
],
"dependencies": {
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/button": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.1"
"@spectrum-web-components/button": "^1.0.3",
"@spectrum-web-components/icons-workflow": "^1.0.3"
},
"devDependencies": {
"@spectrum-css/alertbanner": "^3.0.0-s2-foundations.16"
Expand Down
4 changes: 4 additions & 0 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/alert-dialog

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/alert-dialog
Expand Down
8 changes: 4 additions & 4 deletions packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/alert-dialog",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,10 +60,10 @@
"dependencies": {
"@lit-labs/observers": "^2.0.2",
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/button": "^1.0.1",
"@spectrum-web-components/button-group": "^1.0.1",
"@spectrum-web-components/button": "^1.0.3",
"@spectrum-web-components/button-group": "^1.0.3",
"@spectrum-web-components/divider": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.3",
"@spectrum-web-components/shared": "^1.0.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/breadcrumbs

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/breadcrumbs
Expand Down
8 changes: 4 additions & 4 deletions packages/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/breadcrumbs",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -67,11 +67,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-menu": "^1.0.1",
"@spectrum-web-components/action-menu": "^1.0.3",
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.3",
"@spectrum-web-components/link": "^1.0.1",
"@spectrum-web-components/menu": "^1.0.1"
"@spectrum-web-components/menu": "^1.0.3"
},
"devDependencies": {
"@spectrum-css/breadcrumb": "^10.0.0-s2-foundations.15"
Expand Down
4 changes: 4 additions & 0 deletions packages/button-group/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/button-group

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/button-group
Expand Down
4 changes: 2 additions & 2 deletions packages/button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/button-group",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -59,7 +59,7 @@
],
"dependencies": {
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/button": "^1.0.1"
"@spectrum-web-components/button": "^1.0.3"
},
"devDependencies": {
"@spectrum-css/buttongroup": "^8.0.0-s2-foundations.15"
Expand Down
6 changes: 6 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

### Bug Fixes

- **action-button:** action-button with href can be perceived by screen reader ([#4927](https://github.com/adobe/spectrum-web-components/issues/4927)) ([2a0b3a5](https://github.com/adobe/spectrum-web-components/commit/2a0b3a5b300d51c002db60c6d899694d74834d39))

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/button
Expand Down
10 changes: 5 additions & 5 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/button",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -86,11 +86,11 @@
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/clear-button": "^1.0.1",
"@spectrum-web-components/close-button": "^1.0.1",
"@spectrum-web-components/icon": "^1.0.1",
"@spectrum-web-components/icons-ui": "^1.0.1",
"@spectrum-web-components/icon": "^1.0.3",
"@spectrum-web-components/icons-ui": "^1.0.3",
"@spectrum-web-components/progress-circle": "^1.0.1",
"@spectrum-web-components/shared": "^1.0.1",
"@spectrum-web-components/reactive-controllers": "^1.0.1"
"@spectrum-web-components/reactive-controllers": "^1.0.3",
"@spectrum-web-components/shared": "^1.0.1"
},
"devDependencies": {
"@spectrum-css/button": "^14.0.0-s2-foundations.18"
Expand Down
4 changes: 4 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/card

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/card
Expand Down
8 changes: 4 additions & 4 deletions packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/card",
"version": "1.0.1",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -60,11 +60,11 @@
"dependencies": {
"@spectrum-web-components/asset": "^1.0.1",
"@spectrum-web-components/base": "^1.0.1",
"@spectrum-web-components/checkbox": "^1.0.1",
"@spectrum-web-components/checkbox": "^1.0.3",
"@spectrum-web-components/divider": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.1",
"@spectrum-web-components/icons-workflow": "^1.0.3",
"@spectrum-web-components/shared": "^1.0.1",
"@spectrum-web-components/styles": "^1.0.1"
"@spectrum-web-components/styles": "^1.0.3"
},
"devDependencies": {
"@spectrum-css/card": "^10.0.0-s2-foundations.20"
Expand Down
4 changes: 4 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)

**Note:** Version bump only for package @spectrum-web-components/checkbox

## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)

**Note:** Version bump only for package @spectrum-web-components/checkbox
Expand Down
Loading

0 comments on commit 7d4d550

Please sign in to comment.