Skip to content

Commit

Permalink
chore: release new versions #publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Jun 1, 2023
1 parent 51a3feb commit c5f6766
Show file tree
Hide file tree
Showing 160 changed files with 801 additions and 404 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

### Bug Fixes

- **action-group:** update application/management of "role" on group and buttons ([533873b](https://github.com/adobe/spectrum-web-components/commit/533873be83da30e032fbb89a993f5c4e0c1c8086)), closes [#3221](https://github.com/adobe/spectrum-web-components/issues/3221) [#3221](https://github.com/adobe/spectrum-web-components/issues/3221) [#3221](https://github.com/adobe/spectrum-web-components/issues/3221)
- **base:** ensure streaming listener "streams" on the animation frame ([1478db1](https://github.com/adobe/spectrum-web-components/commit/1478db115cfe3aa9278bcfafb57b1d8b77d25b32))
- **color-handle,color-loupe:** accept updated CSS token names ([8c28f6d](https://github.com/adobe/spectrum-web-components/commit/8c28f6d002973bf7398f134ca4e73be8fee967dd))
- **overlay:** ensure CSS calcs resolve to the expected measurement value ([51a3feb](https://github.com/adobe/spectrum-web-components/commit/51a3feb2a42300de369aba06d7ec1eea92ffbd19))
- **picker:** correct attribute spelling of "aria-label" in dismiss button ([5fc9b30](https://github.com/adobe/spectrum-web-components/commit/5fc9b30260f7d6df4d6e3cb6a3e49a149ece5458))
- process "defineElement()" to CEM files ([cd8c99f](https://github.com/adobe/spectrum-web-components/commit/cd8c99f3451ad8cde4d561c14d911b4060c2bca9))

### Features

- **dropzone:** use core tokens ([11f7560](https://github.com/adobe/spectrum-web-components/commit/11f7560fcc83c28e84d05bf23699dd6e9cc90fa1))
- initial impl of next.js wrapper for the swc ([af911e0](https://github.com/adobe/spectrum-web-components/commit/af911e0fc4ba55f6f4f01825ea619f366828252b))
- **number-field:** use core tokens ([23a924e](https://github.com/adobe/spectrum-web-components/commit/23a924ef24ea5adfa0472e8e424bfeec1d184603))
- **popover:** use core tokens ([68328cc](https://github.com/adobe/spectrum-web-components/commit/68328ccd01f44758caf987e02a17d88488f9046c))
- **search,textfield:** use core tokens ([2ed5135](https://github.com/adobe/spectrum-web-components/commit/2ed51355c2787ac06274e763ea1eee7bfd0c9c72))
- **slider:** use spectrum-tokens ([8b1e72c](https://github.com/adobe/spectrum-web-components/commit/8b1e72c2876a6480421490509eb3b4def00a7a5f))
- **thumbnail:** use core tokens ([e298035](https://github.com/adobe/spectrum-web-components/commit/e2980354e04ab375bdaa8a6fc31141abc31dc802))

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "projects/*", "tools/*"],
"version": "0.31.0",
"version": "0.32.0",
"granularPathspec": false,
"npmClient": "yarn",
"useWorkspaces": true,
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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**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.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -66,11 +66,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/icon": "^0.31.0",
"@spectrum-web-components/icons-ui": "^0.31.0",
"@spectrum-web-components/reactive-controllers": "^0.31.0",
"@spectrum-web-components/shared": "^0.31.0"
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/icon": "^0.32.0",
"@spectrum-web-components/icons-ui": "^0.32.0",
"@spectrum-web-components/reactive-controllers": "^0.32.0",
"@spectrum-web-components/shared": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/accordion": "^3.0.44"
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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**Note:** Version bump only for package @spectrum-web-components/action-bar
Expand Down
6 changes: 3 additions & 3 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.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/popover": "^0.31.0"
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/popover": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/actionbar": "^4.0.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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**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.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,11 +57,11 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/button": "^0.31.0",
"@spectrum-web-components/icon": "^0.31.0",
"@spectrum-web-components/icons-ui": "^0.31.0",
"@spectrum-web-components/shared": "^0.31.0"
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/button": "^0.32.0",
"@spectrum-web-components/icon": "^0.32.0",
"@spectrum-web-components/icons-ui": "^0.32.0",
"@spectrum-web-components/shared": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "^3.0.43"
Expand Down
6 changes: 6 additions & 0 deletions packages/action-group/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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

### Bug Fixes

- **action-group:** update application/management of "role" on group and buttons ([533873b](https://github.com/adobe/spectrum-web-components/commit/533873be83da30e032fbb89a993f5c4e0c1c8086)), closes [#3221](https://github.com/adobe/spectrum-web-components/issues/3221) [#3221](https://github.com/adobe/spectrum-web-components/issues/3221) [#3221](https://github.com/adobe/spectrum-web-components/issues/3221)

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**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.31.0",
"version": "0.32.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.31.0",
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/icons-workflow": "^0.31.0",
"@spectrum-web-components/reactive-controllers": "^0.31.0"
"@spectrum-web-components/action-button": "^0.32.0",
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/icons-workflow": "^0.32.0",
"@spectrum-web-components/reactive-controllers": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/actiongroup": "^3.0.44"
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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**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.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -61,12 +61,12 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/action-button": "^0.31.0",
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/icon": "^0.31.0",
"@spectrum-web-components/icons-workflow": "^0.31.0",
"@spectrum-web-components/picker": "^0.31.0",
"@spectrum-web-components/shared": "^0.31.0"
"@spectrum-web-components/action-button": "^0.32.0",
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/icon": "^0.32.0",
"@spectrum-web-components/icons-workflow": "^0.32.0",
"@spectrum-web-components/picker": "^0.32.0",
"@spectrum-web-components/shared": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/actionmenu": "^4.0.31"
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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**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.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.31.0"
"@spectrum-web-components/base": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/asset": "^3.0.40"
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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**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.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/shared": "^0.31.0"
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/shared": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/avatar": "^6.0.29"
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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**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.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/shared": "^0.31.0"
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/shared": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/badge": "^3.0.31"
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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

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

# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

**Note:** Version bump only for package @spectrum-web-components/button-group
Expand Down
6 changes: 3 additions & 3 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": "0.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,8 +57,8 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/button": "^0.31.0"
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/button": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/buttongroup": "^6.0.46"
Expand Down
4 changes: 4 additions & 0 deletions packages/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.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)

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

# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 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": "0.31.0",
"version": "0.32.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -82,12 +82,12 @@
"lit-html"
],
"dependencies": {
"@spectrum-web-components/base": "^0.31.0",
"@spectrum-web-components/clear-button": "^0.31.0",
"@spectrum-web-components/close-button": "^0.31.0",
"@spectrum-web-components/icon": "^0.31.0",
"@spectrum-web-components/icons-ui": "^0.31.0",
"@spectrum-web-components/shared": "^0.31.0"
"@spectrum-web-components/base": "^0.32.0",
"@spectrum-web-components/clear-button": "^0.32.0",
"@spectrum-web-components/close-button": "^0.32.0",
"@spectrum-web-components/icon": "^0.32.0",
"@spectrum-web-components/icons-ui": "^0.32.0",
"@spectrum-web-components/shared": "^0.32.0"
},
"devDependencies": {
"@spectrum-css/button": "^10.0.11"
Expand Down

0 comments on commit c5f6766

Please sign in to comment.