diff --git a/.github/actions/file-diff/CHANGELOG.md b/.github/actions/file-diff/CHANGELOG.md index 149b1f5357..5089ed45ad 100644 --- a/.github/actions/file-diff/CHANGELOG.md +++ b/.github/actions/file-diff/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.2 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.1...@spectrum-tools/gh-action-file-diff@2.0.2) + +**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff + ##2.0.1 🗓 diff --git a/.github/actions/file-diff/package.json b/.github/actions/file-diff/package.json index ce130aac1c..d11a8269f8 100644 --- a/.github/actions/file-diff/package.json +++ b/.github/actions/file-diff/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-tools/gh-action-file-diff", - "version": "2.0.1", + "version": "2.0.2", "description": "A GitHub Action to compare asset sizes and generate a diff if changes are found.", "license": "Apache-2.0", "author": "Adobe", diff --git a/.storybook/CHANGELOG.md b/.storybook/CHANGELOG.md index f6aae84b84..ad67a3408d 100644 --- a/.storybook/CHANGELOG.md +++ b/.storybook/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#7.3.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@7.2.1...@spectrum-css/preview@7.3.0) + +### ✨ Features + +\*migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e)) + ##7.2.1 🗓 diff --git a/.storybook/package.json b/.storybook/package.json index 510e34627d..4fc56a3d84 100644 --- a/.storybook/package.json +++ b/.storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/preview", - "version": "7.2.1", + "version": "7.3.0", "description": "A Spectrum CSS preview", "license": "Apache-2.0", "author": "Adobe", @@ -12,8 +12,8 @@ "dependencies": { "@adobe/spectrum-css-workflow-icons": "^1.5.4", "@spectrum-css/expressvars": "^3.0.9", - "@spectrum-css/site": "^4.0.4", - "@spectrum-css/tokens": "^13.0.8", + "@spectrum-css/site": "^4.1.0", + "@spectrum-css/tokens": "^13.0.9", "@spectrum-css/ui-icons": "^1.1.1", "@spectrum-css/vars": "^9.0.8" }, @@ -21,8 +21,8 @@ "@babel/core": "^7.22.1", "@chromaui/addon-visual-tests": "^0.0.124", "@etchteam/storybook-addon-status": "^4.2.4", - "@spectrum-css/component-builder": "^5.0.0", - "@spectrum-css/component-builder-simple": "^4.0.0", + "@spectrum-css/component-builder": "^5.1.0", + "@spectrum-css/component-builder-simple": "^4.1.0", "@storybook/addon-a11y": "^7.6.8", "@storybook/addon-actions": "~7.5", "@storybook/addon-console": "^1.2.3", diff --git a/components/accordion/CHANGELOG.md b/components/accordion/CHANGELOG.md index 357d08664f..43bdf978c6 100644 --- a/components/accordion/CHANGELOG.md +++ b/components/accordion/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##4.1.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.1.0...@spectrum-css/accordion@4.1.1) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + #4.1.0 🗓 diff --git a/components/accordion/package.json b/components/accordion/package.json index 3c2e860aa9..6d29cb3ff3 100644 --- a/components/accordion/package.json +++ b/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/accordion", - "version": "4.1.0", + "version": "4.1.1", "description": "The Spectrum CSS accordion component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/actionbutton/CHANGELOG.md b/components/actionbutton/CHANGELOG.md index d04558a5c4..6c22baa917 100644 --- a/components/actionbutton/CHANGELOG.md +++ b/components/actionbutton/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#5.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.0.18...@spectrum-css/actionbutton@5.1.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +- **commons:**rename and deprecate mods referencing global tokens ([#2423](https://github.com/adobe/spectrum-css/issues/2423))([3a49432](https://github.com/adobe/spectrum-css/commit/3a49432))\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + ##5.0.18 🗓 diff --git a/components/actionbutton/package.json b/components/actionbutton/package.json index 100cae06b2..b5813cc5d2 100644 --- a/components/actionbutton/package.json +++ b/components/actionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionbutton", - "version": "5.0.18", + "version": "5.1.0", "description": "The Spectrum CSS action button component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ } }, "devDependencies": { - "@spectrum-css/commons": "^9.0.2" + "@spectrum-css/commons": "^9.1.0" }, "publishConfig": { "access": "public" diff --git a/components/alertdialog/CHANGELOG.md b/components/alertdialog/CHANGELOG.md index e6fd0fdc6f..02b640c3a5 100644 --- a/components/alertdialog/CHANGELOG.md +++ b/components/alertdialog/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#1.2.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertdialog@1.1.0...@spectrum-css/alertdialog@1.2.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + #1.1.0 🗓 diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json index 430cac3dd3..8c6999ad7a 100644 --- a/components/alertdialog/package.json +++ b/components/alertdialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertdialog", - "version": "1.1.0", + "version": "1.2.0", "description": "The Spectrum CSS alertdialog component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/asset/CHANGELOG.md b/components/asset/CHANGELOG.md index 503c50a8c6..64171d1994 100644 --- a/components/asset/CHANGELOG.md +++ b/components/asset/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#3.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/asset@3.0.52...@spectrum-css/asset@3.1.0) + +### ✨ Features + +- **asset,cyclebutton,quickaction,site:**deprecate skin.css assets ([#2438](https://github.com/adobe/spectrum-css/issues/2438))([d6de839](https://github.com/adobe/spectrum-css/commit/d6de839)) + ##3.0.52 🗓 diff --git a/components/asset/package.json b/components/asset/package.json index ebff3cff86..eedd6d0d97 100644 --- a/components/asset/package.json +++ b/components/asset/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/asset", - "version": "3.0.52", + "version": "3.1.0", "description": "The Spectrum CSS asset component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/assetlist/CHANGELOG.md b/components/assetlist/CHANGELOG.md index 388f02ede3..2b8d948c9f 100644 --- a/components/assetlist/CHANGELOG.md +++ b/components/assetlist/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##5.1.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/assetlist@5.1.0...@spectrum-css/assetlist@5.1.1) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + #5.1.0 🗓 diff --git a/components/assetlist/package.json b/components/assetlist/package.json index 4db8d10a84..6a0be3a740 100644 --- a/components/assetlist/package.json +++ b/components/assetlist/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/assetlist", - "version": "5.1.0", + "version": "5.1.1", "description": "The Spectrum CSS assetlist component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/breadcrumb/CHANGELOG.md b/components/breadcrumb/CHANGELOG.md index 0ee38c9cd4..98d6e7c92d 100644 --- a/components/breadcrumb/CHANGELOG.md +++ b/components/breadcrumb/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##8.1.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/breadcrumb@8.1.0...@spectrum-css/breadcrumb@8.1.1) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + #8.1.0 🗓 diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json index 646708113c..a9ca4b5c0d 100644 --- a/components/breadcrumb/package.json +++ b/components/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/breadcrumb", - "version": "8.1.0", + "version": "8.1.1", "description": "The Spectrum CSS breadcrumb component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/button/CHANGELOG.md b/components/button/CHANGELOG.md index b7de2e4bf2..5303c51edb 100644 --- a/components/button/CHANGELOG.md +++ b/components/button/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. + +#11.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/button@11.0.19...@spectrum-css/button@11.1.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +- **commons:**rename and deprecate mods referencing global tokens ([#2423](https://github.com/adobe/spectrum-css/issues/2423))([3a49432](https://github.com/adobe/spectrum-css/commit/3a49432)) + ##11.0.19 🗓 diff --git a/components/button/package.json b/components/button/package.json index 6915279b6b..c670c919ac 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/button", - "version": "11.0.19", + "version": "11.1.0", "description": "The Spectrum CSS button component", "license": "Apache-2.0", "author": "Adobe", @@ -24,7 +24,7 @@ } }, "devDependencies": { - "@spectrum-css/commons": "^9.0.2" + "@spectrum-css/commons": "^9.1.0" }, "publishConfig": { "access": "public" diff --git a/components/calendar/CHANGELOG.md b/components/calendar/CHANGELOG.md index 525f286855..15801c725e 100644 --- a/components/calendar/CHANGELOG.md +++ b/components/calendar/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##4.1.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/calendar@4.1.0...@spectrum-css/calendar@4.1.1) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + #4.1.0 🗓 diff --git a/components/calendar/package.json b/components/calendar/package.json index 2f1c3177a6..1ee299d28d 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/calendar", - "version": "4.1.0", + "version": "4.1.1", "description": "The Spectrum CSS calendar component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/card/CHANGELOG.md b/components/card/CHANGELOG.md index 5bb8e02555..b4a16a6b12 100644 --- a/components/card/CHANGELOG.md +++ b/components/card/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##6.3.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/card@6.3.0...@spectrum-css/card@6.3.1) + +### 🐛 Bug fixes + +- **card:**gap between preview and horizontal card border([f6e972d](https://github.com/adobe/spectrum-css/commit/f6e972d))_ + **card:**rename misnamed instance of background color mod ([#2417](https://github.com/adobe/spectrum-css/issues/2417))([cf44e69](https://github.com/adobe/spectrum-css/commit/cf44e69))_ + **card:**revert misnamed instance of background color mod([80b3b78](https://github.com/adobe/spectrum-css/commit/80b3b78)) + #6.3.0 🗓 diff --git a/components/card/package.json b/components/card/package.json index b78c26cafb..880623b063 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/card", - "version": "6.3.0", + "version": "6.3.1", "description": "The Spectrum CSS card component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/checkbox/CHANGELOG.md b/components/checkbox/CHANGELOG.md index db480c227c..40cefdc8b2 100644 --- a/components/checkbox/CHANGELOG.md +++ b/components/checkbox/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##8.0.6 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/checkbox@8.0.5...@spectrum-css/checkbox@8.0.6) + +### 🐛 Bug fixes + +- **checkbox:**address typo([174d386](https://github.com/adobe/spectrum-css/commit/174d386)) + ##8.0.5 🗓 diff --git a/components/checkbox/package.json b/components/checkbox/package.json index 50d8e3dd5f..65eba6a874 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/checkbox", - "version": "8.0.5", + "version": "8.0.6", "description": "The Spectrum CSS checkbox component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/closebutton/CHANGELOG.md b/components/closebutton/CHANGELOG.md index 287e8553d5..44c0b76e8e 100644 --- a/components/closebutton/CHANGELOG.md +++ b/components/closebutton/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.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/closebutton@4.0.18...@spectrum-css/closebutton@4.1.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +- **commons:**rename and deprecate mods referencing global tokens ([#2423](https://github.com/adobe/spectrum-css/issues/2423))([3a49432](https://github.com/adobe/spectrum-css/commit/3a49432)) + ##4.0.18 🗓 diff --git a/components/closebutton/package.json b/components/closebutton/package.json index 1b43301ddc..6dd4fe6b3e 100644 --- a/components/closebutton/package.json +++ b/components/closebutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/closebutton", - "version": "4.0.18", + "version": "4.1.0", "description": "The Spectrum CSS close button component", "license": "Apache-2.0", "author": "Adobe", @@ -19,7 +19,7 @@ "@spectrum-css/tokens": ">=13" }, "devDependencies": { - "@spectrum-css/commons": "^9.0.2" + "@spectrum-css/commons": "^9.1.0" }, "publishConfig": { "access": "public" diff --git a/components/commons/CHANGELOG.md b/components/commons/CHANGELOG.md index 552fd15781..d0a12cda01 100644 --- a/components/commons/CHANGELOG.md +++ b/components/commons/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. + +#9.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/commons@9.0.2...@spectrum-css/commons@9.1.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +- **commons:**rename and deprecate mods referencing global tokens ([#2423](https://github.com/adobe/spectrum-css/issues/2423))([3a49432](https://github.com/adobe/spectrum-css/commit/3a49432)) + ##9.0.2 🗓 diff --git a/components/commons/package.json b/components/commons/package.json index 710efc5a10..18d4ef1b32 100644 --- a/components/commons/package.json +++ b/components/commons/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/commons", - "version": "9.0.2", + "version": "9.1.0", "description": "Common mixins for Spectrum CSS components", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/cyclebutton/CHANGELOG.md b/components/cyclebutton/CHANGELOG.md index 80090ed8fb..9bac5dd0e1 100644 --- a/components/cyclebutton/CHANGELOG.md +++ b/components/cyclebutton/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#3.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/cyclebutton@3.0.92...@spectrum-css/cyclebutton@3.1.0) + +### ✨ Features + +- **asset,cyclebutton,quickaction,site:**deprecate skin.css assets ([#2438](https://github.com/adobe/spectrum-css/issues/2438))([d6de839](https://github.com/adobe/spectrum-css/commit/d6de839)) + ##3.0.92 🗓 diff --git a/components/cyclebutton/package.json b/components/cyclebutton/package.json index 3228e51198..93276fa73e 100644 --- a/components/cyclebutton/package.json +++ b/components/cyclebutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/cyclebutton", - "version": "3.0.92", + "version": "3.1.0", "description": "The Spectrum CSS cyclebutton component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/dialog/CHANGELOG.md b/components/dialog/CHANGELOG.md index 51db1264ba..fb9891ce63 100644 --- a/components/dialog/CHANGELOG.md +++ b/components/dialog/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#9.2.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dialog@9.1.0...@spectrum-css/dialog@9.2.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + #9.1.0 🗓 diff --git a/components/dialog/package.json b/components/dialog/package.json index a2a5bf527d..0c4f0d2c4e 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dialog", - "version": "9.1.0", + "version": "9.2.0", "description": "The Spectrum CSS dialog component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/icon/CHANGELOG.md b/components/icon/CHANGELOG.md index fada9a15a7..a7dd7f6528 100644 --- a/components/icon/CHANGELOG.md +++ b/components/icon/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#5.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/icon@5.0.1...@spectrum-css/icon@5.1.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + ##5.0.1 🗓 diff --git a/components/icon/package.json b/components/icon/package.json index 0aad68b804..e3e9b932ab 100644 --- a/components/icon/package.json +++ b/components/icon/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/icon", - "version": "5.0.1", + "version": "5.1.0", "description": "The Spectrum CSS icon component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/logicbutton/CHANGELOG.md b/components/logicbutton/CHANGELOG.md index 003986c1f3..a24bda00e2 100644 --- a/components/logicbutton/CHANGELOG.md +++ b/components/logicbutton/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. + +#3.2.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/logicbutton@3.1.0...@spectrum-css/logicbutton@3.2.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +- **commons:**rename and deprecate mods referencing global tokens ([#2423](https://github.com/adobe/spectrum-css/issues/2423))([3a49432](https://github.com/adobe/spectrum-css/commit/3a49432)) + #3.1.0 🗓 diff --git a/components/logicbutton/package.json b/components/logicbutton/package.json index 38b0999455..1908292466 100644 --- a/components/logicbutton/package.json +++ b/components/logicbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/logicbutton", - "version": "3.1.0", + "version": "3.2.0", "description": "The Spectrum CSS logicbutton component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/modal/CHANGELOG.md b/components/modal/CHANGELOG.md index 5ddc5e1b73..79dce80d27 100644 --- a/components/modal/CHANGELOG.md +++ b/components/modal/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#4.2.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/modal@4.1.0...@spectrum-css/modal@4.2.0) + +### ✨ Features + +_migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e))_ +**overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + #4.1.0 🗓 diff --git a/components/modal/package.json b/components/modal/package.json index 2267ebc45c..62aabdb69c 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/modal", - "version": "4.1.0", + "version": "4.2.0", "description": "The Spectrum CSS modal component", "license": "Apache-2.0", "author": "Adobe", @@ -18,7 +18,7 @@ "@spectrum-css/tokens": ">=13" }, "devDependencies": { - "@spectrum-css/commons": "^9.0.2" + "@spectrum-css/commons": "^9.1.0" }, "publishConfig": { "access": "public" diff --git a/components/opacitycheckerboard/CHANGELOG.md b/components/opacitycheckerboard/CHANGELOG.md index 909dfc113a..3b07fb2a60 100644 --- a/components/opacitycheckerboard/CHANGELOG.md +++ b/components/opacitycheckerboard/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##1.1.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/opacitycheckerboard@1.1.0...@spectrum-css/opacitycheckerboard@1.1.1) + +**Note:** Version bump only for package @spectrum-css/opacitycheckerboard + #1.1.0 🗓 diff --git a/components/opacitycheckerboard/package.json b/components/opacitycheckerboard/package.json index 146d24ade5..5cd02e8c74 100644 --- a/components/opacitycheckerboard/package.json +++ b/components/opacitycheckerboard/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/opacitycheckerboard", - "version": "1.1.0", + "version": "1.1.1", "description": "The Spectrum CSS opacitycheckerboard component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/page/CHANGELOG.md b/components/page/CHANGELOG.md index 50eb65edda..6d3e16b008 100644 --- a/components/page/CHANGELOG.md +++ b/components/page/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#7.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/page@6.1.0...@spectrum-css/page@7.1.0) + +### ✨ Features + +\*migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e)) + # 7.0.0 diff --git a/components/page/package.json b/components/page/package.json index c203870aab..22fe51325d 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/page", - "version": "7.0.0", + "version": "7.1.0", "description": "The Spectrum CSS page component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/pagination/CHANGELOG.md b/components/pagination/CHANGELOG.md index 6aa24f76f7..6f86f69c6a 100644 --- a/components/pagination/CHANGELOG.md +++ b/components/pagination/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##7.1.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/pagination@7.1.0...@spectrum-css/pagination@7.1.1) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + #7.1.0 🗓 diff --git a/components/pagination/package.json b/components/pagination/package.json index 2f1e8923ae..a23e8d746b 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/pagination", - "version": "7.1.0", + "version": "7.1.1", "description": "The Spectrum CSS Pagination component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/picker/CHANGELOG.md b/components/picker/CHANGELOG.md index ed119d71b8..6e1b07d8bd 100644 --- a/components/picker/CHANGELOG.md +++ b/components/picker/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#7.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/picker@7.0.19...@spectrum-css/picker@7.1.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +- **commons:**rename and deprecate mods referencing global tokens ([#2423](https://github.com/adobe/spectrum-css/issues/2423))([3a49432](https://github.com/adobe/spectrum-css/commit/3a49432))\* + **picker:**rename is-focused class to is-keyboardFocused ([#2377](https://github.com/adobe/spectrum-css/issues/2377))([60b44bb](https://github.com/adobe/spectrum-css/commit/60b44bb)) + ##7.0.19 🗓 diff --git a/components/picker/package.json b/components/picker/package.json index 1d42194aa1..1cbe35da75 100644 --- a/components/picker/package.json +++ b/components/picker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/picker", - "version": "7.0.19", + "version": "7.1.0", "description": "The Spectrum CSS picker component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/popover/CHANGELOG.md b/components/popover/CHANGELOG.md index 05c627ff79..b0a53870c5 100644 --- a/components/popover/CHANGELOG.md +++ b/components/popover/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#6.2.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/popover@6.1.0...@spectrum-css/popover@6.2.0) + +### ✨ Features + +_migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e))_ +**overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + #6.1.0 🗓 diff --git a/components/popover/package.json b/components/popover/package.json index f2666d56b0..02d5e4131c 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/popover", - "version": "6.1.0", + "version": "6.2.0", "description": "The Spectrum CSS popover component", "license": "Apache-2.0", "author": "Adobe", @@ -30,7 +30,7 @@ } }, "devDependencies": { - "@spectrum-css/commons": "^9.0.2" + "@spectrum-css/commons": "^9.1.0" }, "publishConfig": { "access": "public" diff --git a/components/quickaction/CHANGELOG.md b/components/quickaction/CHANGELOG.md index 97adc7993d..5c862fb5ae 100644 --- a/components/quickaction/CHANGELOG.md +++ b/components/quickaction/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#3.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/quickaction@3.0.94...@spectrum-css/quickaction@3.1.0) + +### ✨ Features + +- **asset,cyclebutton,quickaction,site:**deprecate skin.css assets ([#2438](https://github.com/adobe/spectrum-css/issues/2438))([d6de839](https://github.com/adobe/spectrum-css/commit/d6de839))_migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e))_ + **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +- **quickaction:**storybook using wrong root class([66b4026](https://github.com/adobe/spectrum-css/commit/66b4026)) + ##3.0.94 🗓 diff --git a/components/quickaction/package.json b/components/quickaction/package.json index 57485b7e12..c76512342e 100644 --- a/components/quickaction/package.json +++ b/components/quickaction/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/quickaction", - "version": "3.0.94", + "version": "3.1.0", "description": "The Spectrum CSS quickaction component", "license": "Apache-2.0", "author": "Adobe", @@ -20,7 +20,7 @@ "@spectrum-css/vars": ">=9" }, "devDependencies": { - "@spectrum-css/commons": "^9.0.2" + "@spectrum-css/commons": "^9.1.0" }, "publishConfig": { "access": "public" diff --git a/components/site/CHANGELOG.md b/components/site/CHANGELOG.md index cd8796a019..c727e55f33 100644 --- a/components/site/CHANGELOG.md +++ b/components/site/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#4.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/site@4.0.4...@spectrum-css/site@4.1.0) + +### ✨ Features + +- **asset,cyclebutton,quickaction,site:**deprecate skin.css assets ([#2438](https://github.com/adobe/spectrum-css/issues/2438))([d6de839](https://github.com/adobe/spectrum-css/commit/d6de839)) + ##4.0.4 🗓 diff --git a/components/site/package.json b/components/site/package.json index 6834090b00..16d23e0800 100644 --- a/components/site/package.json +++ b/components/site/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/site", - "version": "4.0.4", + "version": "4.1.0", "description": "The Spectrum CSS Site component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/slider/CHANGELOG.md b/components/slider/CHANGELOG.md index 10f48a28d6..62cadbc027 100644 --- a/components/slider/CHANGELOG.md +++ b/components/slider/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##4.2.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/slider@4.2.0...@spectrum-css/slider@4.2.1) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + #4.2.0 🗓 diff --git a/components/slider/package.json b/components/slider/package.json index c29910ca77..d10709bca2 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/slider", - "version": "4.2.0", + "version": "4.2.1", "description": "The Spectrum CSS slider component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/splitbutton/CHANGELOG.md b/components/splitbutton/CHANGELOG.md index 6922aa3c9f..5350409a60 100644 --- a/components/splitbutton/CHANGELOG.md +++ b/components/splitbutton/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. + +#8.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/splitbutton@7.0.3...@spectrum-css/splitbutton@8.1.0) + +### ✨ Features + +\*migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e)) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + ## 8.0.0 diff --git a/components/splitbutton/package.json b/components/splitbutton/package.json index 146e85639e..08b8a15f0c 100644 --- a/components/splitbutton/package.json +++ b/components/splitbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/splitbutton", - "version": "8.0.0", + "version": "8.1.0", "description": "The Spectrum CSS splitbutton component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/table/CHANGELOG.md b/components/table/CHANGELOG.md index 650327322a..106183090d 100644 --- a/components/table/CHANGELOG.md +++ b/components/table/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##5.1.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/table@5.1.0...@spectrum-css/table@5.1.1) + +### 🐛 Bug fixes + +_deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6))_ +**table:**replace leftover global color token ([#2415](https://github.com/adobe/spectrum-css/issues/2415))([35ccf25](https://github.com/adobe/spectrum-css/commit/35ccf25)) + #5.1.0 🗓 diff --git a/components/table/package.json b/components/table/package.json index c01388ce46..adf85f03bb 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/table", - "version": "5.1.0", + "version": "5.1.1", "description": "The Spectrum CSS table component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/tooltip/CHANGELOG.md b/components/tooltip/CHANGELOG.md index cf0ed4b074..fc6a8447b0 100644 --- a/components/tooltip/CHANGELOG.md +++ b/components/tooltip/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#5.2.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tooltip@5.1.22...@spectrum-css/tooltip@5.2.0) + +### ✨ Features + +_migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e))_ +**overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + ##5.1.22 🗓 diff --git a/components/tooltip/package.json b/components/tooltip/package.json index 0dd558b86b..653fc1dfb1 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tooltip", - "version": "5.1.22", + "version": "5.2.0", "description": "The Spectrum CSS tooltip component", "license": "Apache-2.0", "author": "Adobe", @@ -19,7 +19,7 @@ "@spectrum-css/tokens": ">=13" }, "devDependencies": { - "@spectrum-css/commons": "^9.0.2" + "@spectrum-css/commons": "^9.1.0" }, "publishConfig": { "access": "public" diff --git a/components/treeview/CHANGELOG.md b/components/treeview/CHANGELOG.md index 1e17644239..bd91b944f5 100644 --- a/components/treeview/CHANGELOG.md +++ b/components/treeview/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##9.1.1 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/treeview@9.1.0...@spectrum-css/treeview@9.1.1) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + #9.1.0 🗓 diff --git a/components/treeview/package.json b/components/treeview/package.json index db19645961..6aedebed96 100644 --- a/components/treeview/package.json +++ b/components/treeview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/treeview", - "version": "9.1.0", + "version": "9.1.1", "description": "The Spectrum CSS Tree view component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/underlay/CHANGELOG.md b/components/underlay/CHANGELOG.md index 5e2c17538b..863616a0db 100644 --- a/components/underlay/CHANGELOG.md +++ b/components/underlay/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#3.2.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/underlay@3.1.0...@spectrum-css/underlay@3.2.0) + +### ✨ Features + +- **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + #3.1.0 🗓 diff --git a/components/underlay/package.json b/components/underlay/package.json index b238ec4c75..67b052b287 100644 --- a/components/underlay/package.json +++ b/components/underlay/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/underlay", - "version": "3.1.0", + "version": "3.2.0", "description": "The Spectrum CSS underlay component", "license": "Apache-2.0", "author": "Adobe", @@ -18,7 +18,7 @@ "@spectrum-css/tokens": ">=13" }, "devDependencies": { - "@spectrum-css/commons": "^9.0.2" + "@spectrum-css/commons": "^9.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/stylelint-no-missing-var/CHANGELOG.md b/plugins/stylelint-no-missing-var/CHANGELOG.md index ffa1b3682b..bb6c908c5b 100644 --- a/plugins/stylelint-no-missing-var/CHANGELOG.md +++ b/plugins/stylelint-no-missing-var/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#1.3.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/stylelint-no-missing-var@1.2.0...@spectrum-tools/stylelint-no-missing-var@1.3.0) + +### ✨ Features + +\*migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e)) + #1.2.0 🗓 diff --git a/plugins/stylelint-no-missing-var/package.json b/plugins/stylelint-no-missing-var/package.json index 4b9ddf4981..20a6f4d88e 100644 --- a/plugins/stylelint-no-missing-var/package.json +++ b/plugins/stylelint-no-missing-var/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-tools/stylelint-no-missing-var", - "version": "1.2.0", + "version": "1.3.0", "description": "Check for custom properties without a var function around them", "license": "Apache-2.0", "author": "Adobe", diff --git a/plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md b/plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md index 4f64fa5e8c..852da906db 100644 --- a/plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md +++ b/plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#1.3.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/stylelint-no-unknown-custom-properties@1.2.2...@spectrum-tools/stylelint-no-unknown-custom-properties@1.3.0) + +### ✨ Features + +\*migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e)) + ##1.2.2 🗓 diff --git a/plugins/stylelint-no-unknown-custom-properties/package.json b/plugins/stylelint-no-unknown-custom-properties/package.json index bd4ae0866e..90524a4790 100644 --- a/plugins/stylelint-no-unknown-custom-properties/package.json +++ b/plugins/stylelint-no-unknown-custom-properties/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-tools/stylelint-no-unknown-custom-properties", - "version": "1.2.2", + "version": "1.3.0", "description": "Report on any unknown custom property definitions", "license": "Apache-2.0", "author": "Adobe", diff --git a/plugins/stylelint-no-unused-custom-properties/CHANGELOG.md b/plugins/stylelint-no-unused-custom-properties/CHANGELOG.md index 449fc646ce..5111070d2e 100644 --- a/plugins/stylelint-no-unused-custom-properties/CHANGELOG.md +++ b/plugins/stylelint-no-unused-custom-properties/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#1.3.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/stylelint-no-unused-custom-properties@1.2.2...@spectrum-tools/stylelint-no-unused-custom-properties@1.3.0) + +### ✨ Features + +\*migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e)) + ##1.2.2 🗓 diff --git a/plugins/stylelint-no-unused-custom-properties/package.json b/plugins/stylelint-no-unused-custom-properties/package.json index 819750ceb4..1a48ba2779 100644 --- a/plugins/stylelint-no-unused-custom-properties/package.json +++ b/plugins/stylelint-no-unused-custom-properties/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-tools/stylelint-no-unused-custom-properties", - "version": "1.2.2", + "version": "1.3.0", "description": "Report on any unused custom property definitions", "license": "Apache-2.0", "author": "Adobe", diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 687e4418e7..2ad6f8840d 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##13.0.9 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tokens@13.0.8...@spectrum-css/tokens@13.0.9) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + ##13.0.8 🗓 diff --git a/tokens/package.json b/tokens/package.json index 82a1ac7a46..510ee86b7c 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tokens", - "version": "13.0.8", + "version": "13.0.9", "description": "The Spectrum CSS tokens package", "license": "Apache-2.0", "author": "Adobe", diff --git a/tools/bundle-builder/CHANGELOG.md b/tools/bundle-builder/CHANGELOG.md index 8b172a627c..3f2442ad3b 100644 --- a/tools/bundle-builder/CHANGELOG.md +++ b/tools/bundle-builder/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#6.2.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/bundle-builder@6.1.2...@spectrum-css/bundle-builder@6.2.0) + +### ✨ Features + +\*migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e)) + ##6.1.2 🗓 diff --git a/tools/bundle-builder/package.json b/tools/bundle-builder/package.json index 2647134783..f020e24dbe 100644 --- a/tools/bundle-builder/package.json +++ b/tools/bundle-builder/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/bundle-builder", - "version": "6.1.2", + "version": "6.2.0", "description": "The Spectrum CSS top-level builder", "license": "Apache-2.0", "author": "Adobe", @@ -15,7 +15,7 @@ "dependencies": { "@adobe/spectrum-css-workflow-icons": "^1.5.4", "@spectrum-css/expressvars": "^3.0.9", - "@spectrum-css/tokens": "^13.0.8", + "@spectrum-css/tokens": "^13.0.9", "@spectrum-css/ui-icons": "^1.1.1", "@spectrum-css/vars": "^9.0.8", "npm-registry-fetch": "^14.0.5" diff --git a/tools/component-builder-simple/CHANGELOG.md b/tools/component-builder-simple/CHANGELOG.md index 47cd1e6931..c8a4f50559 100644 --- a/tools/component-builder-simple/CHANGELOG.md +++ b/tools/component-builder-simple/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#4.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder-simple@3.0.4...@spectrum-css/component-builder-simple@4.1.0) + +### ✨ Features + +_migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e))_ +**overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + ## 4.0.0 diff --git a/tools/component-builder-simple/package.json b/tools/component-builder-simple/package.json index f3ef1d59ce..d38052f180 100644 --- a/tools/component-builder-simple/package.json +++ b/tools/component-builder-simple/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/component-builder-simple", - "version": "4.0.0", + "version": "4.1.0", "description": "The Spectrum CSS simple component builder", "license": "Apache-2.0", "repository": { @@ -12,7 +12,7 @@ "url": "https://github.com/adobe/spectrum-css/issues" }, "dependencies": { - "@spectrum-css/tokens": "^13.0.8", + "@spectrum-css/tokens": "^13.0.9", "autoprefixer": "^10.4.17", "colors": "^1.4.0", "gulp": "^4.0.0", diff --git a/tools/component-builder/CHANGELOG.md b/tools/component-builder/CHANGELOG.md index 809781ef5b..8b7419dbf5 100644 --- a/tools/component-builder/CHANGELOG.md +++ b/tools/component-builder/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#5.1.0 +🗓 +2024-01-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder@4.0.21...@spectrum-css/component-builder@5.1.0) + +### ✨ Features + +- **asset,cyclebutton,quickaction,site:**deprecate skin.css assets ([#2438](https://github.com/adobe/spectrum-css/issues/2438))([d6de839](https://github.com/adobe/spectrum-css/commit/d6de839))_migrate build packages to postcss v8 ([#2460](https://github.com/adobe/spectrum-css/issues/2460))([bd6c40e](https://github.com/adobe/spectrum-css/commit/bd6c40e))_ + **overlay,commons:**deprecate overlay; migrate references to commons ([#2429](https://github.com/adobe/spectrum-css/issues/2429))([7eecd96](https://github.com/adobe/spectrum-css/commit/7eecd96)) + +### 🐛 Bug fixes + +\*deprecate logical transform plugin ([#2437](https://github.com/adobe/spectrum-css/issues/2437))([ff5dda6](https://github.com/adobe/spectrum-css/commit/ff5dda6)) + ## 5.0.0 diff --git a/tools/component-builder/package.json b/tools/component-builder/package.json index 693d4bb312..a9c8f9e8ff 100644 --- a/tools/component-builder/package.json +++ b/tools/component-builder/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/component-builder", - "version": "5.0.0", + "version": "5.1.0", "description": "The Spectrum CSS component builder", "license": "Apache-2.0", "repository": { @@ -12,7 +12,7 @@ "url": "https://github.com/adobe/spectrum-css/issues" }, "dependencies": { - "@spectrum-css/tokens": "^13.0.8", + "@spectrum-css/tokens": "^13.0.9", "@spectrum-css/vars": "^9.0.8", "autoprefixer": "^10.4.17", "browser-sync": "^2.26.14",