diff --git a/components/accordion/CHANGELOG.md b/components/accordion/CHANGELOG.md index bb036324697..f16331cd615 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.17 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.0.16...@spectrum-css/accordion@4.0.17) + +**Note:** Version bump only for package @spectrum-css/accordion + ##4.0.16 🗓 diff --git a/components/accordion/package.json b/components/accordion/package.json index 6ecbea55e0a..0c1775d2502 100644 --- a/components/accordion/package.json +++ b/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/accordion", - "version": "4.0.16", + "version": "4.0.17", "description": "The Spectrum CSS accordion component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/actionbar/CHANGELOG.md b/components/actionbar/CHANGELOG.md index 0b996b59771..e51a74d10da 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.1 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@7.0.0...@spectrum-css/actionbar@7.0.1) + +**Note:** Version bump only for package @spectrum-css/actionbar + #7.0.0 🗓 diff --git a/components/actionbar/package.json b/components/actionbar/package.json index 5763d18db3c..e5bbeb6b9ee 100644 --- a/components/actionbar/package.json +++ b/components/actionbar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionbar", - "version": "7.0.0", + "version": "7.0.1", "description": "The Spectrum CSS actionbar component", "license": "Apache-2.0", "author": "Adobe", @@ -27,14 +27,14 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", - "@spectrum-css/closebutton": "^4.0.6", + "@spectrum-css/actionbutton": "^5.0.7", + "@spectrum-css/closebutton": "^4.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/fieldlabel": "^7.0.32", + "@spectrum-css/fieldlabel": "^7.0.33", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/popover": "^6.0.73", - "@spectrum-css/table": "^5.0.0", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/popover": "^6.0.74", + "@spectrum-css/table": "^5.0.1", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/actionbutton/CHANGELOG.md b/components/actionbutton/CHANGELOG.md index 35265a341f0..ada194f86fc 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.7 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.0.6...@spectrum-css/actionbutton@5.0.7) + +**Note:** Version bump only for package @spectrum-css/actionbutton + ##5.0.6 🗓 diff --git a/components/actionbutton/package.json b/components/actionbutton/package.json index 69f14f54907..6006a55ad1c 100644 --- a/components/actionbutton/package.json +++ b/components/actionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionbutton", - "version": "5.0.6", + "version": "5.0.7", "description": "The Spectrum CSS action button component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/actiongroup/CHANGELOG.md b/components/actiongroup/CHANGELOG.md index a8bf773936f..d92c2b7997d 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.0.7 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actiongroup@4.0.6...@spectrum-css/actiongroup@4.0.7) + +**Note:** Version bump only for package @spectrum-css/actiongroup + ##4.0.6 🗓 diff --git a/components/actiongroup/package.json b/components/actiongroup/package.json index f3d4d92d59c..64a998e78d9 100644 --- a/components/actiongroup/package.json +++ b/components/actiongroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actiongroup", - "version": "4.0.6", + "version": "4.0.7", "description": "The Spectrum CSS actiongroup component", "license": "Apache-2.0", "author": "Adobe", @@ -22,10 +22,10 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/actionmenu/CHANGELOG.md b/components/actionmenu/CHANGELOG.md index 17bbc29ee9b..1a2d5aad786 100644 --- a/components/actionmenu/CHANGELOG.md +++ b/components/actionmenu/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#5.0.0 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionmenu@4.0.58...@spectrum-css/actionmenu@5.0.0) + +\*feat(actionmenu)!: migrate to use spectrum-tokens (#2144)([16e8239](https://github.com/adobe/spectrum-css/commit/16e8239)), closes[#2144](https://github.com/adobe/spectrum-css/issues/2144) + + ### + 🛑 BREAKING CHANGES + + * + migrates ActionMenu to use `@adobe/spectrum-tokens` + +- chore(action-menu): diy migration +- chore(actionmenu): add themes folder +- chore(actionmenu): update dependencies + ##4.0.58 🗓 diff --git a/components/actionmenu/package.json b/components/actionmenu/package.json index eefb3308a0b..db3f604fe03 100644 --- a/components/actionmenu/package.json +++ b/components/actionmenu/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionmenu", - "version": "4.0.58", + "version": "5.0.0", "description": "The Spectrum CSS actionmenu component", "license": "Apache-2.0", "author": "Adobe", @@ -25,12 +25,12 @@ "@spectrum-css/tokens": ">=11" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/menu": "^5.0.9", - "@spectrum-css/popover": "^6.0.73", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/menu": "^5.0.10", + "@spectrum-css/popover": "^6.0.74", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/alertbanner/CHANGELOG.md b/components/alertbanner/CHANGELOG.md index 53e2acdf21a..0e7d2ac6754 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.25 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertbanner@1.1.24...@spectrum-css/alertbanner@1.1.25) + +**Note:** Version bump only for package @spectrum-css/alertbanner + ##1.1.24 🗓 diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json index be29d7ee4d2..f0b25c447cc 100644 --- a/components/alertbanner/package.json +++ b/components/alertbanner/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertbanner", - "version": "1.1.24", + "version": "1.1.25", "description": "The Spectrum CSS alertbanner component", "license": "Apache-2.0", "author": "Adobe", @@ -24,11 +24,11 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/closebutton": "^4.0.6", + "@spectrum-css/closebutton": "^4.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/divider": "^2.1.24", + "@spectrum-css/divider": "^2.1.25", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/alertdialog/CHANGELOG.md b/components/alertdialog/CHANGELOG.md index 9e8e4ee7f9d..15a77f38176 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.6 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.0.5...@spectrum-css/alertdialog@1.0.6) + +**Note:** Version bump only for package @spectrum-css/alertdialog + ##1.0.5 🗓 diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json index d61bd88179d..1da984a6f50 100644 --- a/components/alertdialog/package.json +++ b/components/alertdialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertdialog", - "version": "1.0.5", + "version": "1.0.6", "description": "The Spectrum CSS alertdialog component", "license": "Apache-2.0", "author": "Adobe", @@ -27,13 +27,13 @@ "@spectrum-css/underlay": ">=2" }, "devDependencies": { - "@spectrum-css/button": "^11.0.7", - "@spectrum-css/buttongroup": "^6.1.5", + "@spectrum-css/button": "^11.0.8", + "@spectrum-css/buttongroup": "^6.1.6", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/divider": "^2.1.24", + "@spectrum-css/divider": "^2.1.25", "@spectrum-css/icon": "^3.1.0-alpha.0", "@spectrum-css/modal": "^3.1.0", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "@spectrum-css/underlay": "^2.1.0", "gulp": "^4.0.0" }, diff --git a/components/assetcard/CHANGELOG.md b/components/assetcard/CHANGELOG.md index fc2f59b77af..4403a14dcef 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. + +##2.0.8 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetcard@2.0.7...@spectrum-css/assetcard@2.0.8) + +**Note:** Version bump only for package @spectrum-css/assetcard + ##2.0.7 🗓 diff --git a/components/assetcard/package.json b/components/assetcard/package.json index 028ad8d8b33..1459b8ca84a 100644 --- a/components/assetcard/package.json +++ b/components/assetcard/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/assetcard", - "version": "2.0.7", + "version": "2.0.8", "description": "The Spectrum CSS asset card component", "license": "Apache-2.0", "author": "Adobe", @@ -24,10 +24,10 @@ "@spectrum-css/vars": ">=9" }, "devDependencies": { - "@spectrum-css/checkbox": "^7.0.10", + "@spectrum-css/checkbox": "^7.0.11", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/typography": "^5.0.39", + "@spectrum-css/typography": "^5.0.40", "@spectrum-css/vars": "^9.0.8", "gulp": "^4.0.0" }, diff --git a/components/assetlist/CHANGELOG.md b/components/assetlist/CHANGELOG.md index 4e3883d42c9..86fb1c0f025 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. + +##3.0.81 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@3.0.80...@spectrum-css/assetlist@3.0.81) + +**Note:** Version bump only for package @spectrum-css/assetlist + ##3.0.80 🗓 diff --git a/components/assetlist/package.json b/components/assetlist/package.json index dac992b8c9f..3b1255ad47e 100644 --- a/components/assetlist/package.json +++ b/components/assetlist/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/assetlist", - "version": "3.0.80", + "version": "3.0.81", "description": "The Spectrum CSS assetlist component", "license": "Apache-2.0", "author": "Adobe", @@ -23,7 +23,7 @@ "@spectrum-css/vars": ">=9" }, "devDependencies": { - "@spectrum-css/checkbox": "^7.0.10", + "@spectrum-css/checkbox": "^7.0.11", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/icon": "^4.0.1", "@spectrum-css/vars": "^9.0.8", diff --git a/components/avatar/CHANGELOG.md b/components/avatar/CHANGELOG.md index dd9b262e55b..309a3c0f10a 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.52 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/avatar@6.0.51...@spectrum-css/avatar@6.0.52) + +**Note:** Version bump only for package @spectrum-css/avatar + ##6.0.51 🗓 diff --git a/components/avatar/package.json b/components/avatar/package.json index fd6be401afc..1c69fada3aa 100644 --- a/components/avatar/package.json +++ b/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/avatar", - "version": "6.0.51", + "version": "6.0.52", "description": "The Spectrum CSS avatar component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/badge/CHANGELOG.md b/components/badge/CHANGELOG.md index 53e76430c28..4a46091966a 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.8 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/badge@3.1.7...@spectrum-css/badge@3.1.8) + +**Note:** Version bump only for package @spectrum-css/badge + ##3.1.7 🗓 diff --git a/components/badge/package.json b/components/badge/package.json index e8960d3c983..2e9a16fc894 100644 --- a/components/badge/package.json +++ b/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/badge", - "version": "3.1.7", + "version": "3.1.8", "description": "The Spectrum CSS badge component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/breadcrumb/CHANGELOG.md b/components/breadcrumb/CHANGELOG.md index c3e970730c4..cc8cc2bd410 100644 --- a/components/breadcrumb/CHANGELOG.md +++ b/components/breadcrumb/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.7 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/breadcrumb@8.0.6...@spectrum-css/breadcrumb@8.0.7) + +**Note:** Version bump only for package @spectrum-css/breadcrumb + ##8.0.6 🗓 diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json index f7470821c84..dd844baea66 100644 --- a/components/breadcrumb/package.json +++ b/components/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/breadcrumb", - "version": "8.0.6", + "version": "8.0.7", "description": "The Spectrum CSS breadcrumb component", "license": "Apache-2.0", "author": "Adobe", @@ -23,10 +23,10 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/button/CHANGELOG.md b/components/button/CHANGELOG.md index 2703e4be5f9..5986868db79 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.8 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@11.0.7...@spectrum-css/button@11.0.8) + +**Note:** Version bump only for package @spectrum-css/button + ##11.0.7 🗓 diff --git a/components/button/package.json b/components/button/package.json index e16c67a31e0..0d0afec8df0 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/button", - "version": "11.0.7", + "version": "11.0.8", "description": "The Spectrum CSS button component", "license": "Apache-2.0", "author": "Adobe", @@ -23,7 +23,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/buttongroup/CHANGELOG.md b/components/buttongroup/CHANGELOG.md index 72f535f287f..8241a1e8138 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.6 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/buttongroup@6.1.5...@spectrum-css/buttongroup@6.1.6) + +**Note:** Version bump only for package @spectrum-css/buttongroup + ##6.1.5 🗓 diff --git a/components/buttongroup/package.json b/components/buttongroup/package.json index d1e826a5c78..076a237cb59 100644 --- a/components/buttongroup/package.json +++ b/components/buttongroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/buttongroup", - "version": "6.1.5", + "version": "6.1.6", "description": "The Spectrum CSS buttongroup component", "license": "Apache-2.0", "author": "Adobe", @@ -22,10 +22,10 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/button": "^11.0.7", + "@spectrum-css/button": "^11.0.8", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/calendar/CHANGELOG.md b/components/calendar/CHANGELOG.md index 722b8d7d942..013bd59dda4 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.12 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/calendar@4.0.11...@spectrum-css/calendar@4.0.12) + +**Note:** Version bump only for package @spectrum-css/calendar + ##4.0.11 🗓 diff --git a/components/calendar/package.json b/components/calendar/package.json index 0aec30436cf..c9a60436639 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/calendar", - "version": "4.0.11", + "version": "4.0.12", "description": "The Spectrum CSS calendar component", "license": "Apache-2.0", "author": "Adobe", @@ -23,10 +23,10 @@ "@spectrum-css/tokens": ">=11" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/card/CHANGELOG.md b/components/card/CHANGELOG.md index af999cf95ba..ef3c3a0f471 100644 --- a/components/card/CHANGELOG.md +++ b/components/card/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.18 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/card@6.0.17...@spectrum-css/card@6.0.18) + +**Note:** Version bump only for package @spectrum-css/card + ##6.0.17 🗓 diff --git a/components/card/package.json b/components/card/package.json index 43d8ba6ef5d..ae3044116e8 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/card", - "version": "6.0.17", + "version": "6.0.18", "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.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/asset": "^3.0.48", - "@spectrum-css/checkbox": "^7.0.10", + "@spectrum-css/checkbox": "^7.0.11", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/quickaction": "^3.0.82", - "@spectrum-css/tokens": "^11.3.3", - "@spectrum-css/typography": "^5.0.39", + "@spectrum-css/quickaction": "^3.0.83", + "@spectrum-css/tokens": "^11.3.4", + "@spectrum-css/typography": "^5.0.40", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/checkbox/CHANGELOG.md b/components/checkbox/CHANGELOG.md index 710a5ef8132..a1b6bb79017 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. + +##7.0.11 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/checkbox@7.0.10...@spectrum-css/checkbox@7.0.11) + +**Note:** Version bump only for package @spectrum-css/checkbox + ##7.0.10 🗓 diff --git a/components/checkbox/package.json b/components/checkbox/package.json index 5ab6c4052c3..c0e202b9b32 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/checkbox", - "version": "7.0.10", + "version": "7.0.11", "description": "The Spectrum CSS checkbox component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/clearbutton/CHANGELOG.md b/components/clearbutton/CHANGELOG.md index 343fe91a4a3..d565c8c3cc7 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.5 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/clearbutton@5.0.4...@spectrum-css/clearbutton@5.0.5) + +**Note:** Version bump only for package @spectrum-css/clearbutton + ##5.0.4 🗓 diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json index 8d47b78b20e..5d444fe6231 100644 --- a/components/clearbutton/package.json +++ b/components/clearbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/clearbutton", - "version": "5.0.4", + "version": "5.0.5", "description": "The Spectrum CSS clearbutton component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/closebutton/CHANGELOG.md b/components/closebutton/CHANGELOG.md index 04247094acb..387e846298c 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.7 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/closebutton@4.0.6...@spectrum-css/closebutton@4.0.7) + +**Note:** Version bump only for package @spectrum-css/closebutton + ##4.0.6 🗓 diff --git a/components/closebutton/package.json b/components/closebutton/package.json index 9b25fd56225..9b3c8bad9cd 100644 --- a/components/closebutton/package.json +++ b/components/closebutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/closebutton", - "version": "4.0.6", + "version": "4.0.7", "description": "The Spectrum CSS close button component", "license": "Apache-2.0", "author": "Adobe", @@ -23,7 +23,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/coachmark/CHANGELOG.md b/components/coachmark/CHANGELOG.md index 8eaa3118b08..470de36ce79 100644 --- a/components/coachmark/CHANGELOG.md +++ b/components/coachmark/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.67 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/coachmark@5.0.66...@spectrum-css/coachmark@5.0.67) + +**Note:** Version bump only for package @spectrum-css/coachmark + ##5.0.66 🗓 diff --git a/components/coachmark/package.json b/components/coachmark/package.json index 51770d9673c..50701579b78 100644 --- a/components/coachmark/package.json +++ b/components/coachmark/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/coachmark", - "version": "5.0.66", + "version": "5.0.67", "description": "The Spectrum CSS coachmark component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ "@spectrum-css/vars": ">=9" }, "devDependencies": { - "@spectrum-css/button": "^11.0.7", + "@spectrum-css/button": "^11.0.8", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/vars": "^9.0.8", "gulp": "^4.0.0" diff --git a/components/colorarea/CHANGELOG.md b/components/colorarea/CHANGELOG.md index 9f06d6540b2..b96bcf7fcb1 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.41 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorarea@4.0.40...@spectrum-css/colorarea@4.0.41) + +**Note:** Version bump only for package @spectrum-css/colorarea + ##4.0.40 🗓 diff --git a/components/colorarea/package.json b/components/colorarea/package.json index e9efd70459e..677309d256d 100644 --- a/components/colorarea/package.json +++ b/components/colorarea/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorarea", - "version": "4.0.40", + "version": "4.0.41", "description": "The Spectrum CSS Color Area component", "license": "Apache-2.0", "author": "Adobe", @@ -22,9 +22,9 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/colorhandle": "^7.0.6", + "@spectrum-css/colorhandle": "^7.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/colorhandle/CHANGELOG.md b/components/colorhandle/CHANGELOG.md index ee8a9439a3a..57c570a3896 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.7 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorhandle@7.0.6...@spectrum-css/colorhandle@7.0.7) + +**Note:** Version bump only for package @spectrum-css/colorhandle + ##7.0.6 🗓 diff --git a/components/colorhandle/package.json b/components/colorhandle/package.json index 4efea7f7a1d..6649f86270b 100644 --- a/components/colorhandle/package.json +++ b/components/colorhandle/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorhandle", - "version": "7.0.6", + "version": "7.0.7", "description": "The Spectrum CSS Color Handle component", "license": "Apache-2.0", "author": "Adobe", @@ -23,10 +23,10 @@ "@spectrum-css/tokens": ">=11" }, "devDependencies": { - "@spectrum-css/colorloupe": "^4.1.17", + "@spectrum-css/colorloupe": "^4.1.18", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/opacitycheckerboard": "^1.0.4", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/colorloupe/CHANGELOG.md b/components/colorloupe/CHANGELOG.md index 25c06c14cb6..8ab6e145920 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.18 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorloupe@4.1.17...@spectrum-css/colorloupe@4.1.18) + +**Note:** Version bump only for package @spectrum-css/colorloupe + ##4.1.17 🗓 diff --git a/components/colorloupe/package.json b/components/colorloupe/package.json index fcebd3e1ec5..7dfddb159aa 100644 --- a/components/colorloupe/package.json +++ b/components/colorloupe/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorloupe", - "version": "4.1.17", + "version": "4.1.18", "description": "The Spectrum CSS Color Loupe component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/colorslider/CHANGELOG.md b/components/colorslider/CHANGELOG.md index 4ac7e97ed2a..1630b8ff5e1 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.4 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorslider@5.0.3...@spectrum-css/colorslider@5.0.4) + +**Note:** Version bump only for package @spectrum-css/colorslider + ##5.0.3 🗓 diff --git a/components/colorslider/package.json b/components/colorslider/package.json index 4c18d4c8c51..f950cb800ec 100644 --- a/components/colorslider/package.json +++ b/components/colorslider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorslider", - "version": "5.0.3", + "version": "5.0.4", "description": "The Spectrum CSS Color slider component", "license": "Apache-2.0", "author": "Adobe", @@ -23,10 +23,10 @@ "@spectrum-css/tokens": ">=11" }, "devDependencies": { - "@spectrum-css/colorhandle": "^7.0.6", + "@spectrum-css/colorhandle": "^7.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/opacitycheckerboard": "^1.0.4", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/colorwheel/CHANGELOG.md b/components/colorwheel/CHANGELOG.md index 03d5d34e98a..e77145ff03a 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.41 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/colorwheel@3.0.40...@spectrum-css/colorwheel@3.0.41) + +**Note:** Version bump only for package @spectrum-css/colorwheel + ##3.0.40 🗓 diff --git a/components/colorwheel/package.json b/components/colorwheel/package.json index d2b8889f7d5..38d7fd5ee3f 100644 --- a/components/colorwheel/package.json +++ b/components/colorwheel/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorwheel", - "version": "3.0.40", + "version": "3.0.41", "description": "The Spectrum CSS Color Area component", "license": "Apache-2.0", "author": "Adobe", @@ -22,10 +22,10 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/colorarea": "^4.0.40", - "@spectrum-css/colorhandle": "^7.0.6", + "@spectrum-css/colorarea": "^4.0.41", + "@spectrum-css/colorhandle": "^7.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/combobox/CHANGELOG.md b/components/combobox/CHANGELOG.md index 1062086a60d..43ba42522f6 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.37 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/combobox@2.0.36...@spectrum-css/combobox@2.0.37) + +**Note:** Version bump only for package @spectrum-css/combobox + ##2.0.36 🗓 diff --git a/components/combobox/package.json b/components/combobox/package.json index d31439f652f..bef031a8788 100644 --- a/components/combobox/package.json +++ b/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/combobox", - "version": "2.0.36", + "version": "2.0.37", "description": "The Spectrum CSS combobox component", "license": "Apache-2.0", "author": "Adobe", @@ -24,12 +24,12 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/menu": "^5.0.9", - "@spectrum-css/pickerbutton": "^4.0.11", - "@spectrum-css/popover": "^6.0.73", - "@spectrum-css/progresscircle": "^2.0.64", - "@spectrum-css/textfield": "^6.0.19", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/menu": "^5.0.10", + "@spectrum-css/pickerbutton": "^4.0.12", + "@spectrum-css/popover": "^6.0.74", + "@spectrum-css/progresscircle": "^2.0.65", + "@spectrum-css/textfield": "^6.0.20", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/contextualhelp/CHANGELOG.md b/components/contextualhelp/CHANGELOG.md index 3907a1240ec..0078aeadd0b 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.35 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/contextualhelp@2.0.34...@spectrum-css/contextualhelp@2.0.35) + +**Note:** Version bump only for package @spectrum-css/contextualhelp + ##2.0.34 🗓 diff --git a/components/contextualhelp/package.json b/components/contextualhelp/package.json index a890c6833c3..2abb45e1493 100644 --- a/components/contextualhelp/package.json +++ b/components/contextualhelp/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/contextualhelp", - "version": "2.0.34", + "version": "2.0.35", "description": "The Spectrum CSS contextualhelp component", "license": "Apache-2.0", "author": "Adobe", @@ -26,10 +26,10 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/popover": "^6.0.73", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/popover": "^6.0.74", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/cyclebutton/CHANGELOG.md b/components/cyclebutton/CHANGELOG.md index 0137e90518c..699085e663a 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.81 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/cyclebutton@3.0.80...@spectrum-css/cyclebutton@3.0.81) + +**Note:** Version bump only for package @spectrum-css/cyclebutton + ##3.0.80 🗓 diff --git a/components/cyclebutton/package.json b/components/cyclebutton/package.json index e0a1a9b9f02..49eebce4a97 100644 --- a/components/cyclebutton/package.json +++ b/components/cyclebutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/cyclebutton", - "version": "3.0.80", + "version": "3.0.81", "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.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/icon": "^4.0.1", "@spectrum-css/vars": "^9.0.8", diff --git a/components/datepicker/CHANGELOG.md b/components/datepicker/CHANGELOG.md index 64c8a911ff6..bfe0fc1a074 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. + +##1.0.50 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/datepicker@1.0.49...@spectrum-css/datepicker@1.0.50) + +**Note:** Version bump only for package @spectrum-css/datepicker + ##1.0.49 🗓 diff --git a/components/datepicker/package.json b/components/datepicker/package.json index 1adcee36d4e..ba4a89f6dea 100644 --- a/components/datepicker/package.json +++ b/components/datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/datepicker", - "version": "1.0.49", + "version": "1.0.50", "description": "The Spectrum CSS datepicker component", "license": "Apache-2.0", "author": "Adobe", @@ -27,8 +27,8 @@ "@spectrum-css/icon": "^4.0.1", "@spectrum-css/menu": "^4.0.50", "@spectrum-css/pickerbutton": "^3.0.34", - "@spectrum-css/popover": "^6.0.73", - "@spectrum-css/textfield": "^6.0.19", + "@spectrum-css/popover": "^6.0.74", + "@spectrum-css/textfield": "^6.0.20", "@spectrum-css/vars": "^9.0.8", "gulp": "^4.0.0" }, diff --git a/components/dialog/CHANGELOG.md b/components/dialog/CHANGELOG.md index cdfe3d355eb..6e3f7b80567 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. + +##8.0.4 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dialog@8.0.3...@spectrum-css/dialog@8.0.4) + +**Note:** Version bump only for package @spectrum-css/dialog + ##8.0.3 🗓 diff --git a/components/dialog/package.json b/components/dialog/package.json index 2d021a5d90a..db1bbf13619 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dialog", - "version": "8.0.3", + "version": "8.0.4", "description": "The Spectrum CSS dialog component", "license": "Apache-2.0", "author": "Adobe", @@ -28,11 +28,11 @@ "@spectrum-css/vars": ">=9" }, "devDependencies": { - "@spectrum-css/button": "^11.0.7", - "@spectrum-css/buttongroup": "^6.1.5", - "@spectrum-css/closebutton": "^4.0.6", + "@spectrum-css/button": "^11.0.8", + "@spectrum-css/buttongroup": "^6.1.6", + "@spectrum-css/closebutton": "^4.0.7", "@spectrum-css/component-builder": "^4.0.14", - "@spectrum-css/divider": "^2.1.24", + "@spectrum-css/divider": "^2.1.25", "@spectrum-css/icon": "^4.0.1", "@spectrum-css/modal": "^3.0.49", "@spectrum-css/underlay": "^2.0.54", diff --git a/components/divider/CHANGELOG.md b/components/divider/CHANGELOG.md index 402551aa0ca..cd036aa989c 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.25 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/divider@2.1.24...@spectrum-css/divider@2.1.25) + +**Note:** Version bump only for package @spectrum-css/divider + ##2.1.24 🗓 diff --git a/components/divider/package.json b/components/divider/package.json index 1de072acd7d..269037fb9a1 100644 --- a/components/divider/package.json +++ b/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/divider", - "version": "2.1.24", + "version": "2.1.25", "description": "The Spectrum CSS divider component", "license": "Apache-2.0", "author": "Adobe", @@ -23,7 +23,7 @@ "devDependencies": { "@spectrum-css/actionbutton": "^4.0.0-beta.0", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/dropzone/CHANGELOG.md b/components/dropzone/CHANGELOG.md index b4ae74502c7..a247716f8c8 100644 --- a/components/dropzone/CHANGELOG.md +++ b/components/dropzone/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-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dropzone@5.0.20...@spectrum-css/dropzone@5.0.21) + +**Note:** Version bump only for package @spectrum-css/dropzone + ##5.0.20 🗓 diff --git a/components/dropzone/package.json b/components/dropzone/package.json index 7f182f15ee4..aa17d08049f 100644 --- a/components/dropzone/package.json +++ b/components/dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dropzone", - "version": "5.0.20", + "version": "5.0.21", "description": "The Spectrum CSS dropzone component", "license": "Apache-2.0", "author": "Adobe", @@ -23,11 +23,11 @@ "@spectrum-css/tokens": ">=11" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/illustratedmessage": "^6.0.20", - "@spectrum-css/link": "^4.0.64", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/illustratedmessage": "^6.0.21", + "@spectrum-css/link": "^4.0.65", + "@spectrum-css/tokens": "^11.3.4", "@spectrum-css/vars": "^9.0.8", "gulp": "^4.0.0" }, diff --git a/components/fieldgroup/CHANGELOG.md b/components/fieldgroup/CHANGELOG.md index 09a303cab29..869364dc7f6 100644 --- a/components/fieldgroup/CHANGELOG.md +++ b/components/fieldgroup/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.72 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldgroup@4.0.71...@spectrum-css/fieldgroup@4.0.72) + +**Note:** Version bump only for package @spectrum-css/fieldgroup + ##4.0.71 🗓 diff --git a/components/fieldgroup/package.json b/components/fieldgroup/package.json index d8c98630c0c..a2fc522a008 100644 --- a/components/fieldgroup/package.json +++ b/components/fieldgroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/fieldgroup", - "version": "4.0.71", + "version": "4.0.72", "description": "The Spectrum CSS fieldgroup component", "license": "Apache-2.0", "author": "Adobe", @@ -25,12 +25,12 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/checkbox": "^7.0.10", + "@spectrum-css/checkbox": "^7.0.11", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/helptext": "^4.0.53", + "@spectrum-css/helptext": "^4.0.54", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/radio": "^8.0.7", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/radio": "^8.0.8", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/fieldlabel/CHANGELOG.md b/components/fieldlabel/CHANGELOG.md index ead2e9f656f..373e22c96a2 100644 --- a/components/fieldlabel/CHANGELOG.md +++ b/components/fieldlabel/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.33 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldlabel@7.0.32...@spectrum-css/fieldlabel@7.0.33) + +**Note:** Version bump only for package @spectrum-css/fieldlabel + ##7.0.32 🗓 diff --git a/components/fieldlabel/package.json b/components/fieldlabel/package.json index b66ed004315..e079a6dbcc0 100644 --- a/components/fieldlabel/package.json +++ b/components/fieldlabel/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/fieldlabel", - "version": "7.0.32", + "version": "7.0.33", "description": "The Spectrum CSS fieldlabel component", "license": "Apache-2.0", "author": "Adobe", @@ -22,15 +22,15 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/checkbox": "^7.0.10", + "@spectrum-css/checkbox": "^7.0.11", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/fieldgroup": "^4.0.71", + "@spectrum-css/fieldgroup": "^4.0.72", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/picker": "^7.0.7", - "@spectrum-css/radio": "^8.0.7", - "@spectrum-css/stepper": "^4.0.55", - "@spectrum-css/textfield": "^6.0.19", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/picker": "^7.0.8", + "@spectrum-css/radio": "^8.0.8", + "@spectrum-css/stepper": "^4.0.56", + "@spectrum-css/textfield": "^6.0.20", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/floatingactionbutton/CHANGELOG.md b/components/floatingactionbutton/CHANGELOG.md index 501ca127250..3422f2fd2b6 100644 --- a/components/floatingactionbutton/CHANGELOG.md +++ b/components/floatingactionbutton/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.27 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/floatingactionbutton@1.0.26...@spectrum-css/floatingactionbutton@1.0.27) + +**Note:** Version bump only for package @spectrum-css/floatingactionbutton + ##1.0.26 🗓 diff --git a/components/floatingactionbutton/package.json b/components/floatingactionbutton/package.json index 3daef3477ee..3643f28eb1b 100644 --- a/components/floatingactionbutton/package.json +++ b/components/floatingactionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/floatingactionbutton", - "version": "1.0.26", + "version": "1.0.27", "description": "The Spectrum CSS floatingactionbutton component", "license": "Apache-2.0", "author": "Adobe", @@ -25,7 +25,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/helptext/CHANGELOG.md b/components/helptext/CHANGELOG.md index f973fa302e1..156429d6123 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.54 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/helptext@4.0.53...@spectrum-css/helptext@4.0.54) + +**Note:** Version bump only for package @spectrum-css/helptext + ##4.0.53 🗓 diff --git a/components/helptext/package.json b/components/helptext/package.json index 425dfb4f742..813a646f9e2 100644 --- a/components/helptext/package.json +++ b/components/helptext/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/helptext", - "version": "4.0.53", + "version": "4.0.54", "description": "The Spectrum CSS helptext component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/illustratedmessage/CHANGELOG.md b/components/illustratedmessage/CHANGELOG.md index 114edf700fd..bbde4ac45bd 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.21 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/illustratedmessage@6.0.20...@spectrum-css/illustratedmessage@6.0.21) + +**Note:** Version bump only for package @spectrum-css/illustratedmessage + ##6.0.20 🗓 diff --git a/components/illustratedmessage/package.json b/components/illustratedmessage/package.json index 0e58bb0454a..757ab166bc4 100644 --- a/components/illustratedmessage/package.json +++ b/components/illustratedmessage/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/illustratedmessage", - "version": "6.0.20", + "version": "6.0.21", "description": "The Spectrum CSS illustratedmessage component", "license": "Apache-2.0", "author": "Adobe", @@ -23,8 +23,8 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", - "@spectrum-css/typography": "^5.0.39", + "@spectrum-css/tokens": "^11.3.4", + "@spectrum-css/typography": "^5.0.40", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/infieldbutton/CHANGELOG.md b/components/infieldbutton/CHANGELOG.md index d084d235cfa..6bfa58436c3 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. + +##3.0.11 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/infieldbutton@3.0.10...@spectrum-css/infieldbutton@3.0.11) + +**Note:** Version bump only for package @spectrum-css/infieldbutton + ##3.0.10 🗓 diff --git a/components/infieldbutton/package.json b/components/infieldbutton/package.json index 5c116bb13ea..5f1955e016f 100644 --- a/components/infieldbutton/package.json +++ b/components/infieldbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/infieldbutton", - "version": "3.0.10", + "version": "3.0.11", "description": "The Spectrum CSS infield button component", "license": "Apache-2.0", "author": "Adobe", @@ -23,7 +23,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/inlinealert/CHANGELOG.md b/components/inlinealert/CHANGELOG.md index ccc00a8aa62..8dc5b8002c4 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.46 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/inlinealert@7.0.45...@spectrum-css/inlinealert@7.0.46) + +**Note:** Version bump only for package @spectrum-css/inlinealert + ##7.0.45 🗓 diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index fdce4bfd4c6..147a546fb09 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/inlinealert", - "version": "7.0.45", + "version": "7.0.46", "description": "The Spectrum CSS in-line alert component", "license": "Apache-2.0", "author": "Adobe", @@ -22,10 +22,10 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/button": "^11.0.7", + "@spectrum-css/button": "^11.0.8", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/link/CHANGELOG.md b/components/link/CHANGELOG.md index 04297d0a91d..83f996d9deb 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.65 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/link@4.0.64...@spectrum-css/link@4.0.65) + +**Note:** Version bump only for package @spectrum-css/link + ##4.0.64 🗓 diff --git a/components/link/package.json b/components/link/package.json index dcc6abceb47..2a8bb70572c 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/link", - "version": "4.0.64", + "version": "4.0.65", "description": "The Spectrum CSS link component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/menu/CHANGELOG.md b/components/menu/CHANGELOG.md index 0213ed4031a..455f4a56301 100644 --- a/components/menu/CHANGELOG.md +++ b/components/menu/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-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/menu@5.0.9...@spectrum-css/menu@5.0.10) + +**Note:** Version bump only for package @spectrum-css/menu + ##5.0.9 🗓 diff --git a/components/menu/package.json b/components/menu/package.json index 6e3903c4b4e..779e3efd58b 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/menu", - "version": "5.0.9", + "version": "5.0.10", "description": "The Spectrum CSS menu component", "license": "Apache-2.0", "author": "Adobe", @@ -24,9 +24,9 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/divider": "^2.1.24", + "@spectrum-css/divider": "^2.1.25", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/miller/CHANGELOG.md b/components/miller/CHANGELOG.md index 7b235406d4d..532893adb09 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. + +##3.0.81 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/miller@3.0.80...@spectrum-css/miller@3.0.81) + +**Note:** Version bump only for package @spectrum-css/miller + ##3.0.80 🗓 diff --git a/components/miller/package.json b/components/miller/package.json index eab7ab8de4e..944698f5357 100644 --- a/components/miller/package.json +++ b/components/miller/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/miller", - "version": "3.0.80", + "version": "3.0.81", "description": "The Spectrum CSS miller component", "license": "Apache-2.0", "author": "Adobe", @@ -24,8 +24,8 @@ "@spectrum-css/vars": ">=9" }, "devDependencies": { - "@spectrum-css/assetlist": "^3.0.80", - "@spectrum-css/checkbox": "^7.0.10", + "@spectrum-css/assetlist": "^3.0.81", + "@spectrum-css/checkbox": "^7.0.11", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/icon": "^4.0.1", "@spectrum-css/vars": "^9.0.8", diff --git a/components/page/CHANGELOG.md b/components/page/CHANGELOG.md index 62b7b1b2344..938079ae9f4 100644 --- a/components/page/CHANGELOG.md +++ b/components/page/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. + +#6.0.0 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/page@5.0.33...@spectrum-css/page@6.0.0) + +\*feat(page)!: migrate to spectrum-tokens (#2150)([bdf535b](https://github.com/adobe/spectrum-css/commit/bdf535b)), closes[#2150](https://github.com/adobe/spectrum-css/issues/2150) + + ### + 🛑 BREAKING CHANGES + + * + migrates the Page component to use `@adobe/spectrum-tokens` + ##5.0.33 🗓 diff --git a/components/page/package.json b/components/page/package.json index f402f39a4dd..5e8d93e6047 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/page", - "version": "5.0.33", + "version": "6.0.0", "description": "The Spectrum CSS page component", "license": "Apache-2.0", "author": "Adobe", @@ -18,7 +18,7 @@ "build": "gulp" }, "dependencies": { - "@spectrum-css/tokens": "^11.3.3" + "@spectrum-css/tokens": "^11.3.4" }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", diff --git a/components/pagination/CHANGELOG.md b/components/pagination/CHANGELOG.md index 26959d9ba02..ae275a3b0af 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. + +##6.0.46 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/pagination@6.0.45...@spectrum-css/pagination@6.0.46) + +**Note:** Version bump only for package @spectrum-css/pagination + ##6.0.45 🗓 diff --git a/components/pagination/package.json b/components/pagination/package.json index 88be3bd5c94..c19bd64d4cd 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/pagination", - "version": "6.0.45", + "version": "6.0.46", "description": "The Spectrum CSS pagination component", "license": "Apache-2.0", "author": "Adobe", @@ -26,12 +26,12 @@ "@spectrum-css/vars": ">=9" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", - "@spectrum-css/button": "^11.0.7", + "@spectrum-css/actionbutton": "^5.0.7", + "@spectrum-css/button": "^11.0.8", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/splitbutton": "^6.0.7", - "@spectrum-css/textfield": "^6.0.19", + "@spectrum-css/splitbutton": "^6.0.8", + "@spectrum-css/textfield": "^6.0.20", "@spectrum-css/vars": "^9.0.8", "gulp": "^4.0.0" }, diff --git a/components/picker/CHANGELOG.md b/components/picker/CHANGELOG.md index 077f6c5874a..815b1bce51b 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.8 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/picker@7.0.7...@spectrum-css/picker@7.0.8) + +**Note:** Version bump only for package @spectrum-css/picker + ##7.0.7 🗓 diff --git a/components/picker/package.json b/components/picker/package.json index dd76126e352..f2a5dcabd99 100644 --- a/components/picker/package.json +++ b/components/picker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/picker", - "version": "7.0.7", + "version": "7.0.8", "description": "The Spectrum CSS picker component", "license": "Apache-2.0", "author": "Adobe", @@ -25,12 +25,12 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/helptext": "^4.0.53", + "@spectrum-css/helptext": "^4.0.54", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/menu": "^5.0.9", - "@spectrum-css/popover": "^6.0.73", - "@spectrum-css/progresscircle": "^2.0.64", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/menu": "^5.0.10", + "@spectrum-css/popover": "^6.0.74", + "@spectrum-css/progresscircle": "^2.0.65", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/pickerbutton/CHANGELOG.md b/components/pickerbutton/CHANGELOG.md index 0c6f42ca1d8..25f80f8c1c8 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.12 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/pickerbutton@4.0.11...@spectrum-css/pickerbutton@4.0.12) + +**Note:** Version bump only for package @spectrum-css/pickerbutton + ##4.0.11 🗓 diff --git a/components/pickerbutton/package.json b/components/pickerbutton/package.json index f282e55b938..289de9ed76e 100644 --- a/components/pickerbutton/package.json +++ b/components/pickerbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/pickerbutton", - "version": "4.0.11", + "version": "4.0.12", "description": "The Spectrum CSS picker button component", "license": "Apache-2.0", "author": "Adobe", @@ -26,9 +26,9 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/menu": "^5.0.9", - "@spectrum-css/popover": "^6.0.73", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/menu": "^5.0.10", + "@spectrum-css/popover": "^6.0.74", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/popover/CHANGELOG.md b/components/popover/CHANGELOG.md index f71eb22c09a..e216efb3d8f 100644 --- a/components/popover/CHANGELOG.md +++ b/components/popover/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.74 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/popover@6.0.73...@spectrum-css/popover@6.0.74) + +**Note:** Version bump only for package @spectrum-css/popover + ##6.0.73 🗓 diff --git a/components/popover/package.json b/components/popover/package.json index 3d71ff5e2c0..57482db65a8 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/popover", - "version": "6.0.73", + "version": "6.0.74", "description": "The Spectrum CSS popover component", "license": "Apache-2.0", "author": "Adobe", @@ -22,12 +22,12 @@ "@spectrum-css/tokens": ">=11" }, "devDependencies": { - "@spectrum-css/button": "^11.0.7", + "@spectrum-css/button": "^11.0.8", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/dialog": "^8.0.3", - "@spectrum-css/divider": "^2.1.24", - "@spectrum-css/menu": "^5.0.9", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/dialog": "^8.0.4", + "@spectrum-css/divider": "^2.1.25", + "@spectrum-css/menu": "^5.0.10", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/progressbar/CHANGELOG.md b/components/progressbar/CHANGELOG.md index 0bfee41bb5a..c3595437c6a 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.71 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/progressbar@3.0.70...@spectrum-css/progressbar@3.0.71) + +**Note:** Version bump only for package @spectrum-css/progressbar + ##3.0.70 🗓 diff --git a/components/progressbar/package.json b/components/progressbar/package.json index bcad5cf77a8..9085f8909c4 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/progressbar", - "version": "3.0.70", + "version": "3.0.71", "description": "The Spectrum CSS progress bar component", "license": "Apache-2.0", "author": "Adobe", @@ -23,8 +23,8 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/fieldlabel": "^7.0.32", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/fieldlabel": "^7.0.33", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/progresscircle/CHANGELOG.md b/components/progresscircle/CHANGELOG.md index 7db98c6445b..1ff3242ddd0 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.65 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/progresscircle@2.0.64...@spectrum-css/progresscircle@2.0.65) + +**Note:** Version bump only for package @spectrum-css/progresscircle + ##2.0.64 🗓 diff --git a/components/progresscircle/package.json b/components/progresscircle/package.json index df7cd593b8c..cdb2123df4c 100644 --- a/components/progresscircle/package.json +++ b/components/progresscircle/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/progresscircle", - "version": "2.0.64", + "version": "2.0.65", "description": "The Spectrum CSS progress circle component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/quickaction/CHANGELOG.md b/components/quickaction/CHANGELOG.md index da27f17f526..c85884bf7c7 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.83 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/quickaction@3.0.82...@spectrum-css/quickaction@3.0.83) + +**Note:** Version bump only for package @spectrum-css/quickaction + ##3.0.82 🗓 diff --git a/components/quickaction/package.json b/components/quickaction/package.json index 083e9c67f52..89e482a9f72 100644 --- a/components/quickaction/package.json +++ b/components/quickaction/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/quickaction", - "version": "3.0.82", + "version": "3.0.83", "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.6", - "@spectrum-css/checkbox": "^7.0.10", + "@spectrum-css/actionbutton": "^5.0.7", + "@spectrum-css/checkbox": "^7.0.11", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/vars": "^9.0.8", "gulp": "^4.0.0" diff --git a/components/radio/CHANGELOG.md b/components/radio/CHANGELOG.md index 5b697b20809..55dcc99112c 100644 --- a/components/radio/CHANGELOG.md +++ b/components/radio/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.8 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/radio@8.0.7...@spectrum-css/radio@8.0.8) + +**Note:** Version bump only for package @spectrum-css/radio + ##8.0.7 🗓 diff --git a/components/radio/package.json b/components/radio/package.json index af5e3d7c66d..ca993bf55ba 100644 --- a/components/radio/package.json +++ b/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/radio", - "version": "8.0.7", + "version": "8.0.8", "description": "The Spectrum CSS radio component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/rating/CHANGELOG.md b/components/rating/CHANGELOG.md index 1106942152e..674b732aed5 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.25 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/rating@4.0.24...@spectrum-css/rating@4.0.25) + +**Note:** Version bump only for package @spectrum-css/rating + ##4.0.24 🗓 diff --git a/components/rating/package.json b/components/rating/package.json index df8c1890027..42bcc2c4ad3 100644 --- a/components/rating/package.json +++ b/components/rating/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/rating", - "version": "4.0.24", + "version": "4.0.25", "description": "The Spectrum CSS rating component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/search/CHANGELOG.md b/components/search/CHANGELOG.md index cd4c63adde3..93e259674bb 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.20 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/search@6.0.19...@spectrum-css/search@6.0.20) + +**Note:** Version bump only for package @spectrum-css/search + ##6.0.19 🗓 diff --git a/components/search/package.json b/components/search/package.json index ce71d55f210..70f42acb40b 100644 --- a/components/search/package.json +++ b/components/search/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/search", - "version": "6.0.19", + "version": "6.0.20", "description": "The Spectrum CSS search component", "license": "Apache-2.0", "author": "Adobe", @@ -27,8 +27,8 @@ "@spectrum-css/clearbutton": "^2.0.0", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/textfield": "^6.0.19", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/textfield": "^6.0.20", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/searchwithin/CHANGELOG.md b/components/searchwithin/CHANGELOG.md index abd27e5d139..b1b5c9c489c 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.14 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/searchwithin@5.0.13...@spectrum-css/searchwithin@5.0.14) + +**Note:** Version bump only for package @spectrum-css/searchwithin + ##5.0.13 🗓 diff --git a/components/searchwithin/package.json b/components/searchwithin/package.json index cde19dc7ac5..c350b393c7b 100644 --- a/components/searchwithin/package.json +++ b/components/searchwithin/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/searchwithin", - "version": "5.0.13", + "version": "5.0.14", "description": "The Spectrum CSS searchwithin component", "license": "Apache-2.0", "author": "Adobe", @@ -28,8 +28,8 @@ "@spectrum-css/clearbutton": "^2.0.0", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/picker": "^7.0.7", - "@spectrum-css/textfield": "^6.0.19", + "@spectrum-css/picker": "^7.0.8", + "@spectrum-css/textfield": "^6.0.20", "@spectrum-css/vars": "^9.0.8", "gulp": "^4.0.0" }, diff --git a/components/sidenav/CHANGELOG.md b/components/sidenav/CHANGELOG.md index 511a1ced668..449e6b698fc 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.9 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/sidenav@4.0.8...@spectrum-css/sidenav@4.0.9) + +**Note:** Version bump only for package @spectrum-css/sidenav + ##4.0.8 🗓 diff --git a/components/sidenav/package.json b/components/sidenav/package.json index da2f6b8ca2e..9bd29699358 100644 --- a/components/sidenav/package.json +++ b/components/sidenav/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/sidenav", - "version": "4.0.8", + "version": "4.0.9", "description": "The Spectrum CSS sidenav component", "license": "Apache-2.0", "author": "Adobe", @@ -23,7 +23,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/slider/CHANGELOG.md b/components/slider/CHANGELOG.md index ddf13f3422d..8c53dd0664b 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.9 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/slider@4.1.8...@spectrum-css/slider@4.1.9) + +**Note:** Version bump only for package @spectrum-css/slider + ##4.1.8 🗓 diff --git a/components/slider/package.json b/components/slider/package.json index dbabaa580ac..3577cefa2e8 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/slider", - "version": "4.1.8", + "version": "4.1.9", "description": "The Spectrum CSS slider component", "license": "Apache-2.0", "author": "Adobe", @@ -23,8 +23,8 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/stepper": "^4.0.55", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/stepper": "^4.0.56", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/splitbutton/CHANGELOG.md b/components/splitbutton/CHANGELOG.md index 3d5bbc9f9c4..db1a336d9b2 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. + +##6.0.8 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/splitbutton@6.0.7...@spectrum-css/splitbutton@6.0.8) + +**Note:** Version bump only for package @spectrum-css/splitbutton + ##6.0.7 🗓 diff --git a/components/splitbutton/package.json b/components/splitbutton/package.json index fe6dcf74f95..20f49225b17 100644 --- a/components/splitbutton/package.json +++ b/components/splitbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/splitbutton", - "version": "6.0.7", + "version": "6.0.8", "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.7", + "@spectrum-css/button": "^11.0.8", "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/icon": "^4.0.1", "@spectrum-css/vars": "^9.0.8", diff --git a/components/splitview/CHANGELOG.md b/components/splitview/CHANGELOG.md index f8c17e8ffea..9ff3e2218d6 100644 --- a/components/splitview/CHANGELOG.md +++ b/components/splitview/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#4.0.0 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/splitview@3.0.48...@spectrum-css/splitview@4.0.0) + +### 🔙 Reverts + +\*gulp and build updates ([#2121](https://github.com/adobe/spectrum-css/issues/2121))([03a37f5](https://github.com/adobe/spectrum-css/commit/03a37f5)), closes[#2099](https://github.com/adobe/spectrum-css/issues/2099) + +\*feat(splitview)!: migrate to spectrum tokens (#2103)([4f39c5d](https://github.com/adobe/spectrum-css/commit/4f39c5d)), closes[#2103](https://github.com/adobe/spectrum-css/issues/2103) + + ### + 🛑 BREAKING CHANGES + + * + migrates SplitView to use `@adobe/spectrum-tokens` + +Additionally: + +- fix(splitview): remove touch-action from gripper +- refactor(splitview): combine skin.css with index.css and delete skin.css +- feat(splitview)!: updating to use core tokens +- chore(splitview): update mods +- style(splitview): add whcm styling +- chore(splitview): fix linter errors + +use two colon pseudo elements +fix max nesting depth + +- chore(splitview): working on adding focus story +- chore(splitview): add storybook interaction add-on +- chore(splitview): use latest version of tokens +- fix(splitview): use vertical gripper width for vertical gripper + ##3.0.48 🗓 diff --git a/components/splitview/package.json b/components/splitview/package.json index c315f42571c..ec17d708dba 100644 --- a/components/splitview/package.json +++ b/components/splitview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/splitview", - "version": "3.0.48", + "version": "4.0.0", "description": "The Spectrum CSS splitview component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/statuslight/CHANGELOG.md b/components/statuslight/CHANGELOG.md index 645b980b147..4eb5741f96a 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.52 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/statuslight@6.0.51...@spectrum-css/statuslight@6.0.52) + +**Note:** Version bump only for package @spectrum-css/statuslight + ##6.0.51 🗓 diff --git a/components/statuslight/package.json b/components/statuslight/package.json index 72cb56338fa..56bed2c33a3 100644 --- a/components/statuslight/package.json +++ b/components/statuslight/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/statuslight", - "version": "6.0.51", + "version": "6.0.52", "description": "The Spectrum CSS statuslight component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder": "^4.0.14", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/steplist/CHANGELOG.md b/components/steplist/CHANGELOG.md index 5cf0f6d6919..7e58d5edcab 100644 --- a/components/steplist/CHANGELOG.md +++ b/components/steplist/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.78 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/steplist@3.0.77...@spectrum-css/steplist@3.0.78) + +**Note:** Version bump only for package @spectrum-css/steplist + ##3.0.77 🗓 diff --git a/components/steplist/package.json b/components/steplist/package.json index 24d511898a2..fc59420a3d2 100644 --- a/components/steplist/package.json +++ b/components/steplist/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/steplist", - "version": "3.0.77", + "version": "3.0.78", "description": "The Spectrum CSS steplist component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder": "^4.0.14", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tooltip": "^5.1.10", + "@spectrum-css/tooltip": "^5.1.11", "@spectrum-css/vars": "^9.0.8", "gulp": "^4.0.0" }, diff --git a/components/stepper/CHANGELOG.md b/components/stepper/CHANGELOG.md index 35210c9fc85..e003fbd6dc4 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. + +##4.0.56 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/stepper@4.0.55...@spectrum-css/stepper@4.0.56) + +**Note:** Version bump only for package @spectrum-css/stepper + ##4.0.55 🗓 diff --git a/components/stepper/package.json b/components/stepper/package.json index e5d724c0272..13bb8902bf7 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/stepper", - "version": "4.0.55", + "version": "4.0.56", "description": "The Spectrum CSS stepper component", "license": "Apache-2.0", "author": "Adobe", @@ -24,11 +24,11 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/actionbutton": "^5.0.6", + "@spectrum-css/actionbutton": "^5.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/textfield": "^6.0.19", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/textfield": "^6.0.20", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/swatch/CHANGELOG.md b/components/swatch/CHANGELOG.md index 7001b826b1c..763c760cec9 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.12 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/swatch@5.0.11...@spectrum-css/swatch@5.0.12) + +**Note:** Version bump only for package @spectrum-css/swatch + ##5.0.11 🗓 diff --git a/components/swatch/package.json b/components/swatch/package.json index 16bd0963281..52ae64b9f74 100644 --- a/components/swatch/package.json +++ b/components/swatch/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/swatch", - "version": "5.0.11", + "version": "5.0.12", "description": "The Spectrum CSS Color swatch component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/opacitycheckerboard": "^1.0.4", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/swatchgroup/CHANGELOG.md b/components/swatchgroup/CHANGELOG.md index 4b9deadcb89..5d9d5645025 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.68 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/swatchgroup@2.0.67...@spectrum-css/swatchgroup@2.0.68) + +**Note:** Version bump only for package @spectrum-css/swatchgroup + ##2.0.67 🗓 diff --git a/components/swatchgroup/package.json b/components/swatchgroup/package.json index 84dab1ab0d5..a034ec4ac73 100644 --- a/components/swatchgroup/package.json +++ b/components/swatchgroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/swatchgroup", - "version": "2.0.67", + "version": "2.0.68", "description": "The Spectrum CSS Color swatch group component", "license": "Apache-2.0", "author": "Adobe", @@ -23,8 +23,8 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/swatch": "^5.0.11", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/swatch": "^5.0.12", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/switch/CHANGELOG.md b/components/switch/CHANGELOG.md index 16220c5313d..72d9586d76d 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.7 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/switch@4.0.6...@spectrum-css/switch@4.0.7) + +**Note:** Version bump only for package @spectrum-css/switch + ##4.0.6 🗓 diff --git a/components/switch/package.json b/components/switch/package.json index 8667be33fb3..7282fb32230 100644 --- a/components/switch/package.json +++ b/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/switch", - "version": "4.0.6", + "version": "4.0.7", "description": "The Spectrum CSS switch component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/table/CHANGELOG.md b/components/table/CHANGELOG.md index 0a25a88b621..198cc5814fd 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.1 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/table@5.0.0...@spectrum-css/table@5.0.1) + +**Note:** Version bump only for package @spectrum-css/table + #5.0.0 🗓 diff --git a/components/table/package.json b/components/table/package.json index 0e031824b74..eae5acb585a 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/table", - "version": "5.0.0", + "version": "5.0.1", "description": "The Spectrum CSS table component", "license": "Apache-2.0", "author": "Adobe", @@ -22,12 +22,12 @@ "@spectrum-css/tokens": ">=11" }, "devDependencies": { - "@spectrum-css/button": "^11.0.7", - "@spectrum-css/checkbox": "^7.0.10", + "@spectrum-css/button": "^11.0.8", + "@spectrum-css/checkbox": "^7.0.11", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/thumbnail": "^5.0.6", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/thumbnail": "^5.0.7", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/tabs/CHANGELOG.md b/components/tabs/CHANGELOG.md index 65baa5f632f..97cecc93f1f 100644 --- a/components/tabs/CHANGELOG.md +++ b/components/tabs/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.17 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tabs@4.0.16...@spectrum-css/tabs@4.0.17) + +**Note:** Version bump only for package @spectrum-css/tabs + ##4.0.16 🗓 diff --git a/components/tabs/package.json b/components/tabs/package.json index d76cfe27431..fd94694c4d1 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tabs", - "version": "4.0.16", + "version": "4.0.17", "description": "The Spectrum CSS tabs component", "license": "Apache-2.0", "author": "Adobe", @@ -25,9 +25,9 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/menu": "^5.0.9", - "@spectrum-css/picker": "^7.0.7", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/menu": "^5.0.10", + "@spectrum-css/picker": "^7.0.8", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/tag/CHANGELOG.md b/components/tag/CHANGELOG.md index ee6e8852526..745807c2998 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.6 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tag@8.0.5...@spectrum-css/tag@8.0.6) + +**Note:** Version bump only for package @spectrum-css/tag + ##8.0.5 🗓 diff --git a/components/tag/package.json b/components/tag/package.json index 856de45d74c..af213f4013e 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tag", - "version": "8.0.5", + "version": "8.0.6", "description": "The Spectrum CSS tags component", "license": "Apache-2.0", "author": "Adobe", @@ -22,11 +22,11 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/avatar": "^6.0.51", + "@spectrum-css/avatar": "^6.0.52", "@spectrum-css/clearbutton": "^2.0.0", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/taggroup/CHANGELOG.md b/components/taggroup/CHANGELOG.md index 19be13b34e9..792dd2a5f69 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.4 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/taggroup@4.0.3...@spectrum-css/taggroup@4.0.4) + +**Note:** Version bump only for package @spectrum-css/taggroup + ##4.0.3 🗓 diff --git a/components/taggroup/package.json b/components/taggroup/package.json index 6dee1077692..d2853a22ca6 100644 --- a/components/taggroup/package.json +++ b/components/taggroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/taggroup", - "version": "4.0.3", + "version": "4.0.4", "description": "The Spectrum CSS tag group component", "license": "Apache-2.0", "author": "Adobe", @@ -23,12 +23,12 @@ "@spectrum-css/tokens": ">=11" }, "devDependencies": { - "@spectrum-css/avatar": "^6.0.51", - "@spectrum-css/clearbutton": "^5.0.4", + "@spectrum-css/avatar": "^6.0.52", + "@spectrum-css/clearbutton": "^5.0.5", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tag": "^8.0.5", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tag": "^8.0.6", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/textfield/CHANGELOG.md b/components/textfield/CHANGELOG.md index 95c8f414555..076b7f852a5 100644 --- a/components/textfield/CHANGELOG.md +++ b/components/textfield/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.20 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.0.19...@spectrum-css/textfield@6.0.20) + +**Note:** Version bump only for package @spectrum-css/textfield + ##6.0.19 🗓 diff --git a/components/textfield/package.json b/components/textfield/package.json index dde522a208c..30398142d4a 100644 --- a/components/textfield/package.json +++ b/components/textfield/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/textfield", - "version": "6.0.19", + "version": "6.0.20", "description": "The Spectrum CSS textfield component", "license": "Apache-2.0", "author": "Adobe", @@ -22,8 +22,8 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/helptext": "^4.0.53", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/helptext": "^4.0.54", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/thumbnail/CHANGELOG.md b/components/thumbnail/CHANGELOG.md index ca69821abd4..3f2efc5bd5f 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.0.7 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/thumbnail@5.0.6...@spectrum-css/thumbnail@5.0.7) + +**Note:** Version bump only for package @spectrum-css/thumbnail + ##5.0.6 🗓 diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json index b79907ea980..40af60f36e5 100644 --- a/components/thumbnail/package.json +++ b/components/thumbnail/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/thumbnail", - "version": "5.0.6", + "version": "5.0.7", "description": "The Spectrum CSS thumbnail component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/opacitycheckerboard": "^1.0.4", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/toast/CHANGELOG.md b/components/toast/CHANGELOG.md index 542819b90e5..e275ab65193 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.9 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/toast@9.1.8...@spectrum-css/toast@9.1.9) + +**Note:** Version bump only for package @spectrum-css/toast + ##9.1.8 🗓 diff --git a/components/toast/package.json b/components/toast/package.json index 1b4dacef680..15a31082ae4 100644 --- a/components/toast/package.json +++ b/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/toast", - "version": "9.1.8", + "version": "9.1.9", "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.7", - "@spectrum-css/closebutton": "^4.0.6", + "@spectrum-css/button": "^11.0.8", + "@spectrum-css/closebutton": "^4.0.7", "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/tokens/CHANGELOG.md b/components/tokens/CHANGELOG.md index 782cbc44595..8e92aeb7f8e 100644 --- a/components/tokens/CHANGELOG.md +++ b/components/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. + +##11.3.4 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tokens@11.3.3...@spectrum-css/tokens@11.3.4) + +**Note:** Version bump only for package @spectrum-css/tokens + ##11.3.3 🗓 diff --git a/components/tokens/package.json b/components/tokens/package.json index 2eb2ed2a8d8..2fba6cefbf3 100644 --- a/components/tokens/package.json +++ b/components/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tokens", - "version": "11.3.3", + "version": "11.3.4", "description": "The Spectrum CSS tokens package", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/tooltip/CHANGELOG.md b/components/tooltip/CHANGELOG.md index f75bcdeba51..7a494b81071 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.11 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tooltip@5.1.10...@spectrum-css/tooltip@5.1.11) + +**Note:** Version bump only for package @spectrum-css/tooltip + ##5.1.10 🗓 diff --git a/components/tooltip/package.json b/components/tooltip/package.json index bb70a9e3b06..664a8e7482f 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tooltip", - "version": "5.1.10", + "version": "5.1.11", "description": "The Spectrum CSS tooltip component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", "@spectrum-css/icon": "^4.0.1", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/tray/CHANGELOG.md b/components/tray/CHANGELOG.md index b25d003b172..2ee3d2236d2 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.12 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.11...@spectrum-css/tray@2.1.12) + +**Note:** Version bump only for package @spectrum-css/tray + ##2.1.11 🗓 diff --git a/components/tray/package.json b/components/tray/package.json index 80290f798e4..b7596a4ec3f 100644 --- a/components/tray/package.json +++ b/components/tray/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tray", - "version": "2.1.11", + "version": "2.1.12", "description": "The Spectrum CSS tray component", "license": "Apache-2.0", "author": "Adobe", @@ -24,13 +24,13 @@ "@spectrum-css/tokens": ">=10" }, "devDependencies": { - "@spectrum-css/button": "^11.0.7", + "@spectrum-css/button": "^11.0.8", "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/dialog": "^8.0.3", - "@spectrum-css/divider": "^2.1.24", + "@spectrum-css/dialog": "^8.0.4", + "@spectrum-css/divider": "^2.1.25", "@spectrum-css/icon": "^4.0.1", "@spectrum-css/modal": "^3.0.49", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/typography/CHANGELOG.md b/components/typography/CHANGELOG.md index 6a37cd17ffa..fd34f641e38 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.40 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/typography@5.0.39...@spectrum-css/typography@5.0.40) + +**Note:** Version bump only for package @spectrum-css/typography + ##5.0.39 🗓 diff --git a/components/typography/package.json b/components/typography/package.json index 25ed11ddaa2..dc7cc1c4ae7 100644 --- a/components/typography/package.json +++ b/components/typography/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/typography", - "version": "5.0.39", + "version": "5.0.40", "description": "The Spectrum CSS typography component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/underlay/CHANGELOG.md b/components/underlay/CHANGELOG.md index d5ad02a06bc..e4f6bd6e064 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.3 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/underlay@3.0.2...@spectrum-css/underlay@3.0.3) + +**Note:** Version bump only for package @spectrum-css/underlay + ##3.0.2 🗓 diff --git a/components/underlay/package.json b/components/underlay/package.json index 3ec3aa14ac2..d85b3ded3cb 100644 --- a/components/underlay/package.json +++ b/components/underlay/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/underlay", - "version": "3.0.2", + "version": "3.0.3", "description": "The Spectrum CSS underlay component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.16", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/components/well/CHANGELOG.md b/components/well/CHANGELOG.md index 291169da78e..db8ff33c6d6 100644 --- a/components/well/CHANGELOG.md +++ b/components/well/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. + +#4.0.0 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/well@3.0.49...@spectrum-css/well@4.0.0) + +\*feat(well)!: migrate to use spectrum-tokens([b362c23](https://github.com/adobe/spectrum-css/commit/b362c23)) + + ### + 🛑 BREAKING CHANGES + + * + migrates Well to use spectrum-tokens + ##3.0.49 🗓 diff --git a/components/well/package.json b/components/well/package.json index fc2db83aebd..bf41a064082 100644 --- a/components/well/package.json +++ b/components/well/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/well", - "version": "3.0.49", + "version": "4.0.0", "description": "The Spectrum CSS well component", "license": "Apache-2.0", "author": "Adobe", @@ -22,7 +22,7 @@ }, "devDependencies": { "@spectrum-css/component-builder-simple": "^2.0.17", - "@spectrum-css/tokens": "^11.2.1", + "@spectrum-css/tokens": "^11.3.4", "gulp": "^4.0.0" }, "publishConfig": { diff --git a/tools/preview/CHANGELOG.md b/tools/preview/CHANGELOG.md index 28db44f1c12..82a938e81c1 100644 --- a/tools/preview/CHANGELOG.md +++ b/tools/preview/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#5.0.0 +🗓 +2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@4.1.14...@spectrum-css/preview@5.0.0) + +\*feat(splitview)!: migrate to spectrum tokens (#2103)([4f39c5d](https://github.com/adobe/spectrum-css/commit/4f39c5d)), closes[#2103](https://github.com/adobe/spectrum-css/issues/2103) + + ### + 🛑 BREAKING CHANGES + + * + migrates SplitView to use `@adobe/spectrum-tokens` + +Additionally: + +- fix(splitview): remove touch-action from gripper +- refactor(splitview): combine skin.css with index.css and delete skin.css +- feat(splitview)!: updating to use core tokens +- chore(splitview): update mods +- style(splitview): add whcm styling +- chore(splitview): fix linter errors + +use two colon pseudo elements +fix max nesting depth + +- chore(splitview): working on adding focus story +- chore(splitview): add storybook interaction add-on +- chore(splitview): use latest version of tokens +- fix(splitview): use vertical gripper width for vertical gripper + ##4.1.14 🗓 diff --git a/tools/preview/package.json b/tools/preview/package.json index 0e8c70020b2..63b37fd78ba 100644 --- a/tools/preview/package.json +++ b/tools/preview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/preview", - "version": "4.1.14", + "version": "5.0.0", "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.1", "@spectrum-css/site": "^4.0.0", - "@spectrum-css/tokens": "^11.3.3", + "@spectrum-css/tokens": "^11.3.4", "@spectrum-css/vars": "^9.0.8" }, "devDependencies": {