Skip to content

Commit

Permalink
chore: release new versions #publish
Browse files Browse the repository at this point in the history
  • Loading branch information
blunteshwar committed Sep 17, 2024
1 parent f5f09b3 commit 55dbbf9
Show file tree
Hide file tree
Showing 183 changed files with 909 additions and 503 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

### Bug Fixes

- **action-menu:** dispatch scroll event ([#4715](https://github.com/adobe/spectrum-web-components/issues/4715)) ([c76f3f5](https://github.com/adobe/spectrum-web-components/commit/c76f3f54f5a08df82ea4247252f2e0114836a778))
- add null check in updated method of sp-number-field ([#4709](https://github.com/adobe/spectrum-web-components/issues/4709)) ([7b1eeab](https://github.com/adobe/spectrum-web-components/commit/7b1eeab613fffe833ea0f57a23d2cc11bef71ea7))
- **combobox:** update selected item state in menu ([#4730](https://github.com/adobe/spectrum-web-components/issues/4730)) ([c4cfd2a](https://github.com/adobe/spectrum-web-components/commit/c4cfd2a5a2b1d48727488023d1361e3a5b7c32db))
- **menu:** allow menu-item to support arbitrary element as the submenu root ([#4720](https://github.com/adobe/spectrum-web-components/issues/4720)) ([4c6a0dc](https://github.com/adobe/spectrum-web-components/commit/4c6a0dcf7c67560c664c1f7c0f93d0ef3f0005ab))
- **picker:** added a custom class to make `:focus-visible` styles consistent across all browsers ([#4724](https://github.com/adobe/spectrum-web-components/issues/4724)) ([d667d08](https://github.com/adobe/spectrum-web-components/commit/d667d0853b8122008ce8fe50c6c479a42dc96a9f))
- **toast:** added ability to wrap toast content with long words ([#4738](https://github.com/adobe/spectrum-web-components/issues/4738)) ([302d6fe](https://github.com/adobe/spectrum-web-components/commit/302d6fe927baff3a08dd567718eba8ee34473ac4))

### Features

- locale picker in the storybook's decorator ([#4687](https://github.com/adobe/spectrum-web-components/issues/4687)) ([9e0cd08](https://github.com/adobe/spectrum-web-components/commit/9e0cd08d68cad858bbdc53e8b01b7eeabfde59fb))
- **reactive-controller:** new pending state controller ([#4605](https://github.com/adobe/spectrum-web-components/issues/4605)) ([68baf94](https://github.com/adobe/spectrum-web-components/commit/68baf94f257b9c7525253819a2ed3c8fa1b6c408))

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

### 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": "0.47.2",
"version": "0.48.0",
"granularPathspec": false,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 4 additions & 0 deletions linters/eslint/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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/eslint-plugin
Expand Down
2 changes: 1 addition & 1 deletion linters/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/eslint-plugin",
"version": "0.47.2",
"version": "0.48.0",
"private": true,
"main": "index.js"
}
4 changes: 4 additions & 0 deletions linters/stylelint-header/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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

**Note:** Version bump only for package stylelint-header

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package stylelint-header
Expand Down
2 changes: 1 addition & 1 deletion linters/stylelint-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-header",
"version": "0.47.2",
"version": "0.48.0",
"private": true,
"license": "Apache-2.0",
"author": "Adobe",
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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/accordion
Expand Down
12 changes: 6 additions & 6 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": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -66,11 +66,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.47.2",
"@spectrum-web-components/icon": "^0.47.2",
"@spectrum-web-components/icons-ui": "^0.47.2",
"@spectrum-web-components/reactive-controllers": "^0.47.2",
"@spectrum-web-components/shared": "^0.47.2"
"@spectrum-web-components/base": "^0.48.0",
"@spectrum-web-components/icon": "^0.48.0",
"@spectrum-web-components/icons-ui": "^0.48.0",
"@spectrum-web-components/reactive-controllers": "^0.48.0",
"@spectrum-web-components/shared": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/accordion": "^5.1.2"
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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/action-bar
Expand Down
12 changes: 6 additions & 6 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": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,11 +57,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-group": "^0.47.2",
"@spectrum-web-components/base": "^0.47.2",
"@spectrum-web-components/button": "^0.47.2",
"@spectrum-web-components/field-label": "^0.47.2",
"@spectrum-web-components/popover": "^0.47.2"
"@spectrum-web-components/action-group": "^0.48.0",
"@spectrum-web-components/base": "^0.48.0",
"@spectrum-web-components/button": "^0.48.0",
"@spectrum-web-components/field-label": "^0.48.0",
"@spectrum-web-components/popover": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/actionbar": "^8.1.1"
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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

### Bug Fixes

- **picker:** added a custom class to make `:focus-visible` styles consistent across all browsers ([#4724](https://github.com/adobe/spectrum-web-components/issues/4724)) ([d667d08](https://github.com/adobe/spectrum-web-components/commit/d667d0853b8122008ce8fe50c6c479a42dc96a9f))

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/action-button
Expand Down
12 changes: 6 additions & 6 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": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,11 +57,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.47.2",
"@spectrum-web-components/button": "^0.47.2",
"@spectrum-web-components/icon": "^0.47.2",
"@spectrum-web-components/icons-ui": "^0.47.2",
"@spectrum-web-components/shared": "^0.47.2"
"@spectrum-web-components/base": "^0.48.0",
"@spectrum-web-components/button": "^0.48.0",
"@spectrum-web-components/icon": "^0.48.0",
"@spectrum-web-components/icons-ui": "^0.48.0",
"@spectrum-web-components/shared": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^6.1.1"
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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/action-group
Expand Down
10 changes: 5 additions & 5 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": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -58,10 +58,10 @@
],
"dependencies": {
"@lit-labs/observers": "^2.0.0",
"@spectrum-web-components/action-button": "^0.47.2",
"@spectrum-web-components/base": "^0.47.2",
"@spectrum-web-components/icons-workflow": "^0.47.2",
"@spectrum-web-components/reactive-controllers": "^0.47.2"
"@spectrum-web-components/action-button": "^0.48.0",
"@spectrum-web-components/base": "^0.48.0",
"@spectrum-web-components/icons-workflow": "^0.48.0",
"@spectrum-web-components/reactive-controllers": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/actiongroup": "^5.1.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/action-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

### Bug Fixes

- **action-menu:** dispatch scroll event ([#4715](https://github.com/adobe/spectrum-web-components/issues/4715)) ([c76f3f5](https://github.com/adobe/spectrum-web-components/commit/c76f3f54f5a08df82ea4247252f2e0114836a778))
- **picker:** added a custom class to make `:focus-visible` styles consistent across all browsers ([#4724](https://github.com/adobe/spectrum-web-components/issues/4724)) ([d667d08](https://github.com/adobe/spectrum-web-components/commit/d667d0853b8122008ce8fe50c6c479a42dc96a9f))

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/action-menu
Expand Down
14 changes: 7 additions & 7 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": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,12 +61,12 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-button": "^0.47.2",
"@spectrum-web-components/base": "^0.47.2",
"@spectrum-web-components/icon": "^0.47.2",
"@spectrum-web-components/icons-workflow": "^0.47.2",
"@spectrum-web-components/picker": "^0.47.2",
"@spectrum-web-components/shared": "^0.47.2"
"@spectrum-web-components/action-button": "^0.48.0",
"@spectrum-web-components/base": "^0.48.0",
"@spectrum-web-components/icon": "^0.48.0",
"@spectrum-web-components/icons-workflow": "^0.48.0",
"@spectrum-web-components/picker": "^0.48.0",
"@spectrum-web-components/shared": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/actionmenu": "^6.1.1"
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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/alert-banner
Expand Down
8 changes: 4 additions & 4 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": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,9 +57,9 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.47.2",
"@spectrum-web-components/button": "^0.47.2",
"@spectrum-web-components/icons-workflow": "^0.47.2"
"@spectrum-web-components/base": "^0.48.0",
"@spectrum-web-components/button": "^0.48.0",
"@spectrum-web-components/icons-workflow": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/alertbanner": "^2.2.0"
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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/alert-dialog
Expand Down
14 changes: 7 additions & 7 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": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -58,12 +58,12 @@
],
"dependencies": {
"@lit-labs/observers": "^2.0.2",
"@spectrum-web-components/base": "^0.47.2",
"@spectrum-web-components/button": "^0.47.2",
"@spectrum-web-components/button-group": "^0.47.2",
"@spectrum-web-components/divider": "^0.47.2",
"@spectrum-web-components/icons-workflow": "^0.47.2",
"@spectrum-web-components/shared": "^0.47.2"
"@spectrum-web-components/base": "^0.48.0",
"@spectrum-web-components/button": "^0.48.0",
"@spectrum-web-components/button-group": "^0.48.0",
"@spectrum-web-components/divider": "^0.48.0",
"@spectrum-web-components/icons-workflow": "^0.48.0",
"@spectrum-web-components/shared": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/alertdialog": "^2.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/asset/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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/asset
Expand Down
4 changes: 2 additions & 2 deletions packages/asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/asset",
"version": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.47.2"
"@spectrum-web-components/base": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/asset": "^5.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/avatar/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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

**Note:** Version bump only for package @spectrum-web-components/avatar
Expand Down
6 changes: 3 additions & 3 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/avatar",
"version": "0.47.2",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.47.2",
"@spectrum-web-components/shared": "^0.47.2"
"@spectrum-web-components/base": "^0.48.0",
"@spectrum-web-components/shared": "^0.48.0"
},
"devDependencies": {
"@spectrum-css/avatar": "^7.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/badge/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.

# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)

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

## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)

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

0 comments on commit 55dbbf9

Please sign in to comment.