diff --git a/.changeset/pre.json b/.changeset/pre.json index cb022d13838..e416e8812af 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -99,8 +99,8 @@ "changesets": [ "calm-socks-speak", "cyan-actors-rest", + "fair-parents-rush", "gentle-ties-hang", - "green-geese-prove", "lovely-ducks-listen", "modern-beds-provide", "moody-shirts-kick", diff --git a/.storybook/CHANGELOG.md b/.storybook/CHANGELOG.md index 1e1b5f4f567..550f6ce5215 100644 --- a/.storybook/CHANGELOG.md +++ b/.storybook/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 11.0.0-s2-foundations.0 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/typography@7.0.0-s2-foundations.12 + - @spectrum-css/ui-icons@2.0.0-s2-foundations.7 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 11.0.0-s2-foundations.8 ### Patch Changes diff --git a/.storybook/package.json b/.storybook/package.json index aece589b21e..bf6cddd63dd 100644 --- a/.storybook/package.json +++ b/.storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/preview", - "version": "10.7.0", + "version": "11.0.0-s2-foundations.0", "description": "A Spectrum CSS preview", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/accordion/CHANGELOG.md b/components/accordion/CHANGELOG.md index 58881bc88a8..ca650d03ec5 100644 --- a/components/accordion/CHANGELOG.md +++ b/components/accordion/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/accordion/package.json b/components/accordion/package.json index 6e8944bd191..c37a8087e10 100644 --- a/components/accordion/package.json +++ b/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/accordion", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS accordion component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/actionbar/CHANGELOG.md b/components/actionbar/CHANGELOG.md index 1fe6528f97c..88a6b9e4ae7 100644 --- a/components/actionbar/CHANGELOG.md +++ b/components/actionbar/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 9.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actiongroup@6.0.0-s2-foundations.11 + - @spectrum-css/closebutton@6.0.0-s2-foundations.11 + - @spectrum-css/fieldlabel@9.0.0-s2-foundations.11 + - @spectrum-css/popover@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 9.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/actionbar/package.json b/components/actionbar/package.json index 10ac66eb224..36de79f3530 100644 --- a/components/actionbar/package.json +++ b/components/actionbar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionbar", - "version": "9.0.0-s2-foundations.10", + "version": "9.0.0-s2-foundations.11", "description": "The Spectrum CSS actionbar component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/actionbutton/CHANGELOG.md b/components/actionbutton/CHANGELOG.md index 81c304096e6..1af343b259f 100644 --- a/components/actionbutton/CHANGELOG.md +++ b/components/actionbutton/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 7.0.0-s2-foundations.12 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.11 ### Patch Changes diff --git a/components/actionbutton/package.json b/components/actionbutton/package.json index caac46e333c..ee9c582ad5d 100644 --- a/components/actionbutton/package.json +++ b/components/actionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionbutton", - "version": "7.0.0-s2-foundations.11", + "version": "7.0.0-s2-foundations.12", "description": "The Spectrum CSS action button component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/actiongroup/CHANGELOG.md b/components/actiongroup/CHANGELOG.md index ea600e7e853..9a6f1f0bc28 100644 --- a/components/actiongroup/CHANGELOG.md +++ b/components/actiongroup/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/actiongroup/package.json b/components/actiongroup/package.json index 0788f7a55a5..fec3c95fade 100644 --- a/components/actiongroup/package.json +++ b/components/actiongroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actiongroup", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS actiongroup component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/actionmenu/CHANGELOG.md b/components/actionmenu/CHANGELOG.md index eb258cc96b0..ea5815048a2 100644 --- a/components/actionmenu/CHANGELOG.md +++ b/components/actionmenu/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/popover@8.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/menu@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/actionmenu/package.json b/components/actionmenu/package.json index 6738724250c..263a0e0ba60 100644 --- a/components/actionmenu/package.json +++ b/components/actionmenu/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionmenu", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS actionmenu component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/alertbanner/CHANGELOG.md b/components/alertbanner/CHANGELOG.md index e176cae68b1..55eb68a3fd7 100644 --- a/components/alertbanner/CHANGELOG.md +++ b/components/alertbanner/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 3.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/closebutton@6.0.0-s2-foundations.11 + - @spectrum-css/divider@4.0.0-s2-foundations.11 + - @spectrum-css/button@14.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 3.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json index 1d4204531dd..8fae4cab926 100644 --- a/components/alertbanner/package.json +++ b/components/alertbanner/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertbanner", - "version": "3.0.0-s2-foundations.10", + "version": "3.0.0-s2-foundations.11", "description": "The Spectrum CSS alertbanner component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/alertdialog/CHANGELOG.md b/components/alertdialog/CHANGELOG.md index 3c6e7f17ab9..909bb3c2213 100644 --- a/components/alertdialog/CHANGELOG.md +++ b/components/alertdialog/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 3.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/buttongroup@8.0.0-s2-foundations.11 + - @spectrum-css/underlay@5.0.0-s2-foundations.11 + - @spectrum-css/divider@4.0.0-s2-foundations.11 + - @spectrum-css/modal@6.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 3.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json index 3e45a73a549..870686ba21e 100644 --- a/components/alertdialog/package.json +++ b/components/alertdialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertdialog", - "version": "3.0.0-s2-foundations.10", + "version": "3.0.0-s2-foundations.11", "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 22a26dfc4a5..26bbb2bb5ec 100644 --- a/components/asset/CHANGELOG.md +++ b/components/asset/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/asset/package.json b/components/asset/package.json index 41f5766d56c..8e81f77a2aa 100644 --- a/components/asset/package.json +++ b/components/asset/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/asset", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS asset component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/assetcard/CHANGELOG.md b/components/assetcard/CHANGELOG.md index ce0bab4d6ee..18c7a8decf9 100644 --- a/components/assetcard/CHANGELOG.md +++ b/components/assetcard/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 5.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/checkbox@10.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 5.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/assetcard/package.json b/components/assetcard/package.json index bed63480abd..3e63a6e9de0 100644 --- a/components/assetcard/package.json +++ b/components/assetcard/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/assetcard", - "version": "5.0.0-s2-foundations.10", + "version": "5.0.0-s2-foundations.11", "description": "The Spectrum CSS asset card component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/assetlist/CHANGELOG.md b/components/assetlist/CHANGELOG.md index ead3ad61dbf..2ceb1ecb38e 100644 --- a/components/assetlist/CHANGELOG.md +++ b/components/assetlist/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/checkbox@10.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/assetlist/package.json b/components/assetlist/package.json index adc2b56b7d7..b3ae7918db7 100644 --- a/components/assetlist/package.json +++ b/components/assetlist/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/assetlist", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS assetlist component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/avatar/CHANGELOG.md b/components/avatar/CHANGELOG.md index 835fb71ae63..61d6293ba73 100644 --- a/components/avatar/CHANGELOG.md +++ b/components/avatar/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/avatar/package.json b/components/avatar/package.json index f82320e41ba..9ee1c5bbfab 100644 --- a/components/avatar/package.json +++ b/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/avatar", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS avatar component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/badge/CHANGELOG.md b/components/badge/CHANGELOG.md index 7227523a03f..490ab936631 100644 --- a/components/badge/CHANGELOG.md +++ b/components/badge/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 5.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 5.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/badge/package.json b/components/badge/package.json index 23969c426b7..0c88715244c 100644 --- a/components/badge/package.json +++ b/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/badge", - "version": "5.0.0-s2-foundations.10", + "version": "5.0.0-s2-foundations.11", "description": "The Spectrum CSS badge component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/breadcrumb/CHANGELOG.md b/components/breadcrumb/CHANGELOG.md index b84ec78570c..3451fa83501 100644 --- a/components/breadcrumb/CHANGELOG.md +++ b/components/breadcrumb/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 10.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 10.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json index b93ff58610f..4e4cf3d9c34 100644 --- a/components/breadcrumb/package.json +++ b/components/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/breadcrumb", - "version": "10.0.0-s2-foundations.10", + "version": "10.0.0-s2-foundations.11", "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 6d3a833de27..3f00be719de 100644 --- a/components/button/CHANGELOG.md +++ b/components/button/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 14.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/progresscircle@4.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 14.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/button/package.json b/components/button/package.json index 26227ebd787..73da99cee45 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/button", - "version": "14.0.0-s2-foundations.10", + "version": "14.0.0-s2-foundations.11", "description": "The Spectrum CSS button component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/buttongroup/CHANGELOG.md b/components/buttongroup/CHANGELOG.md index ac6a37c8618..864a10664f3 100644 --- a/components/buttongroup/CHANGELOG.md +++ b/components/buttongroup/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/button@14.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/buttongroup/package.json b/components/buttongroup/package.json index 528a7e67c3d..e199777d053 100644 --- a/components/buttongroup/package.json +++ b/components/buttongroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/buttongroup", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS buttongroup component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/calendar/CHANGELOG.md b/components/calendar/CHANGELOG.md index 667b43cc0f9..5c93b8a1429 100644 --- a/components/calendar/CHANGELOG.md +++ b/components/calendar/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/calendar/package.json b/components/calendar/package.json index 8140a2eafc5..4e15cf493a6 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/calendar", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "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 95c3f29bdba..01273999eb8 100644 --- a/components/card/CHANGELOG.md +++ b/components/card/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 9.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/typography@7.0.0-s2-foundations.12 + - @spectrum-css/checkbox@10.0.0-s2-foundations.11 + - @spectrum-css/asset@6.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 9.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/card/package.json b/components/card/package.json index 044b652907f..0f87dee15c0 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/card", - "version": "9.0.0-s2-foundations.10", + "version": "9.0.0-s2-foundations.11", "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 be9e8f78e52..4e96fe26020 100644 --- a/components/checkbox/CHANGELOG.md +++ b/components/checkbox/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 10.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 10.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/checkbox/package.json b/components/checkbox/package.json index eda85fabd6a..796435ce180 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/checkbox", - "version": "10.0.0-s2-foundations.10", + "version": "10.0.0-s2-foundations.11", "description": "The Spectrum CSS checkbox component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/clearbutton/CHANGELOG.md b/components/clearbutton/CHANGELOG.md index 887ca9034c7..898b645c4cd 100644 --- a/components/clearbutton/CHANGELOG.md +++ b/components/clearbutton/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json index 5589dfe35f6..6f371270e4d 100644 --- a/components/clearbutton/package.json +++ b/components/clearbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/clearbutton", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS clearbutton component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/closebutton/CHANGELOG.md b/components/closebutton/CHANGELOG.md index 5fcd71f036a..767b1731f7e 100644 --- a/components/closebutton/CHANGELOG.md +++ b/components/closebutton/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/closebutton/package.json b/components/closebutton/package.json index a61761bfc38..0109b53e607 100644 --- a/components/closebutton/package.json +++ b/components/closebutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/closebutton", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS close button component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/coachindicator/CHANGELOG.md b/components/coachindicator/CHANGELOG.md index 2e81ec4f23d..461dc4d4291 100644 --- a/components/coachindicator/CHANGELOG.md +++ b/components/coachindicator/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 3.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 3.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/coachindicator/package.json b/components/coachindicator/package.json index d56bf1216ce..180b1a86500 100644 --- a/components/coachindicator/package.json +++ b/components/coachindicator/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/coachindicator", - "version": "3.0.0-s2-foundations.10", + "version": "3.0.0-s2-foundations.11", "description": "The Spectrum CSS Coach Indicator component ", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/coachmark/CHANGELOG.md b/components/coachmark/CHANGELOG.md index 0d4587f74db..e34091b5af1 100644 --- a/components/coachmark/CHANGELOG.md +++ b/components/coachmark/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/buttongroup@8.0.0-s2-foundations.11 + - @spectrum-css/actionmenu@7.0.0-s2-foundations.11 + - @spectrum-css/popover@8.0.0-s2-foundations.11 + - @spectrum-css/button@14.0.0-s2-foundations.11 + - @spectrum-css/menu@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/coachmark/package.json b/components/coachmark/package.json index f606ba2e1fa..6ce0f462f9d 100644 --- a/components/coachmark/package.json +++ b/components/coachmark/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/coachmark", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS coachmark component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/colorarea/CHANGELOG.md b/components/colorarea/CHANGELOG.md index 97b6d5e371e..acb61494e7a 100644 --- a/components/colorarea/CHANGELOG.md +++ b/components/colorarea/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/colorhandle@9.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/colorarea/package.json b/components/colorarea/package.json index 3f01639047a..d642ba40941 100644 --- a/components/colorarea/package.json +++ b/components/colorarea/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorarea", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS Color Area component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/colorhandle/CHANGELOG.md b/components/colorhandle/CHANGELOG.md index 1012fdb478b..b2b598226a5 100644 --- a/components/colorhandle/CHANGELOG.md +++ b/components/colorhandle/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 9.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.11 + - @spectrum-css/colorloupe@6.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 9.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/colorhandle/package.json b/components/colorhandle/package.json index 4e290cfec95..3b0cc55b12f 100644 --- a/components/colorhandle/package.json +++ b/components/colorhandle/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorhandle", - "version": "9.0.0-s2-foundations.10", + "version": "9.0.0-s2-foundations.11", "description": "The Spectrum CSS Color Handle component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/colorloupe/CHANGELOG.md b/components/colorloupe/CHANGELOG.md index 5057a46f1f1..923af316907 100644 --- a/components/colorloupe/CHANGELOG.md +++ b/components/colorloupe/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/colorloupe/package.json b/components/colorloupe/package.json index 5b1978155a0..ee4d9a3269d 100644 --- a/components/colorloupe/package.json +++ b/components/colorloupe/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorloupe", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS Color Loupe component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/colorslider/CHANGELOG.md b/components/colorslider/CHANGELOG.md index 4e4742fbf7e..62bba4fae8f 100644 --- a/components/colorslider/CHANGELOG.md +++ b/components/colorslider/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.11 + - @spectrum-css/colorhandle@9.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/colorslider/package.json b/components/colorslider/package.json index 13a14d914fc..91bf9897d61 100644 --- a/components/colorslider/package.json +++ b/components/colorslider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorslider", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS Color slider component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/colorwheel/CHANGELOG.md b/components/colorwheel/CHANGELOG.md index 570633b5d24..efd205ee4a7 100644 --- a/components/colorwheel/CHANGELOG.md +++ b/components/colorwheel/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 5.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/colorhandle@9.0.0-s2-foundations.11 + - @spectrum-css/colorloupe@6.0.0-s2-foundations.11 + - @spectrum-css/colorarea@6.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 5.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/colorwheel/package.json b/components/colorwheel/package.json index 43c05f5bf69..5537878ebef 100644 --- a/components/colorwheel/package.json +++ b/components/colorwheel/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorwheel", - "version": "5.0.0-s2-foundations.10", + "version": "5.0.0-s2-foundations.11", "description": "The Spectrum CSS Color Area component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/combobox/CHANGELOG.md b/components/combobox/CHANGELOG.md index a101ebf3d86..668dd13b3d3 100644 --- a/components/combobox/CHANGELOG.md +++ b/components/combobox/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 4.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/progresscircle@4.0.0-s2-foundations.11 + - @spectrum-css/pickerbutton@6.0.0-s2-foundations.11 + - @spectrum-css/textfield@8.0.0-s2-foundations.11 + - @spectrum-css/popover@8.0.0-s2-foundations.11 + - @spectrum-css/menu@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 4.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/combobox/package.json b/components/combobox/package.json index a0eda554b13..74826ac56aa 100644 --- a/components/combobox/package.json +++ b/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/combobox", - "version": "4.0.0-s2-foundations.10", + "version": "4.0.0-s2-foundations.11", "description": "The Spectrum CSS combobox component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/commons/CHANGELOG.md b/components/commons/CHANGELOG.md index 7c4838ca019..f33a6b41935 100644 --- a/components/commons/CHANGELOG.md +++ b/components/commons/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 11.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 11.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/commons/package.json b/components/commons/package.json index e606902f582..264e2817462 100644 --- a/components/commons/package.json +++ b/components/commons/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/commons", - "version": "11.0.0-s2-foundations.10", + "version": "11.0.0-s2-foundations.11", "description": "Common mixins for Spectrum CSS components", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/contextualhelp/CHANGELOG.md b/components/contextualhelp/CHANGELOG.md index 7a68e71c6f5..d30a58b1adc 100644 --- a/components/contextualhelp/CHANGELOG.md +++ b/components/contextualhelp/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 4.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/popover@8.0.0-s2-foundations.11 + - @spectrum-css/link@6.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 4.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/contextualhelp/package.json b/components/contextualhelp/package.json index 1ccbdd5b7f2..2a213de2f52 100644 --- a/components/contextualhelp/package.json +++ b/components/contextualhelp/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/contextualhelp", - "version": "4.0.0-s2-foundations.10", + "version": "4.0.0-s2-foundations.11", "description": "The Spectrum CSS contextualhelp component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/datepicker/CHANGELOG.md b/components/datepicker/CHANGELOG.md index cb21077da3f..c99bacd2f38 100644 --- a/components/datepicker/CHANGELOG.md +++ b/components/datepicker/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 4.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/pickerbutton@6.0.0-s2-foundations.11 + - @spectrum-css/textfield@8.0.0-s2-foundations.11 + - @spectrum-css/calendar@6.0.0-s2-foundations.11 + - @spectrum-css/popover@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 4.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/datepicker/package.json b/components/datepicker/package.json index 9cfcea7758d..9360105eab4 100644 --- a/components/datepicker/package.json +++ b/components/datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/datepicker", - "version": "4.0.0-s2-foundations.10", + "version": "4.0.0-s2-foundations.11", "description": "The Spectrum CSS datepicker component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/dial/CHANGELOG.md b/components/dial/CHANGELOG.md index 98cd28ae08b..4bbba907e96 100644 --- a/components/dial/CHANGELOG.md +++ b/components/dial/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 4.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/dial/package.json b/components/dial/package.json index 87eecb75542..c2cb079e5e4 100644 --- a/components/dial/package.json +++ b/components/dial/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dial", - "version": "4.0.0-s2-foundations.10", + "version": "4.0.0-s2-foundations.11", "description": "The Spectrum CSS dial component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/dialog/CHANGELOG.md b/components/dialog/CHANGELOG.md index 3083ff77fa6..6637760f712 100644 --- a/components/dialog/CHANGELOG.md +++ b/components/dialog/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 11.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/closebutton@6.0.0-s2-foundations.11 + - @spectrum-css/underlay@5.0.0-s2-foundations.11 + - @spectrum-css/divider@4.0.0-s2-foundations.11 + - @spectrum-css/modal@6.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 11.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/dialog/package.json b/components/dialog/package.json index 55945d829e4..e6de459648d 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dialog", - "version": "11.0.0-s2-foundations.10", + "version": "11.0.0-s2-foundations.11", "description": "The Spectrum CSS dialog component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/divider/CHANGELOG.md b/components/divider/CHANGELOG.md index 0f132dec3f6..38c9e402ce3 100644 --- a/components/divider/CHANGELOG.md +++ b/components/divider/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 4.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/divider/package.json b/components/divider/package.json index a88a3edb990..466b4ead507 100644 --- a/components/divider/package.json +++ b/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/divider", - "version": "4.0.0-s2-foundations.10", + "version": "4.0.0-s2-foundations.11", "description": "The Spectrum CSS divider component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/dropindicator/CHANGELOG.md b/components/dropindicator/CHANGELOG.md index 266ee912883..6cc884c2bd1 100644 --- a/components/dropindicator/CHANGELOG.md +++ b/components/dropindicator/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/dropindicator/package.json b/components/dropindicator/package.json index 145b3e3beda..3f477891596 100644 --- a/components/dropindicator/package.json +++ b/components/dropindicator/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dropindicator", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS dropindicator component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/dropzone/CHANGELOG.md b/components/dropzone/CHANGELOG.md index 98ab3dcbb01..f44338bc919 100644 --- a/components/dropzone/CHANGELOG.md +++ b/components/dropzone/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/illustratedmessage@8.0.0-s2-foundations.11 + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/link@6.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/dropzone/package.json b/components/dropzone/package.json index 7c91638f2ce..79e167b7034 100644 --- a/components/dropzone/package.json +++ b/components/dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dropzone", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS dropzone component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/fieldgroup/CHANGELOG.md b/components/fieldgroup/CHANGELOG.md index 422ee30aecb..abc91f1d012 100644 --- a/components/fieldgroup/CHANGELOG.md +++ b/components/fieldgroup/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/checkbox@10.0.0-s2-foundations.11 + - @spectrum-css/helptext@6.0.0-s2-foundations.11 + - @spectrum-css/radio@10.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/fieldgroup/package.json b/components/fieldgroup/package.json index a739a1f30dc..6a60ee66664 100644 --- a/components/fieldgroup/package.json +++ b/components/fieldgroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/fieldgroup", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS fieldgroup component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/fieldlabel/CHANGELOG.md b/components/fieldlabel/CHANGELOG.md index 2e7e2afceb0..a6c251475a0 100644 --- a/components/fieldlabel/CHANGELOG.md +++ b/components/fieldlabel/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 9.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 9.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/fieldlabel/package.json b/components/fieldlabel/package.json index 68764775166..83dab6b6b73 100644 --- a/components/fieldlabel/package.json +++ b/components/fieldlabel/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/fieldlabel", - "version": "9.0.0-s2-foundations.10", + "version": "9.0.0-s2-foundations.11", "description": "The Spectrum CSS fieldlabel component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/floatingactionbutton/CHANGELOG.md b/components/floatingactionbutton/CHANGELOG.md index 321f87ca7a4..05464439a34 100644 --- a/components/floatingactionbutton/CHANGELOG.md +++ b/components/floatingactionbutton/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 3.0.0-s2-foundations.10 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 3.0.0-s2-foundations.9 ### Major Changes diff --git a/components/floatingactionbutton/package.json b/components/floatingactionbutton/package.json index ec1b7e4510a..396a0d396ba 100644 --- a/components/floatingactionbutton/package.json +++ b/components/floatingactionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/floatingactionbutton", - "version": "3.0.0-s2-foundations.9", + "version": "3.0.0-s2-foundations.10", "description": "The Spectrum CSS floatingactionbutton component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/helptext/CHANGELOG.md b/components/helptext/CHANGELOG.md index 73da7ba4696..3cdbcfb8883 100644 --- a/components/helptext/CHANGELOG.md +++ b/components/helptext/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/helptext/package.json b/components/helptext/package.json index 2086bdb3e9a..4d454ee7791 100644 --- a/components/helptext/package.json +++ b/components/helptext/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/helptext", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS helptext component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/icon/CHANGELOG.md b/components/icon/CHANGELOG.md index 2c3112e29f3..bc9c6d7d616 100644 --- a/components/icon/CHANGELOG.md +++ b/components/icon/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 8.0.0-s2-foundations.12 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.11 ### Minor Changes diff --git a/components/icon/package.json b/components/icon/package.json index 91e94b64814..db2c1087bcb 100644 --- a/components/icon/package.json +++ b/components/icon/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/icon", - "version": "8.0.0-s2-foundations.11", + "version": "8.0.0-s2-foundations.12", "description": "The Spectrum CSS icon component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/illustratedmessage/CHANGELOG.md b/components/illustratedmessage/CHANGELOG.md index d002cabb3bd..f476698c37d 100644 --- a/components/illustratedmessage/CHANGELOG.md +++ b/components/illustratedmessage/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/typography@7.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/illustratedmessage/package.json b/components/illustratedmessage/package.json index fa0ede184e1..3a2d258a278 100644 --- a/components/illustratedmessage/package.json +++ b/components/illustratedmessage/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/illustratedmessage", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS illustratedmessage component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/infieldbutton/CHANGELOG.md b/components/infieldbutton/CHANGELOG.md index 92593e34f4a..130c339899a 100644 --- a/components/infieldbutton/CHANGELOG.md +++ b/components/infieldbutton/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/infieldbutton/package.json b/components/infieldbutton/package.json index cc25b7064f2..5fd7595e257 100644 --- a/components/infieldbutton/package.json +++ b/components/infieldbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/infieldbutton", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS infield button component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/inlinealert/CHANGELOG.md b/components/inlinealert/CHANGELOG.md index a275b076697..1beddd4281c 100644 --- a/components/inlinealert/CHANGELOG.md +++ b/components/inlinealert/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 9.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/button@14.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 9.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index 6d82940e209..6b59e4b84ed 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/inlinealert", - "version": "9.0.0-s2-foundations.10", + "version": "9.0.0-s2-foundations.11", "description": "The Spectrum CSS in-line alert component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/link/CHANGELOG.md b/components/link/CHANGELOG.md index df46e53c3f1..9ba66b2de93 100644 --- a/components/link/CHANGELOG.md +++ b/components/link/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/link/package.json b/components/link/package.json index 09fe6feebe3..5fb90abcd35 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/link", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS link component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/logicbutton/CHANGELOG.md b/components/logicbutton/CHANGELOG.md index c2c1b6cfd8c..126152cfedf 100644 --- a/components/logicbutton/CHANGELOG.md +++ b/components/logicbutton/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 5.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/logicbutton/package.json b/components/logicbutton/package.json index 6c26282c0a5..5b8493c2693 100644 --- a/components/logicbutton/package.json +++ b/components/logicbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/logicbutton", - "version": "5.0.0-s2-foundations.10", + "version": "5.0.0-s2-foundations.11", "description": "The Spectrum CSS logicbutton component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/menu/CHANGELOG.md b/components/menu/CHANGELOG.md index 6fc2dc65049..a56a0d28519 100644 --- a/components/menu/CHANGELOG.md +++ b/components/menu/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/checkbox@10.0.0-s2-foundations.11 + - @spectrum-css/divider@4.0.0-s2-foundations.11 + - @spectrum-css/switch@6.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tray@4.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/menu/package.json b/components/menu/package.json index 359182d15d0..f6720d5f36f 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/menu", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS menu component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/miller/CHANGELOG.md b/components/miller/CHANGELOG.md index eb7203177ad..c492fd5e496 100644 --- a/components/miller/CHANGELOG.md +++ b/components/miller/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/assetlist@7.0.0-s2-foundations.11 + - @spectrum-css/checkbox@10.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/miller/package.json b/components/miller/package.json index b8b810cc0cf..de7f4af8f7e 100644 --- a/components/miller/package.json +++ b/components/miller/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/miller", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS miller component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/modal/CHANGELOG.md b/components/modal/CHANGELOG.md index 42bd2913c59..e19863cac0f 100644 --- a/components/modal/CHANGELOG.md +++ b/components/modal/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/modal/package.json b/components/modal/package.json index 1ff36641770..c2ed416acc3 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/modal", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS modal component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/opacitycheckerboard/CHANGELOG.md b/components/opacitycheckerboard/CHANGELOG.md index f6c61974030..27c92ed6e2c 100644 --- a/components/opacitycheckerboard/CHANGELOG.md +++ b/components/opacitycheckerboard/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 3.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 3.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/opacitycheckerboard/package.json b/components/opacitycheckerboard/package.json index a791fcc0229..1206730a59c 100644 --- a/components/opacitycheckerboard/package.json +++ b/components/opacitycheckerboard/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/opacitycheckerboard", - "version": "3.0.0-s2-foundations.10", + "version": "3.0.0-s2-foundations.11", "description": "The Spectrum CSS opacitycheckerboard component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/pagination/CHANGELOG.md b/components/pagination/CHANGELOG.md index dc6e3b3d7fa..2e026c8513b 100644 --- a/components/pagination/CHANGELOG.md +++ b/components/pagination/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 9.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/textfield@8.0.0-s2-foundations.11 + - @spectrum-css/button@14.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 9.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/pagination/package.json b/components/pagination/package.json index 90bc090a582..a66bc7604ca 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/pagination", - "version": "9.0.0-s2-foundations.10", + "version": "9.0.0-s2-foundations.11", "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 dd365008832..78a3c0a90ff 100644 --- a/components/picker/CHANGELOG.md +++ b/components/picker/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 9.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/progresscircle@4.0.0-s2-foundations.11 + - @spectrum-css/helptext@6.0.0-s2-foundations.11 + - @spectrum-css/popover@8.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/menu@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 9.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/picker/package.json b/components/picker/package.json index c97462f780b..a38a28a062d 100644 --- a/components/picker/package.json +++ b/components/picker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/picker", - "version": "9.0.0-s2-foundations.10", + "version": "9.0.0-s2-foundations.11", "description": "The Spectrum CSS picker component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/pickerbutton/CHANGELOG.md b/components/pickerbutton/CHANGELOG.md index 8620f063c01..0633112d03f 100644 --- a/components/pickerbutton/CHANGELOG.md +++ b/components/pickerbutton/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/popover@8.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/menu@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/pickerbutton/package.json b/components/pickerbutton/package.json index a3e83b59084..ac720e66e3a 100644 --- a/components/pickerbutton/package.json +++ b/components/pickerbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/pickerbutton", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS picker button component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/popover/CHANGELOG.md b/components/popover/CHANGELOG.md index dbcef27b118..7fab07d1c62 100644 --- a/components/popover/CHANGELOG.md +++ b/components/popover/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/alertdialog@3.0.0-s2-foundations.11 + - @spectrum-css/divider@4.0.0-s2-foundations.11 + - @spectrum-css/dialog@11.0.0-s2-foundations.11 + - @spectrum-css/menu@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/popover/package.json b/components/popover/package.json index 90ec028991a..403e76fe9c2 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/popover", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS popover component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/progressbar/CHANGELOG.md b/components/progressbar/CHANGELOG.md index 2e3fdbfbcc3..0c2470a45a8 100644 --- a/components/progressbar/CHANGELOG.md +++ b/components/progressbar/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 5.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/fieldlabel@9.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 5.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/progressbar/package.json b/components/progressbar/package.json index 3171966d375..a4d4a1644c1 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/progressbar", - "version": "5.0.0-s2-foundations.10", + "version": "5.0.0-s2-foundations.11", "description": "The Spectrum CSS progress bar component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/progresscircle/CHANGELOG.md b/components/progresscircle/CHANGELOG.md index 128bcc4abdf..31b8382ddda 100644 --- a/components/progresscircle/CHANGELOG.md +++ b/components/progresscircle/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 4.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/progresscircle/package.json b/components/progresscircle/package.json index cffcb766946..f72bc0de128 100644 --- a/components/progresscircle/package.json +++ b/components/progresscircle/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/progresscircle", - "version": "4.0.0-s2-foundations.10", + "version": "4.0.0-s2-foundations.11", "description": "The Spectrum CSS progress circle component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/radio/CHANGELOG.md b/components/radio/CHANGELOG.md index 43bc87a97a7..70dc918b94c 100644 --- a/components/radio/CHANGELOG.md +++ b/components/radio/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 10.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 10.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/radio/package.json b/components/radio/package.json index 84f75a751aa..92eb6574bc0 100644 --- a/components/radio/package.json +++ b/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/radio", - "version": "10.0.0-s2-foundations.10", + "version": "10.0.0-s2-foundations.11", "description": "The Spectrum CSS radio component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/rating/CHANGELOG.md b/components/rating/CHANGELOG.md index 93807786b93..8cdc107ee51 100644 --- a/components/rating/CHANGELOG.md +++ b/components/rating/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/rating/package.json b/components/rating/package.json index aaa3fdb2636..81bbcf83912 100644 --- a/components/rating/package.json +++ b/components/rating/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/rating", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS rating component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/search/CHANGELOG.md b/components/search/CHANGELOG.md index 65e891dfc46..01d8466644a 100644 --- a/components/search/CHANGELOG.md +++ b/components/search/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/clearbutton@7.0.0-s2-foundations.11 + - @spectrum-css/textfield@8.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/search/package.json b/components/search/package.json index 4d500e6624e..810bf5786cd 100644 --- a/components/search/package.json +++ b/components/search/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/search", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS search component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/sidenav/CHANGELOG.md b/components/sidenav/CHANGELOG.md index ec23b67eb70..f3b082836a2 100644 --- a/components/sidenav/CHANGELOG.md +++ b/components/sidenav/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/sidenav/package.json b/components/sidenav/package.json index a6744237d6c..6241fb1070e 100644 --- a/components/sidenav/package.json +++ b/components/sidenav/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/sidenav", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS sidenav component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/slider/CHANGELOG.md b/components/slider/CHANGELOG.md index a8a821587b6..6fa43719133 100644 --- a/components/slider/CHANGELOG.md +++ b/components/slider/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/stepper@7.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/slider/package.json b/components/slider/package.json index a577b26d71a..d71ad4b816a 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/slider", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS slider component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/splitview/CHANGELOG.md b/components/splitview/CHANGELOG.md index 0fa946cde83..b3d29e8cfc6 100644 --- a/components/splitview/CHANGELOG.md +++ b/components/splitview/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/splitview/package.json b/components/splitview/package.json index a210509f320..20496dacb34 100644 --- a/components/splitview/package.json +++ b/components/splitview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/splitview", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS splitview component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/statuslight/CHANGELOG.md b/components/statuslight/CHANGELOG.md index d3dc1af7833..fe8d541f3d9 100644 --- a/components/statuslight/CHANGELOG.md +++ b/components/statuslight/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/statuslight/package.json b/components/statuslight/package.json index cae996b42e6..683d8893044 100644 --- a/components/statuslight/package.json +++ b/components/statuslight/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/statuslight", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS statuslight component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/steplist/CHANGELOG.md b/components/steplist/CHANGELOG.md index 89208667f3f..366d92ac145 100644 --- a/components/steplist/CHANGELOG.md +++ b/components/steplist/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tooltip@7.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/steplist/package.json b/components/steplist/package.json index 175d9fa1248..d1504bc363e 100644 --- a/components/steplist/package.json +++ b/components/steplist/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/steplist", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS steplist component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/stepper/CHANGELOG.md b/components/stepper/CHANGELOG.md index 780c31fe43b..d65191c8b2e 100644 --- a/components/stepper/CHANGELOG.md +++ b/components/stepper/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/infieldbutton@6.0.0-s2-foundations.11 + - @spectrum-css/actionbutton@7.0.0-s2-foundations.12 + - @spectrum-css/textfield@8.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/stepper/package.json b/components/stepper/package.json index f649630c672..0c420267604 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/stepper", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS stepper component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/swatch/CHANGELOG.md b/components/swatch/CHANGELOG.md index f84cd7c2696..17885fbb35b 100644 --- a/components/swatch/CHANGELOG.md +++ b/components/swatch/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/swatch/package.json b/components/swatch/package.json index b12d2d9ac85..9373da826d8 100644 --- a/components/swatch/package.json +++ b/components/swatch/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/swatch", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS Color swatch component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/swatchgroup/CHANGELOG.md b/components/swatchgroup/CHANGELOG.md index 26b69cc9832..82014bc0b69 100644 --- a/components/swatchgroup/CHANGELOG.md +++ b/components/swatchgroup/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 4.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/swatch@7.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 4.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/swatchgroup/package.json b/components/swatchgroup/package.json index f2054cdf9f9..8f0269a8117 100644 --- a/components/swatchgroup/package.json +++ b/components/swatchgroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/swatchgroup", - "version": "4.0.0-s2-foundations.10", + "version": "4.0.0-s2-foundations.11", "description": "The Spectrum CSS Color swatch group component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/switch/CHANGELOG.md b/components/switch/CHANGELOG.md index 8fd65cb4222..2793dadd970 100644 --- a/components/switch/CHANGELOG.md +++ b/components/switch/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/switch/package.json b/components/switch/package.json index f36266b3935..09aa1bb9105 100644 --- a/components/switch/package.json +++ b/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/switch", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS switch component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/table/CHANGELOG.md b/components/table/CHANGELOG.md index 4b98fd2b814..e8cb612121c 100644 --- a/components/table/CHANGELOG.md +++ b/components/table/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/thumbnail@7.0.0-s2-foundations.11 + - @spectrum-css/checkbox@10.0.0-s2-foundations.11 + - @spectrum-css/button@14.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/table/package.json b/components/table/package.json index dfb91517622..f0b71a336e1 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/table", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS table component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/tabs/CHANGELOG.md b/components/tabs/CHANGELOG.md index 96513387e21..78c4336ab93 100644 --- a/components/tabs/CHANGELOG.md +++ b/components/tabs/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/picker@9.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/menu@8.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/tabs/package.json b/components/tabs/package.json index 690d40db1a0..e781bc234ed 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tabs", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS tabs component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/tag/CHANGELOG.md b/components/tag/CHANGELOG.md index a4cc19e182b..aee8cec8389 100644 --- a/components/tag/CHANGELOG.md +++ b/components/tag/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 10.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/clearbutton@7.0.0-s2-foundations.11 + - @spectrum-css/avatar@8.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 10.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/tag/package.json b/components/tag/package.json index b47d6f2853f..be48ebb21cc 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tag", - "version": "10.0.0-s2-foundations.10", + "version": "10.0.0-s2-foundations.11", "description": "The Spectrum CSS tags component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/taggroup/CHANGELOG.md b/components/taggroup/CHANGELOG.md index 6d35991689a..6df8e9bc763 100644 --- a/components/taggroup/CHANGELOG.md +++ b/components/taggroup/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tag@10.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/taggroup/package.json b/components/taggroup/package.json index 477b81815b5..3c6df09bf92 100644 --- a/components/taggroup/package.json +++ b/components/taggroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/taggroup", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS tag group component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/textfield/CHANGELOG.md b/components/textfield/CHANGELOG.md index 82941f8d504..339a331e32a 100644 --- a/components/textfield/CHANGELOG.md +++ b/components/textfield/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 8.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/helptext@6.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 8.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/textfield/package.json b/components/textfield/package.json index 439ca806760..221fdaee801 100644 --- a/components/textfield/package.json +++ b/components/textfield/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/textfield", - "version": "8.0.0-s2-foundations.10", + "version": "8.0.0-s2-foundations.11", "description": "The Spectrum CSS textfield component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/thumbnail/CHANGELOG.md b/components/thumbnail/CHANGELOG.md index d122eb17bef..ec7ba30d79c 100644 --- a/components/thumbnail/CHANGELOG.md +++ b/components/thumbnail/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/opacitycheckerboard@3.0.0-s2-foundations.11 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json index 6e408b8586d..5cfb4a7cee4 100644 --- a/components/thumbnail/package.json +++ b/components/thumbnail/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/thumbnail", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS thumbnail component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/toast/CHANGELOG.md b/components/toast/CHANGELOG.md index f19eb27f146..f05964c7644 100644 --- a/components/toast/CHANGELOG.md +++ b/components/toast/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 11.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/closebutton@6.0.0-s2-foundations.11 + - @spectrum-css/button@14.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 11.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/toast/package.json b/components/toast/package.json index 1b21a93da47..2072e1eb544 100644 --- a/components/toast/package.json +++ b/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/toast", - "version": "11.0.0-s2-foundations.10", + "version": "11.0.0-s2-foundations.11", "description": "The Spectrum CSS toast component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/tooltip/CHANGELOG.md b/components/tooltip/CHANGELOG.md index fc489953c25..8f52bacefa9 100644 --- a/components/tooltip/CHANGELOG.md +++ b/components/tooltip/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 7.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/tooltip/package.json b/components/tooltip/package.json index 7323b76bed3..71b03f94cdf 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tooltip", - "version": "7.0.0-s2-foundations.10", + "version": "7.0.0-s2-foundations.11", "description": "The Spectrum CSS tooltip component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/tray/CHANGELOG.md b/components/tray/CHANGELOG.md index b3042b44d78..1990b68fe61 100644 --- a/components/tray/CHANGELOG.md +++ b/components/tray/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 4.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/divider@4.0.0-s2-foundations.11 + - @spectrum-css/button@14.0.0-s2-foundations.11 + - @spectrum-css/dialog@11.0.0-s2-foundations.11 + - @spectrum-css/modal@6.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 4.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/tray/package.json b/components/tray/package.json index 68cade00dd9..c58acc2c551 100644 --- a/components/tray/package.json +++ b/components/tray/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tray", - "version": "4.0.0-s2-foundations.10", + "version": "4.0.0-s2-foundations.11", "description": "The Spectrum CSS tray component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/treeview/CHANGELOG.md b/components/treeview/CHANGELOG.md index e9907e0b371..4e19dc5d113 100644 --- a/components/treeview/CHANGELOG.md +++ b/components/treeview/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 11.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/thumbnail@7.0.0-s2-foundations.11 + - @spectrum-css/icon@8.0.0-s2-foundations.12 + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 11.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/treeview/package.json b/components/treeview/package.json index 0bcf22b62bc..67cbf70647d 100644 --- a/components/treeview/package.json +++ b/components/treeview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/treeview", - "version": "11.0.0-s2-foundations.10", + "version": "11.0.0-s2-foundations.11", "description": "The Spectrum CSS Tree view component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/typography/CHANGELOG.md b/components/typography/CHANGELOG.md index 8b5580b589b..0ab31b57283 100644 --- a/components/typography/CHANGELOG.md +++ b/components/typography/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.0.0-s2-foundations.12 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 7.0.0-s2-foundations.11 ### Minor Changes diff --git a/components/typography/package.json b/components/typography/package.json index b7e48e0c5ec..22b6f6651a4 100644 --- a/components/typography/package.json +++ b/components/typography/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/typography", - "version": "7.0.0-s2-foundations.11", + "version": "7.0.0-s2-foundations.12", "description": "The Spectrum CSS typography component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/underlay/CHANGELOG.md b/components/underlay/CHANGELOG.md index 646db755a1d..9c589fb6d3d 100644 --- a/components/underlay/CHANGELOG.md +++ b/components/underlay/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 5.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/underlay/package.json b/components/underlay/package.json index 04929a0dcf9..f6dd9cca800 100644 --- a/components/underlay/package.json +++ b/components/underlay/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/underlay", - "version": "5.0.0-s2-foundations.10", + "version": "5.0.0-s2-foundations.11", "description": "The Spectrum CSS underlay component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/well/CHANGELOG.md b/components/well/CHANGELOG.md index b8f7c5d3409..4fdc0e45235 100644 --- a/components/well/CHANGELOG.md +++ b/components/well/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.0.0-s2-foundations.11 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + +### Patch Changes + +- Updated dependencies [[`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf)]: + - @spectrum-css/tokens@15.0.0-s2-foundations.12 + ## 6.0.0-s2-foundations.10 ### Minor Changes diff --git a/components/well/package.json b/components/well/package.json index dbcf24d4acc..7cb2a2f211f 100644 --- a/components/well/package.json +++ b/components/well/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/well", - "version": "6.0.0-s2-foundations.10", + "version": "6.0.0-s2-foundations.11", "description": "The Spectrum CSS well component", "license": "Apache-2.0", "author": "Adobe", diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 7abcd776774..cbb5b6c9343 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 15.0.0-s2-foundations.12 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + ## 15.0.0-s2-foundations.11 ### Patch Changes diff --git a/tokens/package.json b/tokens/package.json index 096e8a553b9..fc060041f3f 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tokens", - "version": "15.0.0-s2-foundations.11", + "version": "15.0.0-s2-foundations.12", "description": "The Spectrum CSS tokens package", "license": "Apache-2.0", "author": "Adobe", diff --git a/ui-icons/CHANGELOG.md b/ui-icons/CHANGELOG.md index d9e80bccc31..8aea8075071 100644 --- a/ui-icons/CHANGELOG.md +++ b/ui-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.0-s2-foundations.7 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`8e772ef`](https://github.com/adobe/spectrum-css/commit/8e772efd757f5e88fd4048a5c0229472f9bf90cf) Thanks [@pfulton](https://github.com/pfulton)! - Updated build to set cssnano to discardUnused: false + ## 2.0.0-s2-foundations.6 ### Minor Changes diff --git a/ui-icons/package.json b/ui-icons/package.json index 07611a0a076..da5df108cdb 100644 --- a/ui-icons/package.json +++ b/ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/ui-icons", - "version": "2.0.0-s2-foundations.6", + "version": "2.0.0-s2-foundations.7", "description": "The Spectrum CSS UI icons", "license": "Apache-2.0", "author": "Adobe",