diff --git a/.changeset/fifty-bottles-teach.md b/.changeset/fifty-bottles-teach.md deleted file mode 100644 index b9fa7ba33b5..00000000000 --- a/.changeset/fifty-bottles-teach.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -"@spectrum-css/floatingactionbutton": minor -"@spectrum-css/opacitycheckerboard": minor -"@spectrum-css/illustratedmessage": minor -"@spectrum-css/coachindicator": minor -"@spectrum-css/contextualhelp": minor -"@spectrum-css/progresscircle": minor -"@spectrum-css/dropindicator": minor -"@spectrum-css/infieldbutton": minor -"@spectrum-css/actionbutton": minor -"@spectrum-css/pickerbutton": minor -"@spectrum-css/actiongroup": minor -"@spectrum-css/alertbanner": minor -"@spectrum-css/alertdialog": minor -"@spectrum-css/buttongroup": minor -"@spectrum-css/clearbutton": minor -"@spectrum-css/closebutton": minor -"@spectrum-css/colorhandle": minor -"@spectrum-css/colorslider": minor -"@spectrum-css/inlinealert": minor -"@spectrum-css/logicbutton": minor -"@spectrum-css/progressbar": minor -"@spectrum-css/statuslight": minor -"@spectrum-css/swatchgroup": minor -"@spectrum-css/actionmenu": minor -"@spectrum-css/breadcrumb": minor -"@spectrum-css/colorloupe": minor -"@spectrum-css/colorwheel": minor -"@spectrum-css/datepicker": minor -"@spectrum-css/fieldgroup": minor -"@spectrum-css/fieldlabel": minor -"@spectrum-css/pagination": minor -"@spectrum-css/typography": minor -"@spectrum-css/accordion": minor -"@spectrum-css/actionbar": minor -"@spectrum-css/assetcard": minor -"@spectrum-css/assetlist": minor -"@spectrum-css/coachmark": minor -"@spectrum-css/colorarea": minor -"@spectrum-css/splitview": minor -"@spectrum-css/textfield": minor -"@spectrum-css/thumbnail": minor -"@spectrum-css/calendar": minor -"@spectrum-css/checkbox": minor -"@spectrum-css/combobox": minor -"@spectrum-css/dropzone": minor -"@spectrum-css/helptext": minor -"@spectrum-css/steplist": minor -"@spectrum-css/taggroup": minor -"@spectrum-css/treeview": minor -"@spectrum-css/underlay": minor -"@spectrum-css/divider": minor -"@spectrum-css/popover": minor -"@spectrum-css/sidenav": minor -"@spectrum-css/stepper": minor -"@spectrum-css/tooltip": minor -"@spectrum-css/avatar": minor -"@spectrum-css/button": minor -"@spectrum-css/dialog": minor -"@spectrum-css/miller": minor -"@spectrum-css/picker": minor -"@spectrum-css/rating": minor -"@spectrum-css/search": minor -"@spectrum-css/slider": minor -"@spectrum-css/swatch": minor -"@spectrum-css/switch": minor -"@spectrum-css/asset": minor -"@spectrum-css/badge": minor -"@spectrum-css/modal": minor -"@spectrum-css/radio": minor -"@spectrum-css/table": minor -"@spectrum-css/toast": minor -"@spectrum-css/card": minor -"@spectrum-css/dial": minor -"@spectrum-css/icon": minor -"@spectrum-css/link": minor -"@spectrum-css/menu": minor -"@spectrum-css/page": minor -"@spectrum-css/tabs": minor -"@spectrum-css/tray": minor -"@spectrum-css/well": minor -"@spectrum-css/tag": minor ---- - -Remove the storybook assets from the shipped output for components diff --git a/.storybook/CHANGELOG.md b/.storybook/CHANGELOG.md index 9af5147093c..06513ff1460 100644 --- a/.storybook/CHANGELOG.md +++ b/.storybook/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 10.11.7 + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/typography@6.2.0 + - @spectrum-css/table@6.2.0 + ## 10.11.6 ### Patch Changes diff --git a/.storybook/package.json b/.storybook/package.json index 9ae7f45384a..bb086af5b23 100644 --- a/.storybook/package.json +++ b/.storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/preview", - "version": "10.11.6", + "version": "10.11.7", "description": "A Spectrum CSS preview", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/accordion/CHANGELOG.md b/components/accordion/CHANGELOG.md index c23037d3c9d..d77d23e1200 100644 --- a/components/accordion/CHANGELOG.md +++ b/components/accordion/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 5.2.2 ### Patch Changes diff --git a/components/accordion/package.json b/components/accordion/package.json index c4e4a458036..978a7979991 100644 --- a/components/accordion/package.json +++ b/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/accordion", - "version": "5.2.2", + "version": "5.3.0", "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 93dcbf109a5..433909cdf81 100644 --- a/components/actionbar/CHANGELOG.md +++ b/components/actionbar/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 8.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actiongroup@5.2.0 + - @spectrum-css/closebutton@5.3.0 + - @spectrum-css/fieldlabel@8.2.0 + - @spectrum-css/popover@7.2.0 + ## 8.1.3 ### Patch Changes diff --git a/components/actionbar/package.json b/components/actionbar/package.json index 12b817d6b17..462b020934e 100644 --- a/components/actionbar/package.json +++ b/components/actionbar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionbar", - "version": "8.1.3", + "version": "8.2.0", "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 1a5d495e5b1..4429fa2de80 100644 --- a/components/actionbutton/CHANGELOG.md +++ b/components/actionbutton/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 6.1.4 ### Patch Changes diff --git a/components/actionbutton/package.json b/components/actionbutton/package.json index 92f09846079..328f105a476 100644 --- a/components/actionbutton/package.json +++ b/components/actionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionbutton", - "version": "6.1.4", + "version": "6.2.0", "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 843fd0a603a..4384dc2cb44 100644 --- a/components/actiongroup/CHANGELOG.md +++ b/components/actiongroup/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actionbutton@6.2.0 + ## 5.1.3 ### Patch Changes diff --git a/components/actiongroup/package.json b/components/actiongroup/package.json index c9141d10a7f..457bcb4ab6d 100644 --- a/components/actiongroup/package.json +++ b/components/actiongroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actiongroup", - "version": "5.1.3", + "version": "5.2.0", "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 7d1059a0541..78f38e2b23e 100644 --- a/components/actionmenu/CHANGELOG.md +++ b/components/actionmenu/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actionbutton@6.2.0 + - @spectrum-css/popover@7.2.0 + - @spectrum-css/icon@7.2.0 + - @spectrum-css/menu@7.2.0 + ## 6.1.3 ### Patch Changes diff --git a/components/actionmenu/package.json b/components/actionmenu/package.json index da343984d4b..a71c7289c15 100644 --- a/components/actionmenu/package.json +++ b/components/actionmenu/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionmenu", - "version": "6.1.3", + "version": "6.2.0", "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 2c6648e22b9..136d123891a 100644 --- a/components/alertbanner/CHANGELOG.md +++ b/components/alertbanner/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/closebutton@5.3.0 + - @spectrum-css/divider@3.2.0 + - @spectrum-css/button@13.5.0 + - @spectrum-css/icon@7.2.0 + ## 2.2.2 ### Patch Changes diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json index a437b11dc90..011ddf2a6e1 100644 --- a/components/alertbanner/package.json +++ b/components/alertbanner/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertbanner", - "version": "2.2.2", + "version": "2.3.0", "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 4ef5edb3fc1..b6da1d9d8ce 100644 --- a/components/alertdialog/CHANGELOG.md +++ b/components/alertdialog/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/buttongroup@7.2.0 + - @spectrum-css/underlay@4.2.0 + - @spectrum-css/divider@3.2.0 + - @spectrum-css/modal@5.2.0 + - @spectrum-css/icon@7.2.0 + ## 2.1.3 ### Patch Changes diff --git a/components/alertdialog/package.json b/components/alertdialog/package.json index 70df196b1cf..0196af89c14 100644 --- a/components/alertdialog/package.json +++ b/components/alertdialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertdialog", - "version": "2.1.3", + "version": "2.2.0", "description": "The Spectrum CSS alertdialog component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/asset/CHANGELOG.md b/components/asset/CHANGELOG.md index 87e4c702162..add24d7f894 100644 --- a/components/asset/CHANGELOG.md +++ b/components/asset/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 5.1.3 ### Patch Changes diff --git a/components/asset/package.json b/components/asset/package.json index 0a8daeb34ca..8b1065ab252 100644 --- a/components/asset/package.json +++ b/components/asset/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/asset", - "version": "5.1.3", + "version": "5.2.0", "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 56bced50a11..79cc0237757 100644 --- a/components/assetcard/CHANGELOG.md +++ b/components/assetcard/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/checkbox@9.2.0 + ## 4.1.3 ### Patch Changes diff --git a/components/assetcard/package.json b/components/assetcard/package.json index 3f6046e4674..2ebd8e64ea7 100644 --- a/components/assetcard/package.json +++ b/components/assetcard/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/assetcard", - "version": "4.1.3", + "version": "4.2.0", "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 37dce5dab2d..ee6eaac743f 100644 --- a/components/assetlist/CHANGELOG.md +++ b/components/assetlist/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.4.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/checkbox@9.2.0 + - @spectrum-css/icon@7.2.0 + ## 6.3.0 ### Minor Changes diff --git a/components/assetlist/package.json b/components/assetlist/package.json index 9448923a879..85243216f1b 100644 --- a/components/assetlist/package.json +++ b/components/assetlist/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/assetlist", - "version": "6.3.0", + "version": "6.4.0", "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 85a6040a76e..cd846053522 100644 --- a/components/avatar/CHANGELOG.md +++ b/components/avatar/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 7.2.0 ### Minor Changes diff --git a/components/avatar/package.json b/components/avatar/package.json index 14694dbea66..df70e495604 100644 --- a/components/avatar/package.json +++ b/components/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/avatar", - "version": "7.2.0", + "version": "7.3.0", "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 32b8c4de47e..681787a9b23 100644 --- a/components/badge/CHANGELOG.md +++ b/components/badge/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 4.2.0 ### Minor Changes diff --git a/components/badge/package.json b/components/badge/package.json index d372e7342b4..d34fa1d02ef 100644 --- a/components/badge/package.json +++ b/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/badge", - "version": "4.2.0", + "version": "4.3.0", "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 7ec32837d16..c9868aeeadc 100644 --- a/components/breadcrumb/CHANGELOG.md +++ b/components/breadcrumb/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 9.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actionbutton@6.2.0 + - @spectrum-css/icon@7.2.0 + ## 9.1.5 ### Patch Changes diff --git a/components/breadcrumb/package.json b/components/breadcrumb/package.json index 3bcc590ecc7..9571b8a06f8 100644 --- a/components/breadcrumb/package.json +++ b/components/breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/breadcrumb", - "version": "9.1.5", + "version": "9.2.0", "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 22d76d46a98..ecb209a8315 100644 --- a/components/button/CHANGELOG.md +++ b/components/button/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 13.5.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/progresscircle@3.2.0 + - @spectrum-css/icon@7.2.0 + ## 13.4.0 ### Minor Changes diff --git a/components/button/package.json b/components/button/package.json index d7a15693b66..fe1b973990c 100644 --- a/components/button/package.json +++ b/components/button/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/button", - "version": "13.4.0", + "version": "13.5.0", "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 bb217a5a3af..47e64198d91 100644 --- a/components/buttongroup/CHANGELOG.md +++ b/components/buttongroup/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/button@13.5.0 + ## 7.1.3 ### Patch Changes diff --git a/components/buttongroup/package.json b/components/buttongroup/package.json index 5be8a9a21bc..67ea4f80d30 100644 --- a/components/buttongroup/package.json +++ b/components/buttongroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/buttongroup", - "version": "7.1.3", + "version": "7.2.0", "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 112f8d8d28e..7474744cc41 100644 --- a/components/calendar/CHANGELOG.md +++ b/components/calendar/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actionbutton@6.2.0 + ## 5.2.0 ### Minor Changes diff --git a/components/calendar/package.json b/components/calendar/package.json index 7005d007d44..7a7b9ea0b20 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/calendar", - "version": "5.2.0", + "version": "5.3.0", "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 2c5117e4d24..f590b7e5185 100644 --- a/components/card/CHANGELOG.md +++ b/components/card/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 9.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actionbutton@6.2.0 + - @spectrum-css/typography@6.2.0 + - @spectrum-css/checkbox@9.2.0 + - @spectrum-css/asset@5.2.0 + - @spectrum-css/icon@7.2.0 + ## 9.2.0 ### Minor Changes diff --git a/components/card/package.json b/components/card/package.json index 7c9307546c7..5391f853903 100644 --- a/components/card/package.json +++ b/components/card/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/card", - "version": "9.2.0", + "version": "9.3.0", "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 a75dcb16cf8..85a4ec34ce0 100644 --- a/components/checkbox/CHANGELOG.md +++ b/components/checkbox/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 9.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 9.1.3 ### Patch Changes diff --git a/components/checkbox/package.json b/components/checkbox/package.json index 03232e74303..e9dfc8e81eb 100644 --- a/components/checkbox/package.json +++ b/components/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/checkbox", - "version": "9.1.3", + "version": "9.2.0", "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 8c7d22b7e96..c888200d7b6 100644 --- a/components/clearbutton/CHANGELOG.md +++ b/components/clearbutton/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.4.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 6.3.0 ### Minor Changes diff --git a/components/clearbutton/package.json b/components/clearbutton/package.json index 247c2243acb..0f867492889 100644 --- a/components/clearbutton/package.json +++ b/components/clearbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/clearbutton", - "version": "6.3.0", + "version": "6.4.0", "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 3764c1bb74d..d39314057a3 100644 --- a/components/closebutton/CHANGELOG.md +++ b/components/closebutton/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 5.2.2 ### Patch Changes diff --git a/components/closebutton/package.json b/components/closebutton/package.json index 5bc5e3545c8..956935c2e2a 100644 --- a/components/closebutton/package.json +++ b/components/closebutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/closebutton", - "version": "5.2.2", + "version": "5.3.0", "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 530a76bbb0a..a04bde7c1b0 100644 --- a/components/coachindicator/CHANGELOG.md +++ b/components/coachindicator/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 2.1.5 ### Patch Changes diff --git a/components/coachindicator/package.json b/components/coachindicator/package.json index 4291f47d043..133a5c22db4 100644 --- a/components/coachindicator/package.json +++ b/components/coachindicator/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/coachindicator", - "version": "2.1.5", + "version": "2.2.0", "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 af65134c288..8f210092715 100644 --- a/components/coachmark/CHANGELOG.md +++ b/components/coachmark/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 7.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actionbutton@6.2.0 + - @spectrum-css/buttongroup@7.2.0 + - @spectrum-css/actionmenu@6.2.0 + - @spectrum-css/popover@7.2.0 + - @spectrum-css/button@13.5.0 + - @spectrum-css/menu@7.2.0 + ## 7.2.0 ### Minor Changes diff --git a/components/coachmark/package.json b/components/coachmark/package.json index 31f259a9e3c..d9f385b5e20 100644 --- a/components/coachmark/package.json +++ b/components/coachmark/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/coachmark", - "version": "7.2.0", + "version": "7.3.0", "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 0caa23d8a32..dd373046ceb 100644 --- a/components/colorarea/CHANGELOG.md +++ b/components/colorarea/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/colorhandle@8.2.0 + ## 5.1.3 ### Patch Changes diff --git a/components/colorarea/package.json b/components/colorarea/package.json index 2e07612058e..1fa61f7fe6e 100644 --- a/components/colorarea/package.json +++ b/components/colorarea/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorarea", - "version": "5.1.3", + "version": "5.2.0", "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 a8fff858e84..48c13f14659 100644 --- a/components/colorhandle/CHANGELOG.md +++ b/components/colorhandle/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 8.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/opacitycheckerboard@2.2.0 + - @spectrum-css/colorloupe@5.2.0 + ## 8.1.4 ### Patch Changes diff --git a/components/colorhandle/package.json b/components/colorhandle/package.json index 75de2d4f3a3..a68a5f24382 100644 --- a/components/colorhandle/package.json +++ b/components/colorhandle/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorhandle", - "version": "8.1.4", + "version": "8.2.0", "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 eea21071673..f911d4dc104 100644 --- a/components/colorloupe/CHANGELOG.md +++ b/components/colorloupe/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 5.1.4 ### Patch Changes diff --git a/components/colorloupe/package.json b/components/colorloupe/package.json index 148eb4d2626..5873ba621c0 100644 --- a/components/colorloupe/package.json +++ b/components/colorloupe/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorloupe", - "version": "5.1.4", + "version": "5.2.0", "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 3ecba9a56dc..7106737fee3 100644 --- a/components/colorslider/CHANGELOG.md +++ b/components/colorslider/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/opacitycheckerboard@2.2.0 + - @spectrum-css/colorhandle@8.2.0 + ## 6.1.5 ### Patch Changes diff --git a/components/colorslider/package.json b/components/colorslider/package.json index 7ca168cecee..889c092b831 100644 --- a/components/colorslider/package.json +++ b/components/colorslider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorslider", - "version": "6.1.5", + "version": "6.2.0", "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 fd8cdc3301d..a9a9c3a50ea 100644 --- a/components/colorwheel/CHANGELOG.md +++ b/components/colorwheel/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 4.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/colorhandle@8.2.0 + - @spectrum-css/colorloupe@5.2.0 + - @spectrum-css/colorarea@5.2.0 + ## 4.1.4 ### Patch Changes diff --git a/components/colorwheel/package.json b/components/colorwheel/package.json index 58718450757..71e4df7db54 100644 --- a/components/colorwheel/package.json +++ b/components/colorwheel/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/colorwheel", - "version": "4.1.4", + "version": "4.2.0", "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 4db24a7d7cb..f496906900d 100644 --- a/components/combobox/CHANGELOG.md +++ b/components/combobox/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 3.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/progresscircle@3.2.0 + - @spectrum-css/pickerbutton@5.2.0 + - @spectrum-css/textfield@7.3.0 + - @spectrum-css/popover@7.2.0 + - @spectrum-css/menu@7.2.0 + ## 3.1.4 ### Patch Changes diff --git a/components/combobox/package.json b/components/combobox/package.json index 0cf77403bca..b4accea6424 100644 --- a/components/combobox/package.json +++ b/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/combobox", - "version": "3.1.4", + "version": "3.2.0", "description": "The Spectrum CSS combobox component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/contextualhelp/CHANGELOG.md b/components/contextualhelp/CHANGELOG.md index 7b5d4182e29..81f65ec8e02 100644 --- a/components/contextualhelp/CHANGELOG.md +++ b/components/contextualhelp/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 3.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actionbutton@6.2.0 + - @spectrum-css/popover@7.2.0 + - @spectrum-css/link@5.2.0 + ## 3.2.0 ### Minor Changes diff --git a/components/contextualhelp/package.json b/components/contextualhelp/package.json index 5cbcfb9f63c..40e540604aa 100644 --- a/components/contextualhelp/package.json +++ b/components/contextualhelp/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/contextualhelp", - "version": "3.2.0", + "version": "3.3.0", "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 1d81d8a5811..09af8dfa683 100644 --- a/components/datepicker/CHANGELOG.md +++ b/components/datepicker/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/pickerbutton@5.2.0 + - @spectrum-css/textfield@7.3.0 + - @spectrum-css/calendar@5.3.0 + - @spectrum-css/popover@7.2.0 + ## 3.2.5 ### Patch Changes diff --git a/components/datepicker/package.json b/components/datepicker/package.json index 88c5cde13df..15d38b0963d 100644 --- a/components/datepicker/package.json +++ b/components/datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/datepicker", - "version": "3.2.5", + "version": "3.3.0", "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 5ad7257ebe0..b79901aae5a 100644 --- a/components/dial/CHANGELOG.md +++ b/components/dial/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 3.1.4 ### Patch Changes diff --git a/components/dial/package.json b/components/dial/package.json index d4d863e137a..0ba00453d5e 100644 --- a/components/dial/package.json +++ b/components/dial/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dial", - "version": "3.1.4", + "version": "3.2.0", "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 7025615e4d7..e9e691ae04a 100644 --- a/components/dialog/CHANGELOG.md +++ b/components/dialog/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 10.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/closebutton@5.3.0 + - @spectrum-css/underlay@4.2.0 + - @spectrum-css/divider@3.2.0 + - @spectrum-css/modal@5.2.0 + ## 10.1.5 ### Patch Changes diff --git a/components/dialog/package.json b/components/dialog/package.json index 7ae82ca2459..128c8e408c0 100644 --- a/components/dialog/package.json +++ b/components/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dialog", - "version": "10.1.5", + "version": "10.2.0", "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 8d19694dd5f..421030f320e 100644 --- a/components/divider/CHANGELOG.md +++ b/components/divider/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 3.1.3 ### Patch Changes diff --git a/components/divider/package.json b/components/divider/package.json index 1f92808670a..f9d255af819 100644 --- a/components/divider/package.json +++ b/components/divider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/divider", - "version": "3.1.3", + "version": "3.2.0", "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 a3bd0e6e9e1..c77d7f72bf4 100644 --- a/components/dropindicator/CHANGELOG.md +++ b/components/dropindicator/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 5.1.3 ### Patch Changes diff --git a/components/dropindicator/package.json b/components/dropindicator/package.json index fa850147e70..dc07373203e 100644 --- a/components/dropindicator/package.json +++ b/components/dropindicator/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dropindicator", - "version": "5.1.3", + "version": "5.2.0", "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 73678831541..63c56fbd223 100644 --- a/components/dropzone/CHANGELOG.md +++ b/components/dropzone/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/illustratedmessage@7.2.0 + - @spectrum-css/actionbutton@6.2.0 + - @spectrum-css/link@5.2.0 + ## 6.1.4 ### Patch Changes diff --git a/components/dropzone/package.json b/components/dropzone/package.json index 87e6ab15d63..4fb44cb6c3b 100644 --- a/components/dropzone/package.json +++ b/components/dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dropzone", - "version": "6.1.4", + "version": "6.2.0", "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 ece8235168a..87f85054297 100644 --- a/components/fieldgroup/CHANGELOG.md +++ b/components/fieldgroup/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/checkbox@9.2.0 + - @spectrum-css/helptext@5.2.0 + - @spectrum-css/radio@9.4.0 + ## 5.1.3 ### Patch Changes diff --git a/components/fieldgroup/package.json b/components/fieldgroup/package.json index aff109f3497..02a72219aa8 100644 --- a/components/fieldgroup/package.json +++ b/components/fieldgroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/fieldgroup", - "version": "5.1.3", + "version": "5.2.0", "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 3bd83d3c162..5433f98d220 100644 --- a/components/fieldlabel/CHANGELOG.md +++ b/components/fieldlabel/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 8.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 8.1.3 ### Patch Changes diff --git a/components/fieldlabel/package.json b/components/fieldlabel/package.json index 5b190a39b4d..3abf4885c02 100644 --- a/components/fieldlabel/package.json +++ b/components/fieldlabel/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/fieldlabel", - "version": "8.1.3", + "version": "8.2.0", "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 e45eb97d0d5..fe6a7559f7c 100644 --- a/components/floatingactionbutton/CHANGELOG.md +++ b/components/floatingactionbutton/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 2.1.3 ### Patch Changes diff --git a/components/floatingactionbutton/package.json b/components/floatingactionbutton/package.json index 28a39dea2ea..d7e065bc10f 100644 --- a/components/floatingactionbutton/package.json +++ b/components/floatingactionbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/floatingactionbutton", - "version": "2.1.3", + "version": "2.2.0", "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 2dc3348bd02..7ad4ed5aa84 100644 --- a/components/helptext/CHANGELOG.md +++ b/components/helptext/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 5.1.3 ### Patch Changes diff --git a/components/helptext/package.json b/components/helptext/package.json index e9f84ae2a52..c09a64c5ff3 100644 --- a/components/helptext/package.json +++ b/components/helptext/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/helptext", - "version": "5.1.3", + "version": "5.2.0", "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 9ad19ce8f73..b3ab1a66566 100644 --- a/components/icon/CHANGELOG.md +++ b/components/icon/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 7.1.4 ### Patch Changes diff --git a/components/icon/package.json b/components/icon/package.json index e5778744d6f..293aeaf0f96 100644 --- a/components/icon/package.json +++ b/components/icon/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/icon", - "version": "7.1.4", + "version": "7.2.0", "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 1c1c538cb0e..a79e098c865 100644 --- a/components/illustratedmessage/CHANGELOG.md +++ b/components/illustratedmessage/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/typography@6.2.0 + ## 7.1.3 ### Patch Changes diff --git a/components/illustratedmessage/package.json b/components/illustratedmessage/package.json index 3f99f3521f8..91cbbb9f7e4 100644 --- a/components/illustratedmessage/package.json +++ b/components/illustratedmessage/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/illustratedmessage", - "version": "7.1.3", + "version": "7.2.0", "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 7f50e75a755..adb201756c4 100644 --- a/components/infieldbutton/CHANGELOG.md +++ b/components/infieldbutton/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 5.1.4 ### Patch Changes diff --git a/components/infieldbutton/package.json b/components/infieldbutton/package.json index 90c61f398bd..8fc651ed416 100644 --- a/components/infieldbutton/package.json +++ b/components/infieldbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/infieldbutton", - "version": "5.1.4", + "version": "5.2.0", "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 bf1f924c219..951d845f7b2 100644 --- a/components/inlinealert/CHANGELOG.md +++ b/components/inlinealert/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 8.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/button@13.5.0 + - @spectrum-css/icon@7.2.0 + ## 8.1.3 ### Patch Changes diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index af99400408a..139d9acbf79 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/inlinealert", - "version": "8.1.3", + "version": "8.2.0", "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 4c693e168f1..1d215111dca 100644 --- a/components/link/CHANGELOG.md +++ b/components/link/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 5.1.3 ### Patch Changes diff --git a/components/link/package.json b/components/link/package.json index b9a1f3cb46e..dbe72dbc99e 100644 --- a/components/link/package.json +++ b/components/link/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/link", - "version": "5.1.3", + "version": "5.2.0", "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 a119747c390..334a6fbea44 100644 --- a/components/logicbutton/CHANGELOG.md +++ b/components/logicbutton/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 4.1.3 ### Patch Changes diff --git a/components/logicbutton/package.json b/components/logicbutton/package.json index 58e2e34ee93..dda75daeb7d 100644 --- a/components/logicbutton/package.json +++ b/components/logicbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/logicbutton", - "version": "4.1.3", + "version": "4.2.0", "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 fb5479523b5..4a3e1d5706e 100644 --- a/components/menu/CHANGELOG.md +++ b/components/menu/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 7.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/checkbox@9.2.0 + - @spectrum-css/divider@3.2.0 + - @spectrum-css/switch@5.2.0 + - @spectrum-css/icon@7.2.0 + - @spectrum-css/tray@3.2.0 + ## 7.1.9 ### Patch Changes diff --git a/components/menu/package.json b/components/menu/package.json index a5194db9d10..f8565467dba 100644 --- a/components/menu/package.json +++ b/components/menu/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/menu", - "version": "7.1.9", + "version": "7.2.0", "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 b24ffe4697e..7cb3dc90de2 100644 --- a/components/miller/CHANGELOG.md +++ b/components/miller/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/assetlist@6.4.0 + - @spectrum-css/checkbox@9.2.0 + - @spectrum-css/icon@7.2.0 + ## 6.1.3 ### Patch Changes diff --git a/components/miller/package.json b/components/miller/package.json index b386a92f05c..a09980c654e 100644 --- a/components/miller/package.json +++ b/components/miller/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/miller", - "version": "6.1.3", + "version": "6.2.0", "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 0278f5a9c96..f3b027cd6ec 100644 --- a/components/modal/CHANGELOG.md +++ b/components/modal/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 5.1.4 ### Patch Changes diff --git a/components/modal/package.json b/components/modal/package.json index 90f099b6b27..e2b52f1af59 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/modal", - "version": "5.1.4", + "version": "5.2.0", "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 cb85b2032fa..ac6deb909c7 100644 --- a/components/opacitycheckerboard/CHANGELOG.md +++ b/components/opacitycheckerboard/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 2.1.3 ### Patch Changes diff --git a/components/opacitycheckerboard/package.json b/components/opacitycheckerboard/package.json index e9136afa025..4e25dbc1d49 100644 --- a/components/opacitycheckerboard/package.json +++ b/components/opacitycheckerboard/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/opacitycheckerboard", - "version": "2.1.3", + "version": "2.2.0", "description": "The Spectrum CSS opacitycheckerboard component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/page/CHANGELOG.md b/components/page/CHANGELOG.md index 9435fed6603..f3b1d00596c 100644 --- a/components/page/CHANGELOG.md +++ b/components/page/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 8.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 8.1.3 ### Patch Changes diff --git a/components/page/package.json b/components/page/package.json index f167963cd6f..64690a19fa0 100644 --- a/components/page/package.json +++ b/components/page/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/page", - "version": "8.1.3", + "version": "8.2.0", "description": "The Spectrum CSS page component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/pagination/CHANGELOG.md b/components/pagination/CHANGELOG.md index f4001431810..089ab48dd7b 100644 --- a/components/pagination/CHANGELOG.md +++ b/components/pagination/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 8.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/actionbutton@6.2.0 + - @spectrum-css/textfield@7.3.0 + - @spectrum-css/button@13.5.0 + - @spectrum-css/icon@7.2.0 + ## 8.1.3 ### Patch Changes diff --git a/components/pagination/package.json b/components/pagination/package.json index d533d14cdbe..4bc388c7f2c 100644 --- a/components/pagination/package.json +++ b/components/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/pagination", - "version": "8.1.3", + "version": "8.2.0", "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 d5029112404..063fedc10aa 100644 --- a/components/picker/CHANGELOG.md +++ b/components/picker/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 8.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/progresscircle@3.2.0 + - @spectrum-css/helptext@5.2.0 + - @spectrum-css/popover@7.2.0 + - @spectrum-css/icon@7.2.0 + - @spectrum-css/menu@7.2.0 + ## 8.2.0 ### Minor Changes diff --git a/components/picker/package.json b/components/picker/package.json index 596547a7e2a..840c99e1b3d 100644 --- a/components/picker/package.json +++ b/components/picker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/picker", - "version": "8.2.0", + "version": "8.3.0", "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 0d9084c1bbf..76ace483e66 100644 --- a/components/pickerbutton/CHANGELOG.md +++ b/components/pickerbutton/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/popover@7.2.0 + - @spectrum-css/icon@7.2.0 + - @spectrum-css/menu@7.2.0 + ## 5.1.3 ### Patch Changes diff --git a/components/pickerbutton/package.json b/components/pickerbutton/package.json index 2296fa3fba4..281ede12f1b 100644 --- a/components/pickerbutton/package.json +++ b/components/pickerbutton/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/pickerbutton", - "version": "5.1.3", + "version": "5.2.0", "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 553ff7c258e..47794f83645 100644 --- a/components/popover/CHANGELOG.md +++ b/components/popover/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 7.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/alertdialog@2.2.0 + - @spectrum-css/divider@3.2.0 + - @spectrum-css/dialog@10.2.0 + - @spectrum-css/menu@7.2.0 + ## 7.1.6 ### Patch Changes diff --git a/components/popover/package.json b/components/popover/package.json index 6e609525793..961b825cddf 100644 --- a/components/popover/package.json +++ b/components/popover/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/popover", - "version": "7.1.6", + "version": "7.2.0", "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 088585d6e23..acc0e3020f8 100644 --- a/components/progressbar/CHANGELOG.md +++ b/components/progressbar/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/fieldlabel@8.2.0 + ## 4.1.8 ### Patch Changes diff --git a/components/progressbar/package.json b/components/progressbar/package.json index 824039d2e74..da26db33092 100644 --- a/components/progressbar/package.json +++ b/components/progressbar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/progressbar", - "version": "4.1.8", + "version": "4.2.0", "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 99b4d14ab8b..1c4522b7636 100644 --- a/components/progresscircle/CHANGELOG.md +++ b/components/progresscircle/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 3.1.4 ### Patch Changes diff --git a/components/progresscircle/package.json b/components/progresscircle/package.json index 7b730ab86c3..8587d222a04 100644 --- a/components/progresscircle/package.json +++ b/components/progresscircle/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/progresscircle", - "version": "3.1.4", + "version": "3.2.0", "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 134af6e859a..3c977e49286 100644 --- a/components/radio/CHANGELOG.md +++ b/components/radio/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 9.4.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 9.3.0 ### Minor Changes diff --git a/components/radio/package.json b/components/radio/package.json index 755c79bdc68..716cde0dce6 100644 --- a/components/radio/package.json +++ b/components/radio/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/radio", - "version": "9.3.0", + "version": "9.4.0", "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 0347189c96a..3dfbe3e36cc 100644 --- a/components/rating/CHANGELOG.md +++ b/components/rating/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 5.1.4 ### Patch Changes diff --git a/components/rating/package.json b/components/rating/package.json index b2c783d850c..2413dd9f806 100644 --- a/components/rating/package.json +++ b/components/rating/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/rating", - "version": "5.1.4", + "version": "5.2.0", "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 49400c35af3..3bc12640304 100644 --- a/components/search/CHANGELOG.md +++ b/components/search/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 7.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/clearbutton@6.4.0 + - @spectrum-css/textfield@7.3.0 + - @spectrum-css/icon@7.2.0 + ## 7.2.4 ### Patch Changes diff --git a/components/search/package.json b/components/search/package.json index af5e3ab5413..93156921abe 100644 --- a/components/search/package.json +++ b/components/search/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/search", - "version": "7.2.4", + "version": "7.3.0", "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 99122765390..1761f420150 100644 --- a/components/sidenav/CHANGELOG.md +++ b/components/sidenav/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 5.1.4 ### Patch Changes diff --git a/components/sidenav/package.json b/components/sidenav/package.json index 120963c9140..f17cc275c95 100644 --- a/components/sidenav/package.json +++ b/components/sidenav/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/sidenav", - "version": "5.1.4", + "version": "5.2.0", "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 2e3cf27c7a1..4f749b63f86 100644 --- a/components/slider/CHANGELOG.md +++ b/components/slider/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.5.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/stepper@6.3.0 + ## 5.4.2 ### Patch Changes diff --git a/components/slider/package.json b/components/slider/package.json index 0f6a1566279..fb047af5489 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/slider", - "version": "5.4.2", + "version": "5.5.0", "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 2cc36ffefab..991760d8a42 100644 --- a/components/splitview/CHANGELOG.md +++ b/components/splitview/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 5.2.3 ### Patch Changes diff --git a/components/splitview/package.json b/components/splitview/package.json index 8daa3c06d82..93a0a7e36c1 100644 --- a/components/splitview/package.json +++ b/components/splitview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/splitview", - "version": "5.2.3", + "version": "5.3.0", "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 4db6e2d25d1..3dfc11abb4e 100644 --- a/components/statuslight/CHANGELOG.md +++ b/components/statuslight/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 7.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 7.2.3 ### Patch Changes diff --git a/components/statuslight/package.json b/components/statuslight/package.json index 27943b13de5..1ddbb84bc8a 100644 --- a/components/statuslight/package.json +++ b/components/statuslight/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/statuslight", - "version": "7.2.3", + "version": "7.3.0", "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 92cb49694bf..1117b3ac23c 100644 --- a/components/steplist/CHANGELOG.md +++ b/components/steplist/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/tooltip@6.2.0 + - @spectrum-css/icon@7.2.0 + ## 5.1.4 ### Patch Changes diff --git a/components/steplist/package.json b/components/steplist/package.json index 8805e45e6d3..428b2e91ed0 100644 --- a/components/steplist/package.json +++ b/components/steplist/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/steplist", - "version": "5.1.4", + "version": "5.2.0", "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 774b3f91a20..c07139f577c 100644 --- a/components/stepper/CHANGELOG.md +++ b/components/stepper/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 6.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/infieldbutton@5.2.0 + - @spectrum-css/actionbutton@6.2.0 + - @spectrum-css/textfield@7.3.0 + - @spectrum-css/icon@7.2.0 + ## 6.2.1 ### Patch Changes diff --git a/components/stepper/package.json b/components/stepper/package.json index 2bddc163a42..9fda6f9abcc 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/stepper", - "version": "6.2.1", + "version": "6.3.0", "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 172e33776a3..061fe1e6ba7 100644 --- a/components/swatch/CHANGELOG.md +++ b/components/swatch/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.4.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/opacitycheckerboard@2.2.0 + ## 6.3.0 ### Minor Changes diff --git a/components/swatch/package.json b/components/swatch/package.json index a9d336e6cf4..4f10285d6cb 100644 --- a/components/swatch/package.json +++ b/components/swatch/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/swatch", - "version": "6.3.0", + "version": "6.4.0", "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 05aed3454f1..5fbef6e8133 100644 --- a/components/swatchgroup/CHANGELOG.md +++ b/components/swatchgroup/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 3.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/swatch@6.4.0 + ## 3.1.3 ### Patch Changes diff --git a/components/swatchgroup/package.json b/components/swatchgroup/package.json index 5d4249be051..ee54f9d7809 100644 --- a/components/swatchgroup/package.json +++ b/components/swatchgroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/swatchgroup", - "version": "3.1.3", + "version": "3.2.0", "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 6447b7cb284..0598a7e3edd 100644 --- a/components/switch/CHANGELOG.md +++ b/components/switch/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 5.1.3 ### Patch Changes diff --git a/components/switch/package.json b/components/switch/package.json index 48a698527a6..05fb335f77b 100644 --- a/components/switch/package.json +++ b/components/switch/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/switch", - "version": "5.1.3", + "version": "5.2.0", "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 3a674ac6f61..13133217549 100644 --- a/components/table/CHANGELOG.md +++ b/components/table/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/thumbnail@6.3.0 + - @spectrum-css/checkbox@9.2.0 + - @spectrum-css/button@13.5.0 + - @spectrum-css/icon@7.2.0 + ## 6.1.4 ### Patch Changes diff --git a/components/table/package.json b/components/table/package.json index 96fa315b017..36ab920258b 100644 --- a/components/table/package.json +++ b/components/table/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/table", - "version": "6.1.4", + "version": "6.2.0", "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 25bb4d01bd4..12f83efcb40 100644 --- a/components/tabs/CHANGELOG.md +++ b/components/tabs/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/picker@8.3.0 + - @spectrum-css/icon@7.2.0 + - @spectrum-css/menu@7.2.0 + ## 5.1.4 ### Patch Changes diff --git a/components/tabs/package.json b/components/tabs/package.json index 2cd7ae87365..ac24c27f8ae 100644 --- a/components/tabs/package.json +++ b/components/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tabs", - "version": "5.1.4", + "version": "5.2.0", "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 4bca6c49d62..ba8eb6feb35 100644 --- a/components/tag/CHANGELOG.md +++ b/components/tag/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 9.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/clearbutton@6.4.0 + - @spectrum-css/avatar@7.3.0 + - @spectrum-css/icon@7.2.0 + ## 9.1.4 ### Patch Changes diff --git a/components/tag/package.json b/components/tag/package.json index 546eadbe20d..ce75b5d77be 100644 --- a/components/tag/package.json +++ b/components/tag/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tag", - "version": "9.1.4", + "version": "9.2.0", "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 31a37ff120a..d9369d0544e 100644 --- a/components/taggroup/CHANGELOG.md +++ b/components/taggroup/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 5.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/tag@9.2.0 + ## 5.1.3 ### Patch Changes diff --git a/components/taggroup/package.json b/components/taggroup/package.json index 6a324535aa4..f3cbe784c7a 100644 --- a/components/taggroup/package.json +++ b/components/taggroup/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/taggroup", - "version": "5.1.3", + "version": "5.2.0", "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 8cab0175717..8f57dbca2ac 100644 --- a/components/textfield/CHANGELOG.md +++ b/components/textfield/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 7.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/helptext@5.2.0 + ## 7.2.3 ### Patch Changes diff --git a/components/textfield/package.json b/components/textfield/package.json index c4d056279f9..2f3c57a2f8d 100644 --- a/components/textfield/package.json +++ b/components/textfield/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/textfield", - "version": "7.2.3", + "version": "7.3.0", "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 0877c11ceb1..ad2cf605bf7 100644 --- a/components/thumbnail/CHANGELOG.md +++ b/components/thumbnail/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/opacitycheckerboard@2.2.0 + ## 6.2.1 ### Patch Changes diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json index 503462fbc36..adaebfbe996 100644 --- a/components/thumbnail/package.json +++ b/components/thumbnail/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/thumbnail", - "version": "6.2.1", + "version": "6.3.0", "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 d335680d525..f132046b85a 100644 --- a/components/toast/CHANGELOG.md +++ b/components/toast/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 10.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/closebutton@5.3.0 + - @spectrum-css/button@13.5.0 + - @spectrum-css/icon@7.2.0 + ## 10.2.1 ### Patch Changes diff --git a/components/toast/package.json b/components/toast/package.json index 31e3590234a..1a5e93333e8 100644 --- a/components/toast/package.json +++ b/components/toast/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/toast", - "version": "10.2.1", + "version": "10.3.0", "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 7bd1f107d34..7897fbb801c 100644 --- a/components/tooltip/CHANGELOG.md +++ b/components/tooltip/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/icon@7.2.0 + ## 6.1.4 ### Patch Changes diff --git a/components/tooltip/package.json b/components/tooltip/package.json index a75b963a264..63ff8df81c3 100644 --- a/components/tooltip/package.json +++ b/components/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tooltip", - "version": "6.1.4", + "version": "6.2.0", "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 0eeae6b3011..860a9ed8676 100644 --- a/components/tray/CHANGELOG.md +++ b/components/tray/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 3.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/divider@3.2.0 + - @spectrum-css/button@13.5.0 + - @spectrum-css/dialog@10.2.0 + - @spectrum-css/modal@5.2.0 + - @spectrum-css/icon@7.2.0 + ## 3.1.4 ### Patch Changes diff --git a/components/tray/package.json b/components/tray/package.json index 04593b8f39a..2f18a40b63a 100644 --- a/components/tray/package.json +++ b/components/tray/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tray", - "version": "3.1.4", + "version": "3.2.0", "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 0ee29dcbb71..e5f057b1432 100644 --- a/components/treeview/CHANGELOG.md +++ b/components/treeview/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 10.4.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + +### Patch Changes + +- Updated dependencies [[`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb)]: + - @spectrum-css/thumbnail@6.3.0 + - @spectrum-css/icon@7.2.0 + ## 10.3.1 ### Patch Changes diff --git a/components/treeview/package.json b/components/treeview/package.json index 0dea5b6c380..ce535fb0cc0 100644 --- a/components/treeview/package.json +++ b/components/treeview/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/treeview", - "version": "10.3.1", + "version": "10.4.0", "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 f7982c96e69..9c1f3d68b22 100644 --- a/components/typography/CHANGELOG.md +++ b/components/typography/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 6.1.3 ### Patch Changes diff --git a/components/typography/package.json b/components/typography/package.json index 70ff55c1e1d..75fb05313c9 100644 --- a/components/typography/package.json +++ b/components/typography/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/typography", - "version": "6.1.3", + "version": "6.2.0", "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 ebe4e56a61d..94a507a10f9 100644 --- a/components/underlay/CHANGELOG.md +++ b/components/underlay/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.2.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 4.1.3 ### Patch Changes diff --git a/components/underlay/package.json b/components/underlay/package.json index 7388429dd80..a0b5c521bd2 100644 --- a/components/underlay/package.json +++ b/components/underlay/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/underlay", - "version": "4.1.3", + "version": "4.2.0", "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 c7a292f720f..547c293d0f0 100644 --- a/components/well/CHANGELOG.md +++ b/components/well/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.3.0 + +### Minor Changes + +- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components + ## 5.2.4 ### Patch Changes diff --git a/components/well/package.json b/components/well/package.json index 97754f61089..b52195d4b18 100644 --- a/components/well/package.json +++ b/components/well/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/well", - "version": "5.2.4", + "version": "5.3.0", "description": "The Spectrum CSS well component", "license": "Apache-2.0", "author": "Adobe",