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 Jun 11, 2024
1 parent 0cab113 commit 043abbe
Show file tree
Hide file tree
Showing 179 changed files with 894 additions and 491 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

### Bug Fixes

- **coachmark,overlay:** adjust imports of overlay and coachmark ([#4455](https://github.com/adobe/spectrum-web-components/issues/4455)) ([39706da](https://github.com/adobe/spectrum-web-components/commit/39706dafe58a598a86d7dc33629409f086a9694e))
- duplicate code to empty global-vars before generating ([#4507](https://github.com/adobe/spectrum-web-components/issues/4507)) ([83215b6](https://github.com/adobe/spectrum-web-components/commit/83215b6cf47b13b5632e02e7d647fede4314be99))
- **menu:** enable numpad arrow and Enter keys ([#4492](https://github.com/adobe/spectrum-web-components/issues/4492)) ([012c411](https://github.com/adobe/spectrum-web-components/commit/012c4116dac62031e5a329cf4da7fb9cd149bfdf))
- **number-field:** select full value when using Tab to enter a field with a unit ([#4340](https://github.com/adobe/spectrum-web-components/issues/4340)) ([a9d5cef](https://github.com/adobe/spectrum-web-components/commit/a9d5cef4a69af4f3f357bacbfdae9465d3e80fa5))
- **number-field:** updated number field to respect all locales ([#4508](https://github.com/adobe/spectrum-web-components/issues/4508)) ([cc6e928](https://github.com/adobe/spectrum-web-components/commit/cc6e928bc6797280f119994b1908f17bbcb574e3))
- **overlay:** ensure hint Overlays within shadow roots open as expected ([#4443](https://github.com/adobe/spectrum-web-components/issues/4443)) ([7dd64b9](https://github.com/adobe/spectrum-web-components/commit/7dd64b92e58ad2fd3a36986f24022728e3cb4c36))
- **overlay:** ensure that passing "open" to the directive manages a single strategy ([#4474](https://github.com/adobe/spectrum-web-components/issues/4474)) ([15d6ac7](https://github.com/adobe/spectrum-web-components/commit/15d6ac71d586eb496b591fa5b097707961600f75))
- **overlay:** persist "host" in directive rendered Overlay content ([#4475](https://github.com/adobe/spectrum-web-components/issues/4475)) ([5d189c2](https://github.com/adobe/spectrum-web-components/commit/5d189c2adf91545eb64a0136fa02d7c8caee8f48))
- **swatch:** sync aria-label with changes in label, color, and mixed state ([#4519](https://github.com/adobe/spectrum-web-components/issues/4519)) ([50aef31](https://github.com/adobe/spectrum-web-components/commit/50aef31ab049fecb3567cd5df9613b1d9bffb593))

### Features

- **combobox:** add `pending` state ([#4462](https://github.com/adobe/spectrum-web-components/issues/4462)) ([2d0c388](https://github.com/adobe/spectrum-web-components/commit/2d0c388cfde52bd5695b3d6db4b0425987ea6f85))
- **contextual-help:** add contextual help pattern ([#4285](https://github.com/adobe/spectrum-web-components/issues/4285)) ([a259aa3](https://github.com/adobe/spectrum-web-components/commit/a259aa35ee4e8a7fba7afb21e806f13bffceeaf3))

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

### 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.42.5",
"version": "0.43.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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -66,11 +66,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.42.5",
"@spectrum-web-components/icon": "^0.42.5",
"@spectrum-web-components/icons-ui": "^0.42.5",
"@spectrum-web-components/reactive-controllers": "^0.42.5",
"@spectrum-web-components/shared": "^0.42.5"
"@spectrum-web-components/base": "^0.43.0",
"@spectrum-web-components/icon": "^0.43.0",
"@spectrum-web-components/icons-ui": "^0.43.0",
"@spectrum-web-components/reactive-controllers": "^0.43.0",
"@spectrum-web-components/shared": "^0.43.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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,11 +57,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-group": "^0.42.5",
"@spectrum-web-components/base": "^0.42.5",
"@spectrum-web-components/button": "^0.42.5",
"@spectrum-web-components/field-label": "^0.42.5",
"@spectrum-web-components/popover": "^0.42.5"
"@spectrum-web-components/action-group": "^0.43.0",
"@spectrum-web-components/base": "^0.43.0",
"@spectrum-web-components/button": "^0.43.0",
"@spectrum-web-components/field-label": "^0.43.0",
"@spectrum-web-components/popover": "^0.43.0"
},
"devDependencies": {
"@spectrum-css/actionbar": "^8.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/action-button/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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,11 +57,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.42.5",
"@spectrum-web-components/button": "^0.42.5",
"@spectrum-web-components/icon": "^0.42.5",
"@spectrum-web-components/icons-ui": "^0.42.5",
"@spectrum-web-components/shared": "^0.42.5"
"@spectrum-web-components/base": "^0.43.0",
"@spectrum-web-components/button": "^0.43.0",
"@spectrum-web-components/icon": "^0.43.0",
"@spectrum-web-components/icons-ui": "^0.43.0",
"@spectrum-web-components/shared": "^0.43.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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.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.42.5",
"@spectrum-web-components/base": "^0.42.5",
"@spectrum-web-components/icons-workflow": "^0.42.5",
"@spectrum-web-components/reactive-controllers": "^0.42.5"
"@spectrum-web-components/action-button": "^0.43.0",
"@spectrum-web-components/base": "^0.43.0",
"@spectrum-web-components/icons-workflow": "^0.43.0",
"@spectrum-web-components/reactive-controllers": "^0.43.0"
},
"devDependencies": {
"@spectrum-css/actiongroup": "^5.1.0"
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.

# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,12 +61,12 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-button": "^0.42.5",
"@spectrum-web-components/base": "^0.42.5",
"@spectrum-web-components/icon": "^0.42.5",
"@spectrum-web-components/icons-workflow": "^0.42.5",
"@spectrum-web-components/picker": "^0.42.5",
"@spectrum-web-components/shared": "^0.42.5"
"@spectrum-web-components/action-button": "^0.43.0",
"@spectrum-web-components/base": "^0.43.0",
"@spectrum-web-components/icon": "^0.43.0",
"@spectrum-web-components/icons-workflow": "^0.43.0",
"@spectrum-web-components/picker": "^0.43.0",
"@spectrum-web-components/shared": "^0.43.0"
},
"devDependencies": {
"@spectrum-css/actionmenu": "^6.1.1"
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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -58,12 +58,12 @@
],
"dependencies": {
"@lit-labs/observers": "^2.0.2",
"@spectrum-web-components/base": "^0.42.5",
"@spectrum-web-components/button": "^0.42.5",
"@spectrum-web-components/button-group": "^0.42.5",
"@spectrum-web-components/divider": "^0.42.5",
"@spectrum-web-components/icons-workflow": "^0.42.5",
"@spectrum-web-components/shared": "^0.42.5"
"@spectrum-web-components/base": "^0.43.0",
"@spectrum-web-components/button": "^0.43.0",
"@spectrum-web-components/button-group": "^0.43.0",
"@spectrum-web-components/divider": "^0.43.0",
"@spectrum-web-components/icons-workflow": "^0.43.0",
"@spectrum-web-components/shared": "^0.43.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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.42.5"
"@spectrum-web-components/base": "^0.43.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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**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.42.5",
"version": "0.43.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.42.5",
"@spectrum-web-components/shared": "^0.42.5"
"@spectrum-web-components/base": "^0.43.0",
"@spectrum-web-components/shared": "^0.43.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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

**Note:** Version bump only for package @spectrum-web-components/badge
Expand Down
6 changes: 3 additions & 3 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-web-components/badge",
"version": "0.42.5",
"version": "0.43.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.42.5",
"@spectrum-web-components/shared": "^0.42.5"
"@spectrum-web-components/base": "^0.43.0",
"@spectrum-web-components/shared": "^0.43.0"
},
"devDependencies": {
"@spectrum-css/badge": "^4.1.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/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.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)

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

## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)

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

0 comments on commit 043abbe

Please sign in to comment.