diff --git a/.storybook/CHANGELOG.md b/.storybook/CHANGELOG.md
index abe5741b5d7..ce75043200b 100644
--- a/.storybook/CHANGELOG.md
+++ b/.storybook/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##6.0.1
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@6.0.0...@spectrum-css/preview@6.0.1)
+
+### 🐛 Bug fixes
+
+- **storybook:**postcss parsing error for node_modules paths ([#2321](https://github.com/adobe/spectrum-css/issues/2321))([a6bd124](https://github.com/adobe/spectrum-css/commit/a6bd124))
+
#6.0.0
🗓
diff --git a/.storybook/package.json b/.storybook/package.json
index 029894c7f19..ab6d326449b 100644
--- a/.storybook/package.json
+++ b/.storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/preview",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "A Spectrum CSS preview",
"license": "Apache-2.0",
"author": "Adobe",
@@ -20,7 +20,7 @@
"@spectrum-css/expressvars": "^3.0.9",
"@spectrum-css/icon": "^4.0.5",
"@spectrum-css/site": "^4.0.2",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"@spectrum-css/vars": "^9.0.8"
},
"devDependencies": {
diff --git a/components/accordion/CHANGELOG.md b/components/accordion/CHANGELOG.md
index 3d23b2e7539..8cee331fb00 100644
--- a/components/accordion/CHANGELOG.md
+++ b/components/accordion/CHANGELOG.md
@@ -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.
+
+##4.0.26
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.0.25...@spectrum-css/accordion@4.0.26)
+
+**Note:** Version bump only for package @spectrum-css/accordion
+
##4.0.25
🗓
diff --git a/components/accordion/package.json b/components/accordion/package.json
index 4e167188aaa..3f73f3accf9 100644
--- a/components/accordion/package.json
+++ b/components/accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/accordion",
- "version": "4.0.25",
+ "version": "4.0.26",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/actionbar/CHANGELOG.md b/components/actionbar/CHANGELOG.md
index b4bf946b7f9..130a3aa8832 100644
--- a/components/actionbar/CHANGELOG.md
+++ b/components/actionbar/CHANGELOG.md
@@ -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.
+
+##7.0.10
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@7.0.9...@spectrum-css/actionbar@7.0.10)
+
+**Note:** Version bump only for package @spectrum-css/actionbar
+
##7.0.9
🗓
diff --git a/components/actionbar/package.json b/components/actionbar/package.json
index 5a1744e9075..bf69736bd9a 100644
--- a/components/actionbar/package.json
+++ b/components/actionbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
- "version": "7.0.9",
+ "version": "7.0.10",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -27,14 +27,14 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/closebutton": "^4.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/fieldlabel": "^7.1.5",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/closebutton": "^4.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/fieldlabel": "^7.2.0",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/popover": "^6.0.82",
- "@spectrum-css/table": "^5.0.9",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/popover": "^6.0.83",
+ "@spectrum-css/table": "^5.0.10",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/actionbutton/CHANGELOG.md b/components/actionbutton/CHANGELOG.md
index 868594728e8..4dfbb91b928 100644
--- a/components/actionbutton/CHANGELOG.md
+++ b/components/actionbutton/CHANGELOG.md
@@ -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.
+
+##5.0.16
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.0.15...@spectrum-css/actionbutton@5.0.16)
+
+**Note:** Version bump only for package @spectrum-css/actionbutton
+
##5.0.15
🗓
diff --git a/components/actionbutton/package.json b/components/actionbutton/package.json
index 55c85447568..a4d581648e6 100644
--- a/components/actionbutton/package.json
+++ b/components/actionbutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbutton",
- "version": "5.0.15",
+ "version": "5.0.16",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/actiongroup/CHANGELOG.md b/components/actiongroup/CHANGELOG.md
index cdb9f65a8e8..3377fe0ad70 100644
--- a/components/actiongroup/CHANGELOG.md
+++ b/components/actiongroup/CHANGELOG.md
@@ -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.
+
+##4.1.8
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@4.1.7...@spectrum-css/actiongroup@4.1.8)
+
+**Note:** Version bump only for package @spectrum-css/actiongroup
+
##4.1.7
🗓
diff --git a/components/actiongroup/package.json b/components/actiongroup/package.json
index 26677b668bf..d8fadc89223 100644
--- a/components/actiongroup/package.json
+++ b/components/actiongroup/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actiongroup",
- "version": "4.1.7",
+ "version": "4.1.8",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,10 +22,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/actionmenu/CHANGELOG.md b/components/actionmenu/CHANGELOG.md
index d80a434c858..989955973cc 100644
--- a/components/actionmenu/CHANGELOG.md
+++ b/components/actionmenu/CHANGELOG.md
@@ -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.
+
+##5.0.9
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@5.0.8...@spectrum-css/actionmenu@5.0.9)
+
+**Note:** Version bump only for package @spectrum-css/actionmenu
+
##5.0.8
🗓
diff --git a/components/actionmenu/package.json b/components/actionmenu/package.json
index eae442eb602..afe3c3156f1 100644
--- a/components/actionmenu/package.json
+++ b/components/actionmenu/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionmenu",
- "version": "5.0.8",
+ "version": "5.0.9",
"description": "The Spectrum CSS actionmenu component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -25,12 +25,12 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/menu": "^5.1.5",
- "@spectrum-css/popover": "^6.0.82",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/menu": "^5.2.0",
+ "@spectrum-css/popover": "^6.0.83",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/alertbanner/CHANGELOG.md b/components/alertbanner/CHANGELOG.md
index deb968fd1e2..7b6c93c48df 100644
--- a/components/alertbanner/CHANGELOG.md
+++ b/components/alertbanner/CHANGELOG.md
@@ -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.
+
+##1.1.34
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertbanner@1.1.33...@spectrum-css/alertbanner@1.1.34)
+
+**Note:** Version bump only for package @spectrum-css/alertbanner
+
##1.1.33
🗓
diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json
index 002c114a5b9..d458530c1e2 100644
--- a/components/alertbanner/package.json
+++ b/components/alertbanner/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertbanner",
- "version": "1.1.33",
+ "version": "1.1.34",
"description": "The Spectrum CSS alertbanner component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,11 +24,11 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/closebutton": "^4.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/divider": "^2.1.33",
+ "@spectrum-css/closebutton": "^4.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/divider": "^2.1.34",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/alertdialog/CHANGELOG.md b/components/alertdialog/CHANGELOG.md
index da878da3d52..ef6766d1ce7 100644
--- a/components/alertdialog/CHANGELOG.md
+++ b/components/alertdialog/CHANGELOG.md
@@ -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.
+
+##1.0.15
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.14...@spectrum-css/alertdialog@1.0.15)
+
+**Note:** Version bump only for package @spectrum-css/alertdialog
+
##1.0.14
🗓
diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json
index 9d70dd3b029..a8b3aec5c2e 100644
--- a/components/alertdialog/package.json
+++ b/components/alertdialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertdialog",
- "version": "1.0.14",
+ "version": "1.0.15",
"description": "The Spectrum CSS alertdialog component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -27,14 +27,14 @@
"@spectrum-css/underlay": ">=3"
},
"devDependencies": {
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/buttongroup": "^6.1.14",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/divider": "^2.1.33",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/buttongroup": "^6.1.15",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/divider": "^2.1.34",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/modal": "^4.0.3",
- "@spectrum-css/tokens": "^13.0.4",
- "@spectrum-css/underlay": "^3.0.11",
+ "@spectrum-css/modal": "^4.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
+ "@spectrum-css/underlay": "^3.0.12",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/assetcard/CHANGELOG.md b/components/assetcard/CHANGELOG.md
index f6a5e188fcf..da0c621af27 100644
--- a/components/assetcard/CHANGELOG.md
+++ b/components/assetcard/CHANGELOG.md
@@ -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.
+
+##3.0.3
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@3.0.2...@spectrum-css/assetcard@3.0.3)
+
+**Note:** Version bump only for package @spectrum-css/assetcard
+
##3.0.2
🗓
diff --git a/components/assetcard/package.json b/components/assetcard/package.json
index 197b3119d9e..b184e61be5f 100644
--- a/components/assetcard/package.json
+++ b/components/assetcard/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetcard",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "The Spectrum CSS asset card component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,10 +23,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/checkbox": "^8.0.2",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/checkbox": "^8.0.3",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/assetlist/CHANGELOG.md b/components/assetlist/CHANGELOG.md
index 1bb723738a0..bb83cf4827a 100644
--- a/components/assetlist/CHANGELOG.md
+++ b/components/assetlist/CHANGELOG.md
@@ -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.
+
+##5.0.3
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@5.0.2...@spectrum-css/assetlist@5.0.3)
+
+**Note:** Version bump only for package @spectrum-css/assetlist
+
##5.0.2
🗓
diff --git a/components/assetlist/package.json b/components/assetlist/package.json
index 7271b6dc90c..6ad183da910 100644
--- a/components/assetlist/package.json
+++ b/components/assetlist/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/assetlist",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "The Spectrum CSS assetlist component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,10 +23,10 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
- "@spectrum-css/checkbox": "^8.0.2",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/checkbox": "^8.0.3",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/avatar/CHANGELOG.md b/components/avatar/CHANGELOG.md
index ed3198fa1cd..9231ec1c198 100644
--- a/components/avatar/CHANGELOG.md
+++ b/components/avatar/CHANGELOG.md
@@ -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.
+
+##6.0.61
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@6.0.60...@spectrum-css/avatar@6.0.61)
+
+**Note:** Version bump only for package @spectrum-css/avatar
+
##6.0.60
🗓
diff --git a/components/avatar/package.json b/components/avatar/package.json
index 9ed42784a70..e391d5f73d2 100644
--- a/components/avatar/package.json
+++ b/components/avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/avatar",
- "version": "6.0.60",
+ "version": "6.0.61",
"description": "The Spectrum CSS avatar component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/badge/CHANGELOG.md b/components/badge/CHANGELOG.md
index fd0785545d4..4218512928c 100644
--- a/components/badge/CHANGELOG.md
+++ b/components/badge/CHANGELOG.md
@@ -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.
+
+##3.1.17
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@3.1.16...@spectrum-css/badge@3.1.17)
+
+**Note:** Version bump only for package @spectrum-css/badge
+
##3.1.16
🗓
diff --git a/components/badge/package.json b/components/badge/package.json
index 05096e09824..2a2decd6b53 100644
--- a/components/badge/package.json
+++ b/components/badge/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/badge",
- "version": "3.1.16",
+ "version": "3.1.17",
"description": "The Spectrum CSS badge component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/breadcrumb/CHANGELOG.md b/components/breadcrumb/CHANGELOG.md
index 2c05d5a4229..501d0e4db81 100644
--- a/components/breadcrumb/CHANGELOG.md
+++ b/components/breadcrumb/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##8.0.16
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/breadcrumb@8.0.15...@spectrum-css/breadcrumb@8.0.16)
+
+### 🐛 Bug fixes
+
+- **breadcrumb:**focus outline only on keyboard focus([1f72c3e](https://github.com/adobe/spectrum-css/commit/1f72c3e))
+
##8.0.15
🗓
diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json
index be791c5d949..e0538b8084d 100644
--- a/components/breadcrumb/package.json
+++ b/components/breadcrumb/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/breadcrumb",
- "version": "8.0.15",
+ "version": "8.0.16",
"description": "The Spectrum CSS breadcrumb component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,10 +23,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/button/CHANGELOG.md b/components/button/CHANGELOG.md
index 24274fedd60..4dc9ba2a26d 100644
--- a/components/button/CHANGELOG.md
+++ b/components/button/CHANGELOG.md
@@ -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.
+
+##11.0.17
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@11.0.16...@spectrum-css/button@11.0.17)
+
+**Note:** Version bump only for package @spectrum-css/button
+
##11.0.16
🗓
diff --git a/components/button/package.json b/components/button/package.json
index 5c8d1b89008..c4af253dd1a 100644
--- a/components/button/package.json
+++ b/components/button/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/button",
- "version": "11.0.16",
+ "version": "11.0.17",
"description": "The Spectrum CSS button component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,9 +21,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/buttongroup/CHANGELOG.md b/components/buttongroup/CHANGELOG.md
index 0eb03370bef..3ac5cb48ce9 100644
--- a/components/buttongroup/CHANGELOG.md
+++ b/components/buttongroup/CHANGELOG.md
@@ -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.
+
+##6.1.15
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/buttongroup@6.1.14...@spectrum-css/buttongroup@6.1.15)
+
+**Note:** Version bump only for package @spectrum-css/buttongroup
+
##6.1.14
🗓
diff --git a/components/buttongroup/package.json b/components/buttongroup/package.json
index 34e4890c6de..63291c9c208 100644
--- a/components/buttongroup/package.json
+++ b/components/buttongroup/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/buttongroup",
- "version": "6.1.14",
+ "version": "6.1.15",
"description": "The Spectrum CSS buttongroup component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,10 +22,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/calendar/CHANGELOG.md b/components/calendar/CHANGELOG.md
index 8968f455eff..a751d96fef5 100644
--- a/components/calendar/CHANGELOG.md
+++ b/components/calendar/CHANGELOG.md
@@ -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.
+
+##4.0.21
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/calendar@4.0.20...@spectrum-css/calendar@4.0.21)
+
+**Note:** Version bump only for package @spectrum-css/calendar
+
##4.0.20
🗓
diff --git a/components/calendar/package.json b/components/calendar/package.json
index b7441e22c59..2c8f48f570c 100644
--- a/components/calendar/package.json
+++ b/components/calendar/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/calendar",
- "version": "4.0.20",
+ "version": "4.0.21",
"description": "The Spectrum CSS calendar component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,10 +23,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/card/CHANGELOG.md b/components/card/CHANGELOG.md
index f679dfe73f6..4c22fd3f7fa 100644
--- a/components/card/CHANGELOG.md
+++ b/components/card/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##6.2.1
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/card@6.2.0...@spectrum-css/card@6.2.1)
+
+### 🐛 Bug fixes
+
+- **card:**focus outline only on keyboard focus([268e3cc](https://github.com/adobe/spectrum-css/commit/268e3cc))
+
#6.2.0
🗓
diff --git a/components/card/package.json b/components/card/package.json
index 2e398e43290..debee7daf2c 100644
--- a/components/card/package.json
+++ b/components/card/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/card",
- "version": "6.2.0",
+ "version": "6.2.1",
"description": "The Spectrum CSS card component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -27,14 +27,14 @@
"@spectrum-css/typography": ">=4 <=5"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
+ "@spectrum-css/actionbutton": "^5.0.16",
"@spectrum-css/asset": "^3.0.50",
- "@spectrum-css/checkbox": "^8.0.2",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/checkbox": "^8.0.3",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/quickaction": "^3.0.91",
- "@spectrum-css/tokens": "^13.0.4",
- "@spectrum-css/typography": "^5.0.48",
+ "@spectrum-css/quickaction": "^3.0.92",
+ "@spectrum-css/tokens": "^13.0.5",
+ "@spectrum-css/typography": "^5.0.49",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/checkbox/CHANGELOG.md b/components/checkbox/CHANGELOG.md
index 7dba89fc587..4ebaa21cbf7 100644
--- a/components/checkbox/CHANGELOG.md
+++ b/components/checkbox/CHANGELOG.md
@@ -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.
+
+##8.0.3
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/checkbox@8.0.2...@spectrum-css/checkbox@8.0.3)
+
+**Note:** Version bump only for package @spectrum-css/checkbox
+
##8.0.2
🗓
diff --git a/components/checkbox/package.json b/components/checkbox/package.json
index 5d1cc69fa65..7ec8cd9b44f 100644
--- a/components/checkbox/package.json
+++ b/components/checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/checkbox",
- "version": "8.0.2",
+ "version": "8.0.3",
"description": "The Spectrum CSS checkbox component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/clearbutton/CHANGELOG.md b/components/clearbutton/CHANGELOG.md
index b40ee6aa95f..5b493672531 100644
--- a/components/clearbutton/CHANGELOG.md
+++ b/components/clearbutton/CHANGELOG.md
@@ -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.
+
+##5.0.14
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/clearbutton@5.0.13...@spectrum-css/clearbutton@5.0.14)
+
+**Note:** Version bump only for package @spectrum-css/clearbutton
+
##5.0.13
🗓
diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json
index 2df9563fd4a..ea285da62c8 100644
--- a/components/clearbutton/package.json
+++ b/components/clearbutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/clearbutton",
- "version": "5.0.13",
+ "version": "5.0.14",
"description": "The Spectrum CSS clearbutton component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/closebutton/CHANGELOG.md b/components/closebutton/CHANGELOG.md
index ba72c662dac..96e18b811fe 100644
--- a/components/closebutton/CHANGELOG.md
+++ b/components/closebutton/CHANGELOG.md
@@ -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.
+
+##4.0.16
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/closebutton@4.0.15...@spectrum-css/closebutton@4.0.16)
+
+**Note:** Version bump only for package @spectrum-css/closebutton
+
##4.0.15
🗓
diff --git a/components/closebutton/package.json b/components/closebutton/package.json
index 2d429dff795..3eba923aa65 100644
--- a/components/closebutton/package.json
+++ b/components/closebutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/closebutton",
- "version": "4.0.15",
+ "version": "4.0.16",
"description": "The Spectrum CSS close button component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,9 +21,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/coachindicator/CHANGELOG.md b/components/coachindicator/CHANGELOG.md
index e4d87c4d45c..ce9a65f5094 100644
--- a/components/coachindicator/CHANGELOG.md
+++ b/components/coachindicator/CHANGELOG.md
@@ -2,3 +2,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+#1.0.0
+🗓
+2023-12-04
+
+### ✨ Features
+
+- **coachindicator:**adds new component([8794ddd](https://github.com/adobe/spectrum-css/commit/8794ddd))
diff --git a/components/coachindicator/package.json b/components/coachindicator/package.json
index cb6e0b88c6d..6fb197a2026 100644
--- a/components/coachindicator/package.json
+++ b/components/coachindicator/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/coachindicator",
- "version": "1.0.0-alpha.3",
+ "version": "1.0.0",
"description": "The Spectrum CSS Coach Indicator component ",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/coachmark/CHANGELOG.md b/components/coachmark/CHANGELOG.md
index b2850d86162..cf6c67c59ac 100644
--- a/components/coachmark/CHANGELOG.md
+++ b/components/coachmark/CHANGELOG.md
@@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+#6.0.0
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/coachmark@5.0.75...@spectrum-css/coachmark@6.0.0)
+
+### ✨ Features
+
+- **coachmark:**migrate to spectrum-tokens([5e5862f](https://github.com/adobe/spectrum-css/commit/5e5862f))
+
+ ###
+ 🛑 BREAKING CHANGES
+
+ *
+ **coachmark:** migrates Coach Mark to `@adobe/spectrum-tokens`
+
##5.0.75
🗓
diff --git a/components/coachmark/package.json b/components/coachmark/package.json
index 143addcdd97..edd69f8d297 100644
--- a/components/coachmark/package.json
+++ b/components/coachmark/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/coachmark",
- "version": "6.0.0-beta.2",
+ "version": "6.0.0",
"description": "The Spectrum CSS coachmark component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -27,14 +27,14 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/actionmenu": "^5.0.8",
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/buttongroup": "^6.1.14",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/menu": "^5.1.5",
- "@spectrum-css/popover": "^6.0.82",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/actionmenu": "^5.0.9",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/buttongroup": "^6.1.15",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/menu": "^5.2.0",
+ "@spectrum-css/popover": "^6.0.83",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/colorarea/CHANGELOG.md b/components/colorarea/CHANGELOG.md
index 8b5edd88a59..d4095a22ba5 100644
--- a/components/colorarea/CHANGELOG.md
+++ b/components/colorarea/CHANGELOG.md
@@ -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.
+
+##4.0.50
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorarea@4.0.49...@spectrum-css/colorarea@4.0.50)
+
+**Note:** Version bump only for package @spectrum-css/colorarea
+
##4.0.49
🗓
diff --git a/components/colorarea/package.json b/components/colorarea/package.json
index dd57ecd1e5a..1f8cb510b9b 100644
--- a/components/colorarea/package.json
+++ b/components/colorarea/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorarea",
- "version": "4.0.49",
+ "version": "4.0.50",
"description": "The Spectrum CSS Color Area component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/colorhandle": "^7.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/colorhandle": "^7.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/colorhandle/CHANGELOG.md b/components/colorhandle/CHANGELOG.md
index 4b5c770d00d..a68b038611d 100644
--- a/components/colorhandle/CHANGELOG.md
+++ b/components/colorhandle/CHANGELOG.md
@@ -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.
+
+##7.0.16
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorhandle@7.0.15...@spectrum-css/colorhandle@7.0.16)
+
+**Note:** Version bump only for package @spectrum-css/colorhandle
+
##7.0.15
🗓
diff --git a/components/colorhandle/package.json b/components/colorhandle/package.json
index 4f4e438378f..8ba5576ac8a 100644
--- a/components/colorhandle/package.json
+++ b/components/colorhandle/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorhandle",
- "version": "7.0.15",
+ "version": "7.0.16",
"description": "The Spectrum CSS Color Handle component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,10 +23,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/colorloupe": "^4.1.26",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/opacitycheckerboard": "^1.0.7",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/colorloupe": "^4.1.27",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/opacitycheckerboard": "^1.0.8",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/colorloupe/CHANGELOG.md b/components/colorloupe/CHANGELOG.md
index bd1a1f1e621..cd0170ffdfe 100644
--- a/components/colorloupe/CHANGELOG.md
+++ b/components/colorloupe/CHANGELOG.md
@@ -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.
+
+##4.1.27
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorloupe@4.1.26...@spectrum-css/colorloupe@4.1.27)
+
+**Note:** Version bump only for package @spectrum-css/colorloupe
+
##4.1.26
🗓
diff --git a/components/colorloupe/package.json b/components/colorloupe/package.json
index 914171f3eef..19232fef704 100644
--- a/components/colorloupe/package.json
+++ b/components/colorloupe/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorloupe",
- "version": "4.1.26",
+ "version": "4.1.27",
"description": "The Spectrum CSS Color Loupe component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/colorslider/CHANGELOG.md b/components/colorslider/CHANGELOG.md
index f1a34f3f2f6..b2971c5b0aa 100644
--- a/components/colorslider/CHANGELOG.md
+++ b/components/colorslider/CHANGELOG.md
@@ -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.
+
+##5.0.13
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorslider@5.0.12...@spectrum-css/colorslider@5.0.13)
+
+**Note:** Version bump only for package @spectrum-css/colorslider
+
##5.0.12
🗓
diff --git a/components/colorslider/package.json b/components/colorslider/package.json
index 254af423baa..ab9816d8f2f 100644
--- a/components/colorslider/package.json
+++ b/components/colorslider/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorslider",
- "version": "5.0.12",
+ "version": "5.0.13",
"description": "The Spectrum CSS Color slider component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,10 +23,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/colorhandle": "^7.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/opacitycheckerboard": "^1.0.7",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/colorhandle": "^7.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/opacitycheckerboard": "^1.0.8",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/colorwheel/CHANGELOG.md b/components/colorwheel/CHANGELOG.md
index ab70f9c783f..93a7a8856b0 100644
--- a/components/colorwheel/CHANGELOG.md
+++ b/components/colorwheel/CHANGELOG.md
@@ -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.
+
+##3.0.50
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorwheel@3.0.49...@spectrum-css/colorwheel@3.0.50)
+
+**Note:** Version bump only for package @spectrum-css/colorwheel
+
##3.0.49
🗓
diff --git a/components/colorwheel/package.json b/components/colorwheel/package.json
index f2a2b809c8c..0ec87a98a57 100644
--- a/components/colorwheel/package.json
+++ b/components/colorwheel/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/colorwheel",
- "version": "3.0.49",
+ "version": "3.0.50",
"description": "The Spectrum CSS Color Area component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,10 +22,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/colorarea": "^4.0.49",
- "@spectrum-css/colorhandle": "^7.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/colorarea": "^4.0.50",
+ "@spectrum-css/colorhandle": "^7.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/combobox/CHANGELOG.md b/components/combobox/CHANGELOG.md
index 02551cf1a0d..a19f9139be2 100644
--- a/components/combobox/CHANGELOG.md
+++ b/components/combobox/CHANGELOG.md
@@ -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.
+
+##2.0.46
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/combobox@2.0.45...@spectrum-css/combobox@2.0.46)
+
+**Note:** Version bump only for package @spectrum-css/combobox
+
##2.0.45
🗓
diff --git a/components/combobox/package.json b/components/combobox/package.json
index 38aff5c4463..41193addb19 100644
--- a/components/combobox/package.json
+++ b/components/combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/combobox",
- "version": "2.0.45",
+ "version": "2.0.46",
"description": "The Spectrum CSS combobox component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,13 +23,13 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/menu": "^5.1.5",
- "@spectrum-css/pickerbutton": "^4.0.20",
- "@spectrum-css/popover": "^6.0.82",
- "@spectrum-css/progresscircle": "^2.0.73",
- "@spectrum-css/textfield": "^6.0.28",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/menu": "^5.2.0",
+ "@spectrum-css/pickerbutton": "^4.0.21",
+ "@spectrum-css/popover": "^6.0.83",
+ "@spectrum-css/progresscircle": "^2.0.74",
+ "@spectrum-css/textfield": "^6.0.29",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/contextualhelp/CHANGELOG.md b/components/contextualhelp/CHANGELOG.md
index a98a1196139..a0f2e1fc9a4 100644
--- a/components/contextualhelp/CHANGELOG.md
+++ b/components/contextualhelp/CHANGELOG.md
@@ -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.
+
+##2.0.44
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/contextualhelp@2.0.43...@spectrum-css/contextualhelp@2.0.44)
+
+**Note:** Version bump only for package @spectrum-css/contextualhelp
+
##2.0.43
🗓
diff --git a/components/contextualhelp/package.json b/components/contextualhelp/package.json
index ac2781b4ddd..195c82b1f1d 100644
--- a/components/contextualhelp/package.json
+++ b/components/contextualhelp/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/contextualhelp",
- "version": "2.0.43",
+ "version": "2.0.44",
"description": "The Spectrum CSS contextualhelp component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -26,10 +26,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/popover": "^6.0.82",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/popover": "^6.0.83",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/cyclebutton/CHANGELOG.md b/components/cyclebutton/CHANGELOG.md
index 9e2ee24cdba..041ef401931 100644
--- a/components/cyclebutton/CHANGELOG.md
+++ b/components/cyclebutton/CHANGELOG.md
@@ -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.
+
+##3.0.90
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/cyclebutton@3.0.89...@spectrum-css/cyclebutton@3.0.90)
+
+**Note:** Version bump only for package @spectrum-css/cyclebutton
+
##3.0.89
🗓
diff --git a/components/cyclebutton/package.json b/components/cyclebutton/package.json
index f94a9c85917..496553a4728 100644
--- a/components/cyclebutton/package.json
+++ b/components/cyclebutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/cyclebutton",
- "version": "3.0.89",
+ "version": "3.0.90",
"description": "The Spectrum CSS cyclebutton component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,7 +23,7 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
+ "@spectrum-css/actionbutton": "^5.0.16",
"@spectrum-css/component-builder": "^4.0.18",
"@spectrum-css/icon": "^4.0.5",
"@spectrum-css/vars": "^9.0.8",
diff --git a/components/datepicker/CHANGELOG.md b/components/datepicker/CHANGELOG.md
index cb58e1e87c7..63e460277ff 100644
--- a/components/datepicker/CHANGELOG.md
+++ b/components/datepicker/CHANGELOG.md
@@ -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.
+
+##2.0.3
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/datepicker@2.0.2...@spectrum-css/datepicker@2.0.3)
+
+**Note:** Version bump only for package @spectrum-css/datepicker
+
##2.0.2
🗓
diff --git a/components/datepicker/package.json b/components/datepicker/package.json
index 148d629d772..5234f9ba82d 100644
--- a/components/datepicker/package.json
+++ b/components/datepicker/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/datepicker",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "The Spectrum CSS datepicker component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,13 +23,13 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/menu": "^5.1.5",
- "@spectrum-css/pickerbutton": "^4.0.20",
- "@spectrum-css/popover": "^6.0.82",
- "@spectrum-css/textfield": "^6.0.28",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/menu": "^5.2.0",
+ "@spectrum-css/pickerbutton": "^4.0.21",
+ "@spectrum-css/popover": "^6.0.83",
+ "@spectrum-css/textfield": "^6.0.29",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/dial/CHANGELOG.md b/components/dial/CHANGELOG.md
index 87cec50ede4..fc1aaf3acda 100644
--- a/components/dial/CHANGELOG.md
+++ b/components/dial/CHANGELOG.md
@@ -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.
+
+##2.0.4
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dial@2.0.3...@spectrum-css/dial@2.0.4)
+
+**Note:** Version bump only for package @spectrum-css/dial
+
##2.0.3
🗓
diff --git a/components/dial/package.json b/components/dial/package.json
index bd443e039cb..83a848bfa92 100644
--- a/components/dial/package.json
+++ b/components/dial/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/dial",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "The Spectrum CSS dial component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/dialog/CHANGELOG.md b/components/dialog/CHANGELOG.md
index 544991cbdf4..164501fbe4d 100644
--- a/components/dialog/CHANGELOG.md
+++ b/components/dialog/CHANGELOG.md
@@ -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.
+
+##9.0.4
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dialog@9.0.3...@spectrum-css/dialog@9.0.4)
+
+**Note:** Version bump only for package @spectrum-css/dialog
+
##9.0.3
🗓
diff --git a/components/dialog/package.json b/components/dialog/package.json
index cb78bff423a..976ea08cbf6 100644
--- a/components/dialog/package.json
+++ b/components/dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/dialog",
- "version": "9.0.3",
+ "version": "9.0.4",
"description": "The Spectrum CSS dialog component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -28,15 +28,15 @@
"@spectrum-css/underlay": ">=3"
},
"devDependencies": {
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/buttongroup": "^6.1.14",
- "@spectrum-css/closebutton": "^4.0.15",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/buttongroup": "^6.1.15",
+ "@spectrum-css/closebutton": "^4.0.16",
"@spectrum-css/component-builder": "^4.0.18",
- "@spectrum-css/divider": "^2.1.33",
+ "@spectrum-css/divider": "^2.1.34",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/modal": "^4.0.3",
- "@spectrum-css/tokens": "^13.0.4",
- "@spectrum-css/underlay": "^3.0.11",
+ "@spectrum-css/modal": "^4.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
+ "@spectrum-css/underlay": "^3.0.12",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/divider/CHANGELOG.md b/components/divider/CHANGELOG.md
index c61567ff8f7..a873b84ca38 100644
--- a/components/divider/CHANGELOG.md
+++ b/components/divider/CHANGELOG.md
@@ -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.
+
+##2.1.34
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/divider@2.1.33...@spectrum-css/divider@2.1.34)
+
+**Note:** Version bump only for package @spectrum-css/divider
+
##2.1.33
🗓
diff --git a/components/divider/package.json b/components/divider/package.json
index c8d44c01f6c..063e61f1f6b 100644
--- a/components/divider/package.json
+++ b/components/divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/divider",
- "version": "2.1.33",
+ "version": "2.1.34",
"description": "The Spectrum CSS divider component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/dropindicator/CHANGELOG.md b/components/dropindicator/CHANGELOG.md
index 067c28e9873..e698de973b3 100644
--- a/components/dropindicator/CHANGELOG.md
+++ b/components/dropindicator/CHANGELOG.md
@@ -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.
+
+##4.0.3
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dropindicator@4.0.2...@spectrum-css/dropindicator@4.0.3)
+
+**Note:** Version bump only for package @spectrum-css/dropindicator
+
##4.0.2
🗓
diff --git a/components/dropindicator/package.json b/components/dropindicator/package.json
index a07570cb3e0..3e848b0fa2c 100644
--- a/components/dropindicator/package.json
+++ b/components/dropindicator/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/dropindicator",
- "version": "4.0.2",
+ "version": "4.0.3",
"description": "The Spectrum CSS dropindicator component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/dropzone/CHANGELOG.md b/components/dropzone/CHANGELOG.md
index 439e0a83ac8..dfdd011ec82 100644
--- a/components/dropzone/CHANGELOG.md
+++ b/components/dropzone/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##5.0.30
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dropzone@5.0.29...@spectrum-css/dropzone@5.0.30)
+
+### 🐛 Bug fixes
+
+- **dropzone:**focus outline only on keyboard focus([b683376](https://github.com/adobe/spectrum-css/commit/b683376))
+
##5.0.29
🗓
diff --git a/components/dropzone/package.json b/components/dropzone/package.json
index 0bead171967..af85416db23 100644
--- a/components/dropzone/package.json
+++ b/components/dropzone/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/dropzone",
- "version": "5.0.29",
+ "version": "5.0.30",
"description": "The Spectrum CSS dropzone component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,11 +23,11 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/illustratedmessage": "^6.0.29",
- "@spectrum-css/link": "^4.0.73",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/illustratedmessage": "^6.0.30",
+ "@spectrum-css/link": "^4.0.74",
+ "@spectrum-css/tokens": "^13.0.5",
"@spectrum-css/vars": "^9.0.8",
"gulp": "^4.0.0"
},
diff --git a/components/fieldgroup/CHANGELOG.md b/components/fieldgroup/CHANGELOG.md
index 27aae9e6ca5..24ada9df794 100644
--- a/components/fieldgroup/CHANGELOG.md
+++ b/components/fieldgroup/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+#4.1.0
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldgroup@4.0.80...@spectrum-css/fieldgroup@4.1.0)
+
+### ✨ Features
+
+- **fieldlabel:**form - replace table layout with grid ([#2269](https://github.com/adobe/spectrum-css/issues/2269))([25591fc](https://github.com/adobe/spectrum-css/commit/25591fc)), closes[#2271](https://github.com/adobe/spectrum-css/issues/2271)
+
##4.0.80
🗓
diff --git a/components/fieldgroup/package.json b/components/fieldgroup/package.json
index f017ce263f7..3f8cf8c85e7 100644
--- a/components/fieldgroup/package.json
+++ b/components/fieldgroup/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/fieldgroup",
- "version": "4.0.80",
+ "version": "4.1.0",
"description": "The Spectrum CSS fieldgroup component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -25,12 +25,12 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/checkbox": "^8.0.2",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/helptext": "^4.0.62",
+ "@spectrum-css/checkbox": "^8.0.3",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/helptext": "^4.0.63",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/radio": "^8.0.16",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/radio": "^8.0.17",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/fieldlabel/CHANGELOG.md b/components/fieldlabel/CHANGELOG.md
index 149d3ea7b40..216efb64b5d 100644
--- a/components/fieldlabel/CHANGELOG.md
+++ b/components/fieldlabel/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+#7.2.0
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldlabel@7.1.5...@spectrum-css/fieldlabel@7.2.0)
+
+### ✨ Features
+
+- **fieldlabel:**form - replace table layout with grid ([#2269](https://github.com/adobe/spectrum-css/issues/2269))([25591fc](https://github.com/adobe/spectrum-css/commit/25591fc)), closes[#2271](https://github.com/adobe/spectrum-css/issues/2271)
+
##7.1.5
🗓
diff --git a/components/fieldlabel/package.json b/components/fieldlabel/package.json
index 6c630c04f4d..1d7a385b607 100644
--- a/components/fieldlabel/package.json
+++ b/components/fieldlabel/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/fieldlabel",
- "version": "7.1.5",
+ "version": "7.2.0",
"description": "The Spectrum CSS fieldlabel component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,15 +22,15 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/checkbox": "^8.0.2",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/fieldgroup": "^4.0.80",
+ "@spectrum-css/checkbox": "^8.0.3",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/fieldgroup": "^4.1.0",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/picker": "^7.0.16",
- "@spectrum-css/radio": "^8.0.16",
- "@spectrum-css/stepper": "^5.0.4",
- "@spectrum-css/textfield": "^6.0.28",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/picker": "^7.0.17",
+ "@spectrum-css/radio": "^8.0.17",
+ "@spectrum-css/stepper": "^5.0.5",
+ "@spectrum-css/textfield": "^6.0.29",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/floatingactionbutton/CHANGELOG.md b/components/floatingactionbutton/CHANGELOG.md
index bcadd312c6b..551b2ed7e2c 100644
--- a/components/floatingactionbutton/CHANGELOG.md
+++ b/components/floatingactionbutton/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##1.0.36
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/floatingactionbutton@1.0.35...@spectrum-css/floatingactionbutton@1.0.36)
+
+### 🐛 Bug fixes
+
+- **floatingactionbutton:**focus outline only on keyboard focus([dd5b8dd](https://github.com/adobe/spectrum-css/commit/dd5b8dd))
+
##1.0.35
🗓
diff --git a/components/floatingactionbutton/package.json b/components/floatingactionbutton/package.json
index 35cfd22a798..d16452419bb 100644
--- a/components/floatingactionbutton/package.json
+++ b/components/floatingactionbutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/floatingactionbutton",
- "version": "1.0.35",
+ "version": "1.0.36",
"description": "The Spectrum CSS floatingactionbutton component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,8 +24,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/helptext/CHANGELOG.md b/components/helptext/CHANGELOG.md
index 4b2cb95654e..b7e4d21dc63 100644
--- a/components/helptext/CHANGELOG.md
+++ b/components/helptext/CHANGELOG.md
@@ -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.
+
+##4.0.63
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/helptext@4.0.62...@spectrum-css/helptext@4.0.63)
+
+**Note:** Version bump only for package @spectrum-css/helptext
+
##4.0.62
🗓
diff --git a/components/helptext/package.json b/components/helptext/package.json
index a9db20a6be1..323292d7ca2 100644
--- a/components/helptext/package.json
+++ b/components/helptext/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/helptext",
- "version": "4.0.62",
+ "version": "4.0.63",
"description": "The Spectrum CSS helptext component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/illustratedmessage/CHANGELOG.md b/components/illustratedmessage/CHANGELOG.md
index 7e95dabc585..65853939a19 100644
--- a/components/illustratedmessage/CHANGELOG.md
+++ b/components/illustratedmessage/CHANGELOG.md
@@ -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.
+
+##6.0.30
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/illustratedmessage@6.0.29...@spectrum-css/illustratedmessage@6.0.30)
+
+**Note:** Version bump only for package @spectrum-css/illustratedmessage
+
##6.0.29
🗓
diff --git a/components/illustratedmessage/package.json b/components/illustratedmessage/package.json
index a5fceb1e5ca..a484a394d60 100644
--- a/components/illustratedmessage/package.json
+++ b/components/illustratedmessage/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/illustratedmessage",
- "version": "6.0.29",
+ "version": "6.0.30",
"description": "The Spectrum CSS illustratedmessage component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/typography": ">=5"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
- "@spectrum-css/typography": "^5.0.48",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
+ "@spectrum-css/typography": "^5.0.49",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/infieldbutton/CHANGELOG.md b/components/infieldbutton/CHANGELOG.md
index df0a9604ea2..179e0df635a 100644
--- a/components/infieldbutton/CHANGELOG.md
+++ b/components/infieldbutton/CHANGELOG.md
@@ -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.
+
+##4.0.5
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/infieldbutton@4.0.4...@spectrum-css/infieldbutton@4.0.5)
+
+**Note:** Version bump only for package @spectrum-css/infieldbutton
+
##4.0.4
🗓
diff --git a/components/infieldbutton/package.json b/components/infieldbutton/package.json
index 1b870a7d964..3ac5b8bfa0f 100644
--- a/components/infieldbutton/package.json
+++ b/components/infieldbutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/infieldbutton",
- "version": "4.0.4",
+ "version": "4.0.5",
"description": "The Spectrum CSS infield button component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,9 +21,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/inlinealert/CHANGELOG.md b/components/inlinealert/CHANGELOG.md
index 8bf5b5e7f68..d3f045b8523 100644
--- a/components/inlinealert/CHANGELOG.md
+++ b/components/inlinealert/CHANGELOG.md
@@ -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.
+
+##7.0.55
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/inlinealert@7.0.54...@spectrum-css/inlinealert@7.0.55)
+
+**Note:** Version bump only for package @spectrum-css/inlinealert
+
##7.0.54
🗓
diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json
index 046396c1df2..1cf0cec3969 100644
--- a/components/inlinealert/package.json
+++ b/components/inlinealert/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/inlinealert",
- "version": "7.0.54",
+ "version": "7.0.55",
"description": "The Spectrum CSS in-line alert component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,10 +22,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/link/CHANGELOG.md b/components/link/CHANGELOG.md
index 3f7631b3588..398cbfb1d3d 100644
--- a/components/link/CHANGELOG.md
+++ b/components/link/CHANGELOG.md
@@ -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.
+
+##4.0.74
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/link@4.0.73...@spectrum-css/link@4.0.74)
+
+**Note:** Version bump only for package @spectrum-css/link
+
##4.0.73
🗓
diff --git a/components/link/package.json b/components/link/package.json
index 1ffcff14c8c..27203300817 100644
--- a/components/link/package.json
+++ b/components/link/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/link",
- "version": "4.0.73",
+ "version": "4.0.74",
"description": "The Spectrum CSS link component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/logicbutton/CHANGELOG.md b/components/logicbutton/CHANGELOG.md
index 7605f1ba722..3a2e072ef64 100644
--- a/components/logicbutton/CHANGELOG.md
+++ b/components/logicbutton/CHANGELOG.md
@@ -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.
+
+##3.0.4
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/logicbutton@3.0.3...@spectrum-css/logicbutton@3.0.4)
+
+**Note:** Version bump only for package @spectrum-css/logicbutton
+
##3.0.3
🗓
diff --git a/components/logicbutton/package.json b/components/logicbutton/package.json
index b68df50f6aa..f287321e81b 100644
--- a/components/logicbutton/package.json
+++ b/components/logicbutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/logicbutton",
- "version": "3.0.3",
+ "version": "3.0.4",
"description": "The Spectrum CSS logicbutton component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/menu/CHANGELOG.md b/components/menu/CHANGELOG.md
index aa67c24333c..8736cf13459 100644
--- a/components/menu/CHANGELOG.md
+++ b/components/menu/CHANGELOG.md
@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+#5.2.0
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/menu@5.1.5...@spectrum-css/menu@5.2.0)
+
+### ✨ Features
+
+- **menu:**tray submenus([042ec45](https://github.com/adobe/spectrum-css/commit/042ec45))
+
+### 🐛 Bug fixes
+
+- **menu:**updated sizing of tray submenu back icon([3a5aebd](https://github.com/adobe/spectrum-css/commit/3a5aebd))
+
##5.1.5
🗓
diff --git a/components/menu/package.json b/components/menu/package.json
index 8c537d5ca09..6bbaa5fffdb 100644
--- a/components/menu/package.json
+++ b/components/menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/menu",
- "version": "5.1.5",
+ "version": "5.2.0",
"description": "The Spectrum CSS menu component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -26,13 +26,13 @@
"@spectrum-css/tray": ">=2.1"
},
"devDependencies": {
- "@spectrum-css/checkbox": "^8.0.2",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/divider": "^2.1.33",
+ "@spectrum-css/checkbox": "^8.0.3",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/divider": "^2.1.34",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/switch": "^4.0.15",
- "@spectrum-css/tokens": "^13.0.4",
- "@spectrum-css/tray": "^2.1.17",
+ "@spectrum-css/switch": "^4.0.16",
+ "@spectrum-css/tokens": "^13.0.5",
+ "@spectrum-css/tray": "^2.1.21",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/miller/CHANGELOG.md b/components/miller/CHANGELOG.md
index 7eb544f3151..088e838ecc4 100644
--- a/components/miller/CHANGELOG.md
+++ b/components/miller/CHANGELOG.md
@@ -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.
+
+##5.0.3
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/miller@5.0.2...@spectrum-css/miller@5.0.3)
+
+**Note:** Version bump only for package @spectrum-css/miller
+
##5.0.2
🗓
diff --git a/components/miller/package.json b/components/miller/package.json
index bf8bf66fd2f..a06cf03b89a 100644
--- a/components/miller/package.json
+++ b/components/miller/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/miller",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "The Spectrum CSS miller component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,11 +24,11 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
- "@spectrum-css/assetlist": "^5.0.2",
- "@spectrum-css/checkbox": "^8.0.2",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/assetlist": "^5.0.3",
+ "@spectrum-css/checkbox": "^8.0.3",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/modal/CHANGELOG.md b/components/modal/CHANGELOG.md
index 6a1ebecf939..01ad0054586 100644
--- a/components/modal/CHANGELOG.md
+++ b/components/modal/CHANGELOG.md
@@ -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.
+
+##4.0.4
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/modal@4.0.3...@spectrum-css/modal@4.0.4)
+
+**Note:** Version bump only for package @spectrum-css/modal
+
##4.0.3
🗓
diff --git a/components/modal/package.json b/components/modal/package.json
index 56d56a23208..ad6476b2bc5 100644
--- a/components/modal/package.json
+++ b/components/modal/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/modal",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "The Spectrum CSS modal component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/opacitycheckerboard/CHANGELOG.md b/components/opacitycheckerboard/CHANGELOG.md
index 684e128af29..bd9e9b99be4 100644
--- a/components/opacitycheckerboard/CHANGELOG.md
+++ b/components/opacitycheckerboard/CHANGELOG.md
@@ -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.
+
+##1.0.8
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/opacitycheckerboard@1.0.7...@spectrum-css/opacitycheckerboard@1.0.8)
+
+**Note:** Version bump only for package @spectrum-css/opacitycheckerboard
+
##1.0.7
🗓
diff --git a/components/opacitycheckerboard/package.json b/components/opacitycheckerboard/package.json
index b5a77dd7e68..c6e4bd82f22 100644
--- a/components/opacitycheckerboard/package.json
+++ b/components/opacitycheckerboard/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/opacitycheckerboard",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "The Spectrum CSS opacitycheckerboard component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,8 +22,8 @@
"@spectrum-css/tokens": ">=13.0.0"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0",
"rimraf": "^5.0.1"
},
diff --git a/components/page/CHANGELOG.md b/components/page/CHANGELOG.md
index 3c4c43bc51a..ec9a084e331 100644
--- a/components/page/CHANGELOG.md
+++ b/components/page/CHANGELOG.md
@@ -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.
+
+##6.0.9
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/page@6.0.8...@spectrum-css/page@6.0.9)
+
+**Note:** Version bump only for package @spectrum-css/page
+
##6.0.8
🗓
diff --git a/components/page/package.json b/components/page/package.json
index 7185d4f251a..6f0a05539e1 100644
--- a/components/page/package.json
+++ b/components/page/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/page",
- "version": "6.0.8",
+ "version": "6.0.9",
"description": "The Spectrum CSS page component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -18,10 +18,10 @@
"build": "gulp"
},
"dependencies": {
- "@spectrum-css/tokens": "^13.0.4"
+ "@spectrum-css/tokens": "^13.0.5"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/tokens": "^13.0.0",
"gulp": "^4.0.0"
},
diff --git a/components/pagination/CHANGELOG.md b/components/pagination/CHANGELOG.md
index 10d3453b1a4..f0b41741043 100644
--- a/components/pagination/CHANGELOG.md
+++ b/components/pagination/CHANGELOG.md
@@ -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.
+
+##7.0.4
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/pagination@7.0.3...@spectrum-css/pagination@7.0.4)
+
+**Note:** Version bump only for package @spectrum-css/pagination
+
##7.0.3
🗓
diff --git a/components/pagination/package.json b/components/pagination/package.json
index 4cd23432867..12946e882c7 100644
--- a/components/pagination/package.json
+++ b/components/pagination/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/pagination",
- "version": "7.0.3",
+ "version": "7.0.4",
"description": "The Spectrum CSS Pagination component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -26,13 +26,13 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/splitbutton": "^7.0.0",
- "@spectrum-css/textfield": "^6.0.28",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/splitbutton": "^7.0.1",
+ "@spectrum-css/textfield": "^6.0.29",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/picker/CHANGELOG.md b/components/picker/CHANGELOG.md
index 22e1f103d78..bb9cef24d7a 100644
--- a/components/picker/CHANGELOG.md
+++ b/components/picker/CHANGELOG.md
@@ -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.
+
+##7.0.17
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/picker@7.0.16...@spectrum-css/picker@7.0.17)
+
+**Note:** Version bump only for package @spectrum-css/picker
+
##7.0.16
🗓
diff --git a/components/picker/package.json b/components/picker/package.json
index b64b3cdd570..6b5cdd50089 100644
--- a/components/picker/package.json
+++ b/components/picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/picker",
- "version": "7.0.16",
+ "version": "7.0.17",
"description": "The Spectrum CSS picker component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,13 +24,13 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/helptext": "^4.0.62",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/helptext": "^4.0.63",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/menu": "^5.1.5",
- "@spectrum-css/popover": "^6.0.82",
- "@spectrum-css/progresscircle": "^2.0.73",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/menu": "^5.2.0",
+ "@spectrum-css/popover": "^6.0.83",
+ "@spectrum-css/progresscircle": "^2.0.74",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/pickerbutton/CHANGELOG.md b/components/pickerbutton/CHANGELOG.md
index 9f035298652..c4a158a3a6c 100644
--- a/components/pickerbutton/CHANGELOG.md
+++ b/components/pickerbutton/CHANGELOG.md
@@ -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.
+
+##4.0.21
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/pickerbutton@4.0.20...@spectrum-css/pickerbutton@4.0.21)
+
+**Note:** Version bump only for package @spectrum-css/pickerbutton
+
##4.0.20
🗓
diff --git a/components/pickerbutton/package.json b/components/pickerbutton/package.json
index b960655bd36..b0925b7d846 100644
--- a/components/pickerbutton/package.json
+++ b/components/pickerbutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/pickerbutton",
- "version": "4.0.20",
+ "version": "4.0.21",
"description": "The Spectrum CSS picker button component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,11 +24,11 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/menu": "^5.1.5",
- "@spectrum-css/popover": "^6.0.82",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/menu": "^5.2.0",
+ "@spectrum-css/popover": "^6.0.83",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/popover/CHANGELOG.md b/components/popover/CHANGELOG.md
index 0f805c781b9..499e1fb0811 100644
--- a/components/popover/CHANGELOG.md
+++ b/components/popover/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##6.0.83
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/popover@6.0.82...@spectrum-css/popover@6.0.83)
+
+### 🐛 Bug fixes
+
+- **popover:**animation transform defined in popover instead of inherited([94077a6](https://github.com/adobe/spectrum-css/commit/94077a6))_
+ **popover:**nested storybook example is open, static ([#2314](https://github.com/adobe/spectrum-css/issues/2314))([dbca3e7](https://github.com/adobe/spectrum-css/commit/dbca3e7))_
+ **popover:**offset from source, animation distance matches spec([632c668](https://github.com/adobe/spectrum-css/commit/632c668))
+
##6.0.82
🗓
diff --git a/components/popover/package.json b/components/popover/package.json
index 1e645fbc15c..8262feab841 100644
--- a/components/popover/package.json
+++ b/components/popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/popover",
- "version": "6.0.82",
+ "version": "6.0.83",
"description": "The Spectrum CSS popover component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,13 +23,13 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/alertdialog": "^1.0.14",
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/dialog": "^9.0.3",
- "@spectrum-css/divider": "^2.1.33",
- "@spectrum-css/menu": "^5.1.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/alertdialog": "^1.0.15",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/dialog": "^9.0.4",
+ "@spectrum-css/divider": "^2.1.34",
+ "@spectrum-css/menu": "^5.2.0",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/progressbar/CHANGELOG.md b/components/progressbar/CHANGELOG.md
index 880233eaa8e..d5e79258d6e 100644
--- a/components/progressbar/CHANGELOG.md
+++ b/components/progressbar/CHANGELOG.md
@@ -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.
+
+##3.0.80
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/progressbar@3.0.79...@spectrum-css/progressbar@3.0.80)
+
+**Note:** Version bump only for package @spectrum-css/progressbar
+
##3.0.79
🗓
diff --git a/components/progressbar/package.json b/components/progressbar/package.json
index d58c8f3ca7c..45da1f0a492 100644
--- a/components/progressbar/package.json
+++ b/components/progressbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/progressbar",
- "version": "3.0.79",
+ "version": "3.0.80",
"description": "The Spectrum CSS progress bar component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/fieldlabel": "^7.1.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/fieldlabel": "^7.2.0",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/progresscircle/CHANGELOG.md b/components/progresscircle/CHANGELOG.md
index 68fc89fd009..2291619f4b1 100644
--- a/components/progresscircle/CHANGELOG.md
+++ b/components/progresscircle/CHANGELOG.md
@@ -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.
+
+##2.0.74
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/progresscircle@2.0.73...@spectrum-css/progresscircle@2.0.74)
+
+**Note:** Version bump only for package @spectrum-css/progresscircle
+
##2.0.73
🗓
diff --git a/components/progresscircle/package.json b/components/progresscircle/package.json
index a3f7cd341f2..8d1a09797c7 100644
--- a/components/progresscircle/package.json
+++ b/components/progresscircle/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/progresscircle",
- "version": "2.0.73",
+ "version": "2.0.74",
"description": "The Spectrum CSS progress circle component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/quickaction/CHANGELOG.md b/components/quickaction/CHANGELOG.md
index d293f86ce41..4732c077e74 100644
--- a/components/quickaction/CHANGELOG.md
+++ b/components/quickaction/CHANGELOG.md
@@ -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.
+
+##3.0.92
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/quickaction@3.0.91...@spectrum-css/quickaction@3.0.92)
+
+**Note:** Version bump only for package @spectrum-css/quickaction
+
##3.0.91
🗓
diff --git a/components/quickaction/package.json b/components/quickaction/package.json
index 4d348a8864c..a3dde483c43 100644
--- a/components/quickaction/package.json
+++ b/components/quickaction/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/quickaction",
- "version": "3.0.91",
+ "version": "3.0.92",
"description": "The Spectrum CSS quickaction component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,8 +23,8 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/checkbox": "^8.0.2",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/checkbox": "^8.0.3",
"@spectrum-css/component-builder": "^4.0.18",
"@spectrum-css/vars": "^9.0.8",
"gulp": "^4.0.0"
diff --git a/components/radio/CHANGELOG.md b/components/radio/CHANGELOG.md
index e49ecd80613..db42dc12f9b 100644
--- a/components/radio/CHANGELOG.md
+++ b/components/radio/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##8.0.17
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/radio@8.0.16...@spectrum-css/radio@8.0.17)
+
+### 🐛 Bug fixes
+
+- **radio:**focus outline has correct position for rtl ([#2315](https://github.com/adobe/spectrum-css/issues/2315))([d46c017](https://github.com/adobe/spectrum-css/commit/d46c017))
+
##8.0.16
🗓
diff --git a/components/radio/package.json b/components/radio/package.json
index 9a9dbab9d49..a9666c22fb0 100644
--- a/components/radio/package.json
+++ b/components/radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/radio",
- "version": "8.0.16",
+ "version": "8.0.17",
"description": "The Spectrum CSS radio component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/rating/CHANGELOG.md b/components/rating/CHANGELOG.md
index b3089364329..7dc0cf5f2ce 100644
--- a/components/rating/CHANGELOG.md
+++ b/components/rating/CHANGELOG.md
@@ -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.
+
+##4.0.34
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/rating@4.0.33...@spectrum-css/rating@4.0.34)
+
+**Note:** Version bump only for package @spectrum-css/rating
+
##4.0.33
🗓
diff --git a/components/rating/package.json b/components/rating/package.json
index 808a76be243..0592ab359a6 100644
--- a/components/rating/package.json
+++ b/components/rating/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/rating",
- "version": "4.0.33",
+ "version": "4.0.34",
"description": "The Spectrum CSS rating component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/search/CHANGELOG.md b/components/search/CHANGELOG.md
index bc809d2f3b8..1c1d186581a 100644
--- a/components/search/CHANGELOG.md
+++ b/components/search/CHANGELOG.md
@@ -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.
+
+##6.0.29
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/search@6.0.28...@spectrum-css/search@6.0.29)
+
+**Note:** Version bump only for package @spectrum-css/search
+
##6.0.28
🗓
diff --git a/components/search/package.json b/components/search/package.json
index 7a12c8aa1dd..0daeaf113c3 100644
--- a/components/search/package.json
+++ b/components/search/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/search",
- "version": "6.0.28",
+ "version": "6.0.29",
"description": "The Spectrum CSS search component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,11 +24,11 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/clearbutton": "^5.0.13",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/clearbutton": "^5.0.14",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/textfield": "^6.0.28",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/textfield": "^6.0.29",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/searchwithin/CHANGELOG.md b/components/searchwithin/CHANGELOG.md
index 67ab29b9042..8f671c384d3 100644
--- a/components/searchwithin/CHANGELOG.md
+++ b/components/searchwithin/CHANGELOG.md
@@ -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.
+
+##5.0.23
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/searchwithin@5.0.22...@spectrum-css/searchwithin@5.0.23)
+
+**Note:** Version bump only for package @spectrum-css/searchwithin
+
##5.0.22
🗓
diff --git a/components/searchwithin/package.json b/components/searchwithin/package.json
index 400a3f9e2c0..28b2c8d62bb 100644
--- a/components/searchwithin/package.json
+++ b/components/searchwithin/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/searchwithin",
- "version": "5.0.22",
+ "version": "5.0.23",
"description": "The Spectrum CSS searchwithin component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -25,11 +25,11 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
- "@spectrum-css/clearbutton": "^5.0.13",
+ "@spectrum-css/clearbutton": "^5.0.14",
"@spectrum-css/component-builder": "^4.0.18",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/picker": "^7.0.16",
- "@spectrum-css/textfield": "^6.0.28",
+ "@spectrum-css/picker": "^7.0.17",
+ "@spectrum-css/textfield": "^6.0.29",
"@spectrum-css/vars": "^9.0.8",
"gulp": "^4.0.0"
},
diff --git a/components/sidenav/CHANGELOG.md b/components/sidenav/CHANGELOG.md
index 5a94c488376..eb99d9c257f 100644
--- a/components/sidenav/CHANGELOG.md
+++ b/components/sidenav/CHANGELOG.md
@@ -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.
+
+##4.0.18
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/sidenav@4.0.17...@spectrum-css/sidenav@4.0.18)
+
+**Note:** Version bump only for package @spectrum-css/sidenav
+
##4.0.17
🗓
diff --git a/components/sidenav/package.json b/components/sidenav/package.json
index b60d1206193..92720354ddf 100644
--- a/components/sidenav/package.json
+++ b/components/sidenav/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/sidenav",
- "version": "4.0.17",
+ "version": "4.0.18",
"description": "The Spectrum CSS sidenav component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,9 +21,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/slider/CHANGELOG.md b/components/slider/CHANGELOG.md
index b85a57ee212..5f4f87a4431 100644
--- a/components/slider/CHANGELOG.md
+++ b/components/slider/CHANGELOG.md
@@ -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.
+
+##4.1.18
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/slider@4.1.17...@spectrum-css/slider@4.1.18)
+
+**Note:** Version bump only for package @spectrum-css/slider
+
##4.1.17
🗓
diff --git a/components/slider/package.json b/components/slider/package.json
index 3720f4efbd8..7f2e5b62c74 100644
--- a/components/slider/package.json
+++ b/components/slider/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/slider",
- "version": "4.1.17",
+ "version": "4.1.18",
"description": "The Spectrum CSS slider component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/stepper": "^5.0.4",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/stepper": "^5.0.5",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/splitbutton/CHANGELOG.md b/components/splitbutton/CHANGELOG.md
index ed1a2b912b2..405f5ffe1e4 100644
--- a/components/splitbutton/CHANGELOG.md
+++ b/components/splitbutton/CHANGELOG.md
@@ -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.
+
+##7.0.1
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/splitbutton@7.0.0...@spectrum-css/splitbutton@7.0.1)
+
+**Note:** Version bump only for package @spectrum-css/splitbutton
+
#7.0.0
🗓
diff --git a/components/splitbutton/package.json b/components/splitbutton/package.json
index 052775ad2f7..c3862be2dd2 100644
--- a/components/splitbutton/package.json
+++ b/components/splitbutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/splitbutton",
- "version": "7.0.0",
+ "version": "7.0.1",
"description": "The Spectrum CSS splitbutton component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,7 +22,7 @@
"@spectrum-css/vars": ">=9"
},
"devDependencies": {
- "@spectrum-css/button": "^11.0.16",
+ "@spectrum-css/button": "^11.0.17",
"@spectrum-css/component-builder": "^4.0.18",
"@spectrum-css/icon": "^4.0.5",
"@spectrum-css/vars": "^9.0.8",
diff --git a/components/splitview/CHANGELOG.md b/components/splitview/CHANGELOG.md
index 88cdbf8844b..2ff2b5833eb 100644
--- a/components/splitview/CHANGELOG.md
+++ b/components/splitview/CHANGELOG.md
@@ -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.
+
+##4.0.9
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/splitview@4.0.8...@spectrum-css/splitview@4.0.9)
+
+**Note:** Version bump only for package @spectrum-css/splitview
+
##4.0.8
🗓
diff --git a/components/splitview/package.json b/components/splitview/package.json
index a1bcda43751..a93c6f18354 100644
--- a/components/splitview/package.json
+++ b/components/splitview/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/splitview",
- "version": "4.0.8",
+ "version": "4.0.9",
"description": "The Spectrum CSS splitview component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/statuslight/CHANGELOG.md b/components/statuslight/CHANGELOG.md
index e4016afce8b..68dba6bf1e5 100644
--- a/components/statuslight/CHANGELOG.md
+++ b/components/statuslight/CHANGELOG.md
@@ -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.
+
+##6.0.61
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/statuslight@6.0.60...@spectrum-css/statuslight@6.0.61)
+
+**Note:** Version bump only for package @spectrum-css/statuslight
+
##6.0.60
🗓
diff --git a/components/statuslight/package.json b/components/statuslight/package.json
index 866b96971cb..a88c1e8a0b9 100644
--- a/components/statuslight/package.json
+++ b/components/statuslight/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/statuslight",
- "version": "6.0.60",
+ "version": "6.0.61",
"description": "The Spectrum CSS statuslight component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,7 +22,7 @@
},
"devDependencies": {
"@spectrum-css/component-builder": "^4.0.18",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/steplist/CHANGELOG.md b/components/steplist/CHANGELOG.md
index d692f0b4901..5a126e69c1e 100644
--- a/components/steplist/CHANGELOG.md
+++ b/components/steplist/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##4.0.8
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/steplist@4.0.7...@spectrum-css/steplist@4.0.8)
+
+### 🐛 Bug fixes
+
+- **steplist:**add WHCM for marker ([#2308](https://github.com/adobe/spectrum-css/issues/2308))([85abafc](https://github.com/adobe/spectrum-css/commit/85abafc))
+
##4.0.7
🗓
diff --git a/components/steplist/package.json b/components/steplist/package.json
index f2241b64520..b342d3b04ef 100644
--- a/components/steplist/package.json
+++ b/components/steplist/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/steplist",
- "version": "4.0.7",
+ "version": "4.0.8",
"description": "The Spectrum CSS steplist component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,10 +22,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
- "@spectrum-css/tooltip": "^5.1.19",
+ "@spectrum-css/tokens": "^13.0.5",
+ "@spectrum-css/tooltip": "^5.1.20",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/stepper/CHANGELOG.md b/components/stepper/CHANGELOG.md
index 2bc4d670cea..86298845931 100644
--- a/components/stepper/CHANGELOG.md
+++ b/components/stepper/CHANGELOG.md
@@ -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.
+
+##5.0.5
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/stepper@5.0.4...@spectrum-css/stepper@5.0.5)
+
+**Note:** Version bump only for package @spectrum-css/stepper
+
##5.0.4
🗓
diff --git a/components/stepper/package.json b/components/stepper/package.json
index d1d0bd56294..b5396f73a1a 100644
--- a/components/stepper/package.json
+++ b/components/stepper/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/stepper",
- "version": "5.0.4",
+ "version": "5.0.5",
"description": "The Spectrum CSS stepper component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,12 +24,12 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/actionbutton": "^5.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/actionbutton": "^5.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/infieldbutton": "^4.0.4",
- "@spectrum-css/textfield": "^6.0.28",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/infieldbutton": "^4.0.5",
+ "@spectrum-css/textfield": "^6.0.29",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/swatch/CHANGELOG.md b/components/swatch/CHANGELOG.md
index 64e04621b34..aaccc0895b3 100644
--- a/components/swatch/CHANGELOG.md
+++ b/components/swatch/CHANGELOG.md
@@ -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.
+
+##5.0.21
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/swatch@5.0.20...@spectrum-css/swatch@5.0.21)
+
+**Note:** Version bump only for package @spectrum-css/swatch
+
##5.0.20
🗓
diff --git a/components/swatch/package.json b/components/swatch/package.json
index f69fb913412..80cbdfba9d2 100644
--- a/components/swatch/package.json
+++ b/components/swatch/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/swatch",
- "version": "5.0.20",
+ "version": "5.0.21",
"description": "The Spectrum CSS Color swatch component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/opacitycheckerboard": "^1.0.7",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/opacitycheckerboard": "^1.0.8",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/swatchgroup/CHANGELOG.md b/components/swatchgroup/CHANGELOG.md
index 9fc6f315ad3..08e5563f963 100644
--- a/components/swatchgroup/CHANGELOG.md
+++ b/components/swatchgroup/CHANGELOG.md
@@ -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.
+
+##2.0.77
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/swatchgroup@2.0.76...@spectrum-css/swatchgroup@2.0.77)
+
+**Note:** Version bump only for package @spectrum-css/swatchgroup
+
##2.0.76
🗓
diff --git a/components/swatchgroup/package.json b/components/swatchgroup/package.json
index d5a02020a1f..deed685189c 100644
--- a/components/swatchgroup/package.json
+++ b/components/swatchgroup/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/swatchgroup",
- "version": "2.0.76",
+ "version": "2.0.77",
"description": "The Spectrum CSS Color swatch group component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=8"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/swatch": "^5.0.20",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/swatch": "^5.0.21",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/switch/CHANGELOG.md b/components/switch/CHANGELOG.md
index f1ed9220428..49d143cb7cf 100644
--- a/components/switch/CHANGELOG.md
+++ b/components/switch/CHANGELOG.md
@@ -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.
+
+##4.0.16
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/switch@4.0.15...@spectrum-css/switch@4.0.16)
+
+**Note:** Version bump only for package @spectrum-css/switch
+
##4.0.15
🗓
diff --git a/components/switch/package.json b/components/switch/package.json
index 4c8ef269314..781e537cd65 100644
--- a/components/switch/package.json
+++ b/components/switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/switch",
- "version": "4.0.15",
+ "version": "4.0.16",
"description": "The Spectrum CSS switch component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/table/CHANGELOG.md b/components/table/CHANGELOG.md
index e7d7ec7b417..97ee63f842d 100644
--- a/components/table/CHANGELOG.md
+++ b/components/table/CHANGELOG.md
@@ -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.
+
+##5.0.10
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/table@5.0.9...@spectrum-css/table@5.0.10)
+
+**Note:** Version bump only for package @spectrum-css/table
+
##5.0.9
🗓
diff --git a/components/table/package.json b/components/table/package.json
index 7b4f966cd5f..61cf0e3dc08 100644
--- a/components/table/package.json
+++ b/components/table/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/table",
- "version": "5.0.9",
+ "version": "5.0.10",
"description": "The Spectrum CSS table component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,12 +22,12 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/checkbox": "^8.0.2",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/checkbox": "^8.0.3",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/thumbnail": "^5.1.2",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/thumbnail": "^5.1.3",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/tabs/CHANGELOG.md b/components/tabs/CHANGELOG.md
index 78ea6b3b915..7c61bb03d03 100644
--- a/components/tabs/CHANGELOG.md
+++ b/components/tabs/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##4.0.26
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tabs@4.0.25...@spectrum-css/tabs@4.0.26)
+
+### 🐛 Bug fixes
+
+- **tabs:**focus outline only on keyboard focus([ec96da6](https://github.com/adobe/spectrum-css/commit/ec96da6))
+
##4.0.25
🗓
diff --git a/components/tabs/package.json b/components/tabs/package.json
index 0742b73f81b..1f7be5d6978 100644
--- a/components/tabs/package.json
+++ b/components/tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tabs",
- "version": "4.0.25",
+ "version": "4.0.26",
"description": "The Spectrum CSS tabs component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,11 +23,11 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/menu": "^5.1.5",
- "@spectrum-css/picker": "^7.0.16",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/menu": "^5.2.0",
+ "@spectrum-css/picker": "^7.0.17",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/tag/CHANGELOG.md b/components/tag/CHANGELOG.md
index 4925e7a86cd..dca36de7c59 100644
--- a/components/tag/CHANGELOG.md
+++ b/components/tag/CHANGELOG.md
@@ -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.
+
+##8.0.15
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tag@8.0.14...@spectrum-css/tag@8.0.15)
+
+**Note:** Version bump only for package @spectrum-css/tag
+
##8.0.14
🗓
diff --git a/components/tag/package.json b/components/tag/package.json
index 9bbbf36fe80..39663cc76e1 100644
--- a/components/tag/package.json
+++ b/components/tag/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tag",
- "version": "8.0.14",
+ "version": "8.0.15",
"description": "The Spectrum CSS tags component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,11 +22,11 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/avatar": "^6.0.60",
- "@spectrum-css/clearbutton": "^5.0.13",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/avatar": "^6.0.61",
+ "@spectrum-css/clearbutton": "^5.0.14",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/taggroup/CHANGELOG.md b/components/taggroup/CHANGELOG.md
index c41669e3900..5f973e1e773 100644
--- a/components/taggroup/CHANGELOG.md
+++ b/components/taggroup/CHANGELOG.md
@@ -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.
+
+##4.0.13
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/taggroup@4.0.12...@spectrum-css/taggroup@4.0.13)
+
+**Note:** Version bump only for package @spectrum-css/taggroup
+
##4.0.12
🗓
diff --git a/components/taggroup/package.json b/components/taggroup/package.json
index 3e57e97cdcb..bb9607708ec 100644
--- a/components/taggroup/package.json
+++ b/components/taggroup/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/taggroup",
- "version": "4.0.12",
+ "version": "4.0.13",
"description": "The Spectrum CSS tag group component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -23,12 +23,12 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/avatar": "^6.0.60",
- "@spectrum-css/clearbutton": "^5.0.13",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/avatar": "^6.0.61",
+ "@spectrum-css/clearbutton": "^5.0.14",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tag": "^8.0.14",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tag": "^8.0.15",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/textfield/CHANGELOG.md b/components/textfield/CHANGELOG.md
index 3fbf551e628..ca305e1fa61 100644
--- a/components/textfield/CHANGELOG.md
+++ b/components/textfield/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##6.0.29
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.28...@spectrum-css/textfield@6.0.29)
+
+### 🐛 Bug fixes
+
+- **textfield:**focus outline only on keyboard focus([e919679](https://github.com/adobe/spectrum-css/commit/e919679))
+
##6.0.28
🗓
diff --git a/components/textfield/package.json b/components/textfield/package.json
index 746a7942eda..2d897255628 100644
--- a/components/textfield/package.json
+++ b/components/textfield/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/textfield",
- "version": "6.0.28",
+ "version": "6.0.29",
"description": "The Spectrum CSS textfield component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,9 +21,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/helptext": "^4.0.62",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/helptext": "^4.0.63",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/thumbnail/CHANGELOG.md b/components/thumbnail/CHANGELOG.md
index 6597bbb3309..5359993af0c 100644
--- a/components/thumbnail/CHANGELOG.md
+++ b/components/thumbnail/CHANGELOG.md
@@ -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.
+
+##5.1.3
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/thumbnail@5.1.2...@spectrum-css/thumbnail@5.1.3)
+
+**Note:** Version bump only for package @spectrum-css/thumbnail
+
##5.1.2
🗓
diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json
index def0e4d5e32..c48d3de90ed 100644
--- a/components/thumbnail/package.json
+++ b/components/thumbnail/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/thumbnail",
- "version": "5.1.2",
+ "version": "5.1.3",
"description": "The Spectrum CSS thumbnail component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/opacitycheckerboard": "^1.0.7",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/opacitycheckerboard": "^1.0.8",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/toast/CHANGELOG.md b/components/toast/CHANGELOG.md
index 1d7fd9a28ab..e460b83fbb4 100644
--- a/components/toast/CHANGELOG.md
+++ b/components/toast/CHANGELOG.md
@@ -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.
+
+##9.1.18
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/toast@9.1.17...@spectrum-css/toast@9.1.18)
+
+**Note:** Version bump only for package @spectrum-css/toast
+
##9.1.17
🗓
diff --git a/components/toast/package.json b/components/toast/package.json
index 003f56065e1..2539d2f0624 100644
--- a/components/toast/package.json
+++ b/components/toast/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/toast",
- "version": "9.1.17",
+ "version": "9.1.18",
"description": "The Spectrum CSS toast component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,11 +24,11 @@
"@spectrum-css/tokens": ">=10"
},
"devDependencies": {
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/closebutton": "^4.0.15",
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/closebutton": "^4.0.16",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/tooltip/CHANGELOG.md b/components/tooltip/CHANGELOG.md
index f369d8cead6..9a8d6e74ca4 100644
--- a/components/tooltip/CHANGELOG.md
+++ b/components/tooltip/CHANGELOG.md
@@ -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.
+
+##5.1.20
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tooltip@5.1.19...@spectrum-css/tooltip@5.1.20)
+
+**Note:** Version bump only for package @spectrum-css/tooltip
+
##5.1.19
🗓
diff --git a/components/tooltip/package.json b/components/tooltip/package.json
index 3de39a2d1ad..a83cbba25ca 100644
--- a/components/tooltip/package.json
+++ b/components/tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tooltip",
- "version": "5.1.19",
+ "version": "5.1.20",
"description": "The Spectrum CSS tooltip component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,9 +22,9 @@
"@spectrum-css/tokens": ">=10.0.0"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/tray/CHANGELOG.md b/components/tray/CHANGELOG.md
index cf9c8a3ad47..159a54226ed 100644
--- a/components/tray/CHANGELOG.md
+++ b/components/tray/CHANGELOG.md
@@ -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.
+
+##2.1.21
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.20...@spectrum-css/tray@2.1.21)
+
+**Note:** Version bump only for package @spectrum-css/tray
+
##2.1.20
🗓
diff --git a/components/tray/package.json b/components/tray/package.json
index 9910d1b44f4..3916f165c0b 100644
--- a/components/tray/package.json
+++ b/components/tray/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tray",
- "version": "2.1.20",
+ "version": "2.1.21",
"description": "The Spectrum CSS tray component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -24,13 +24,13 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/button": "^11.0.16",
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/dialog": "^9.0.3",
- "@spectrum-css/divider": "^2.1.33",
+ "@spectrum-css/button": "^11.0.17",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/dialog": "^9.0.4",
+ "@spectrum-css/divider": "^2.1.34",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/modal": "^4.0.3",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/modal": "^4.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/treeview/CHANGELOG.md b/components/treeview/CHANGELOG.md
index a58e3c19507..d1632e83e3f 100644
--- a/components/treeview/CHANGELOG.md
+++ b/components/treeview/CHANGELOG.md
@@ -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.
+
+##9.0.7
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/treeview@9.0.6...@spectrum-css/treeview@9.0.7)
+
+**Note:** Version bump only for package @spectrum-css/treeview
+
##9.0.6
🗓
diff --git a/components/treeview/package.json b/components/treeview/package.json
index 017762dc41b..70ced45fa72 100644
--- a/components/treeview/package.json
+++ b/components/treeview/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/treeview",
- "version": "9.0.6",
+ "version": "9.0.7",
"description": "The Spectrum CSS Tree view component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -22,10 +22,10 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
- "@spectrum-css/thumbnail": "^5.1.2",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/thumbnail": "^5.1.3",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/typography/CHANGELOG.md b/components/typography/CHANGELOG.md
index a0c720ab5be..8857c2b4c36 100644
--- a/components/typography/CHANGELOG.md
+++ b/components/typography/CHANGELOG.md
@@ -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.
+
+##5.0.49
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/typography@5.0.48...@spectrum-css/typography@5.0.49)
+
+**Note:** Version bump only for package @spectrum-css/typography
+
##5.0.48
🗓
diff --git a/components/typography/package.json b/components/typography/package.json
index 45986ac4975..899d8b756da 100644
--- a/components/typography/package.json
+++ b/components/typography/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/typography",
- "version": "5.0.48",
+ "version": "5.0.49",
"description": "The Spectrum CSS typography component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/underlay/CHANGELOG.md b/components/underlay/CHANGELOG.md
index 06c4a7a35d0..f070ef07d76 100644
--- a/components/underlay/CHANGELOG.md
+++ b/components/underlay/CHANGELOG.md
@@ -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.
+
+##3.0.12
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/underlay@3.0.11...@spectrum-css/underlay@3.0.12)
+
+**Note:** Version bump only for package @spectrum-css/underlay
+
##3.0.11
🗓
diff --git a/components/underlay/package.json b/components/underlay/package.json
index b73ec7171a1..34ab10dd7a2 100644
--- a/components/underlay/package.json
+++ b/components/underlay/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/underlay",
- "version": "3.0.11",
+ "version": "3.0.12",
"description": "The Spectrum CSS underlay component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/components/well/CHANGELOG.md b/components/well/CHANGELOG.md
index 185f3e96dce..4a3c5edefa5 100644
--- a/components/well/CHANGELOG.md
+++ b/components/well/CHANGELOG.md
@@ -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.
+
+##4.0.9
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/well@4.0.8...@spectrum-css/well@4.0.9)
+
+**Note:** Version bump only for package @spectrum-css/well
+
##4.0.8
🗓
diff --git a/components/well/package.json b/components/well/package.json
index 299c1d0ab7f..6706c9a35ad 100644
--- a/components/well/package.json
+++ b/components/well/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/well",
- "version": "4.0.8",
+ "version": "4.0.9",
"description": "The Spectrum CSS well component",
"license": "Apache-2.0",
"author": "Adobe",
@@ -21,8 +21,8 @@
"@spectrum-css/tokens": ">=13"
},
"devDependencies": {
- "@spectrum-css/component-builder-simple": "^3.0.0",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/component-builder-simple": "^3.0.1",
+ "@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
},
"publishConfig": {
diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md
index 183fd83e25b..0ac1f578172 100644
--- a/tokens/CHANGELOG.md
+++ b/tokens/CHANGELOG.md
@@ -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.
+
+##13.0.5
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tokens@13.0.4...@spectrum-css/tokens@13.0.5)
+
+**Note:** Version bump only for package @spectrum-css/tokens
+
##13.0.4
🗓
diff --git a/tokens/package.json b/tokens/package.json
index 855d4d40701..1a66afa6b41 100644
--- a/tokens/package.json
+++ b/tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/tokens",
- "version": "13.0.4",
+ "version": "13.0.5",
"description": "The Spectrum CSS tokens package",
"license": "Apache-2.0",
"author": "Adobe",
diff --git a/tools/bundle-builder/CHANGELOG.md b/tools/bundle-builder/CHANGELOG.md
index 3bc4d3aa96e..e6c2e49ff31 100644
--- a/tools/bundle-builder/CHANGELOG.md
+++ b/tools/bundle-builder/CHANGELOG.md
@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+##5.0.1
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/bundle-builder@5.0.0...@spectrum-css/bundle-builder@5.0.1)
+
+### 🐛 Bug fixes
+
+\*docs watch unable to find package.json([a6d23b9](https://github.com/adobe/spectrum-css/commit/a6d23b9))
+
#5.0.0
🗓
diff --git a/tools/bundle-builder/package.json b/tools/bundle-builder/package.json
index dce7258d0a4..1435f419c9c 100644
--- a/tools/bundle-builder/package.json
+++ b/tools/bundle-builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/bundle-builder",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "The Spectrum CSS top-level builder",
"license": "Apache-2.0",
"author": "Adobe",
@@ -14,7 +14,7 @@
},
"dependencies": {
"@spectrum-css/expressvars": "^3.0.9",
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"@spectrum-css/vars": "^9.0.8",
"npm-registry-fetch": "^14.0.5"
},
diff --git a/tools/component-builder-simple/CHANGELOG.md b/tools/component-builder-simple/CHANGELOG.md
index a7dc24b9aec..2b80c16e93c 100644
--- a/tools/component-builder-simple/CHANGELOG.md
+++ b/tools/component-builder-simple/CHANGELOG.md
@@ -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.
+
+##3.0.1
+🗓
+2023-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder-simple@3.0.0...@spectrum-css/component-builder-simple@3.0.1)
+
+**Note:** Version bump only for package @spectrum-css/component-builder-simple
+
#3.0.0
🗓
diff --git a/tools/component-builder-simple/package.json b/tools/component-builder-simple/package.json
index c947f81edeb..476a3ed7a11 100644
--- a/tools/component-builder-simple/package.json
+++ b/tools/component-builder-simple/package.json
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/component-builder-simple",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "The Spectrum CSS simple component builder",
"license": "Apache-2.0",
"repository": {
@@ -12,7 +12,7 @@
"url": "https://github.com/adobe/spectrum-css/issues"
},
"dependencies": {
- "@spectrum-css/tokens": "^13.0.4",
+ "@spectrum-css/tokens": "^13.0.5",
"autoprefixer": "^6.5.3",
"colors": "^1.4.0",
"del": "^5.0.0",