diff --git a/.github/actions/file-diff/CHANGELOG.md b/.github/actions/file-diff/CHANGELOG.md index 6ec8f6297ea..ccae846242b 100644 --- a/.github/actions/file-diff/CHANGELOG.md +++ b/.github/actions/file-diff/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##2.0.4 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-tools/gh-action-file-diff@2.0.3...@spectrum-tools/gh-action-file-diff@2.0.4) + +**Note:** Version bump only for package @spectrum-tools/gh-action-file-diff + ##2.0.3 🗓 diff --git a/.github/actions/file-diff/package.json b/.github/actions/file-diff/package.json index 64a6dab757e..fe656def895 100644 --- a/.github/actions/file-diff/package.json +++ b/.github/actions/file-diff/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-tools/gh-action-file-diff", - "version": "2.0.3", + "version": "2.0.4", "description": "A GitHub Action to compare asset sizes and generate a diff if changes are found.", "license": "Apache-2.0", "author": "Adobe", diff --git a/.storybook/CHANGELOG.md b/.storybook/CHANGELOG.md index 18c78f57456..ffa61c3bd3a 100644 --- a/.storybook/CHANGELOG.md +++ b/.storybook/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#7.5.0 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/preview@7.4.2...@spectrum-css/preview@7.5.0) + +### ✨ Features + +- **preview:**add figma support to storybook [CSS-284] ([#1680](https://github.com/adobe/spectrum-css/issues/1680))([3c6194e](https://github.com/adobe/spectrum-css/commit/3c6194e)) + ##7.4.2 🗓 diff --git a/.storybook/package.json b/.storybook/package.json index 0e269fbf979..450659f1bac 100644 --- a/.storybook/package.json +++ b/.storybook/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/preview", - "version": "7.4.2", + "version": "7.5.0", "description": "A Spectrum CSS preview", "license": "Apache-2.0", "author": "Adobe", @@ -13,7 +13,7 @@ "@adobe/spectrum-css-workflow-icons": "^1.5.4", "@spectrum-css/expressvars": "^3.0.9", "@spectrum-css/site": "^4.2.1", - "@spectrum-css/tokens": "^13.1.1", + "@spectrum-css/tokens": "^13.1.2", "@spectrum-css/ui-icons": "^1.1.2", "@spectrum-css/vars": "^9.0.8" }, @@ -21,8 +21,8 @@ "@babel/core": "^7.22.1", "@chromaui/addon-visual-tests": "^0.0.124", "@etchteam/storybook-addon-status": "^4.2.4", - "@spectrum-css/component-builder": "^6.0.1", - "@spectrum-css/component-builder-simple": "^5.0.1", + "@spectrum-css/component-builder": "^6.0.2", + "@spectrum-css/component-builder-simple": "^5.0.2", "@storybook/addon-a11y": "^7.6.14", "@storybook/addon-actions": "^7.6.14", "@storybook/addon-console": "^3.0.0", diff --git a/components/accordion/CHANGELOG.md b/components/accordion/CHANGELOG.md index 31a2ed200a4..fb6122a65f7 100644 --- a/components/accordion/CHANGELOG.md +++ b/components/accordion/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##4.2.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/accordion@4.2.1...@spectrum-css/accordion@4.2.2) + +**Note:** Version bump only for package @spectrum-css/accordion + ##4.2.1 🗓 diff --git a/components/accordion/package.json b/components/accordion/package.json index b51f81d62d0..532a93966c5 100644 --- a/components/accordion/package.json +++ b/components/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/accordion", - "version": "4.2.1", + "version": "4.2.2", "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 b4c7958b20c..fdcfd2d133a 100644 --- a/components/actionbar/CHANGELOG.md +++ b/components/actionbar/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#7.2.0 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbar@7.1.1...@spectrum-css/actionbar@7.2.0) + +### ✨ Features + +- **preview:**add figma support to storybook [CSS-284] ([#1680](https://github.com/adobe/spectrum-css/issues/1680))([3c6194e](https://github.com/adobe/spectrum-css/commit/3c6194e)) + ##7.1.1 🗓 diff --git a/components/actionbar/package.json b/components/actionbar/package.json index a2c6204f3a7..299ba1b12ef 100644 --- a/components/actionbar/package.json +++ b/components/actionbar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/actionbar", - "version": "7.1.1", + "version": "7.2.0", "description": "The Spectrum CSS actionbar component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/alertbanner/CHANGELOG.md b/components/alertbanner/CHANGELOG.md index e7e8ee73de1..fbd60936af7 100644 --- a/components/alertbanner/CHANGELOG.md +++ b/components/alertbanner/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##1.1.38 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/alertbanner@1.1.37...@spectrum-css/alertbanner@1.1.38) + +**Note:** Version bump only for package @spectrum-css/alertbanner + ##1.1.37 🗓 diff --git a/components/alertbanner/package.json b/components/alertbanner/package.json index aa37dfe341a..baae2535523 100644 --- a/components/alertbanner/package.json +++ b/components/alertbanner/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/alertbanner", - "version": "1.1.37", + "version": "1.1.38", "description": "The Spectrum CSS alertbanner component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/calendar/CHANGELOG.md b/components/calendar/CHANGELOG.md index 82a25db3b99..83a6157b1c5 100644 --- a/components/calendar/CHANGELOG.md +++ b/components/calendar/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##4.2.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/calendar@4.2.1...@spectrum-css/calendar@4.2.2) + +**Note:** Version bump only for package @spectrum-css/calendar + ##4.2.1 🗓 diff --git a/components/calendar/package.json b/components/calendar/package.json index f7b9faccaec..19fc48081d8 100644 --- a/components/calendar/package.json +++ b/components/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/calendar", - "version": "4.2.1", + "version": "4.2.2", "description": "The Spectrum CSS calendar component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/coachindicator/CHANGELOG.md b/components/coachindicator/CHANGELOG.md index e139148e179..c7f12c374da 100644 --- a/components/coachindicator/CHANGELOG.md +++ b/components/coachindicator/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##1.1.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/coachindicator@1.1.1...@spectrum-css/coachindicator@1.1.2) + +### 🐛 Bug fixes + +- **coachindicator:**address issues with coach indicator rings position ([#2483](https://github.com/adobe/spectrum-css/issues/2483))([9965188](https://github.com/adobe/spectrum-css/commit/9965188)) + ##1.1.1 🗓 diff --git a/components/coachindicator/package.json b/components/coachindicator/package.json index be162671c0c..65c85d1200b 100644 --- a/components/coachindicator/package.json +++ b/components/coachindicator/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/coachindicator", - "version": "1.1.1", + "version": "1.1.2", "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 3e09322ca0e..da0f567feaf 100644 --- a/components/coachmark/CHANGELOG.md +++ b/components/coachmark/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##6.1.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/coachmark@6.1.1...@spectrum-css/coachmark@6.1.2) + +### 🐛 Bug fixes + +- **coachmark:**update font family tokens ([#2478](https://github.com/adobe/spectrum-css/issues/2478))([0a3a946](https://github.com/adobe/spectrum-css/commit/0a3a946)) + ##6.1.1 🗓 diff --git a/components/coachmark/package.json b/components/coachmark/package.json index aa0a66ee007..881eb4ab6ed 100644 --- a/components/coachmark/package.json +++ b/components/coachmark/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/coachmark", - "version": "6.1.1", + "version": "6.1.2", "description": "The Spectrum CSS coachmark component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/combobox/CHANGELOG.md b/components/combobox/CHANGELOG.md index 35734ea8d9d..abcac9ff17b 100644 --- a/components/combobox/CHANGELOG.md +++ b/components/combobox/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##2.1.3 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/combobox@2.1.2...@spectrum-css/combobox@2.1.3) + +**Note:** Version bump only for package @spectrum-css/combobox + ##2.1.2 🗓 diff --git a/components/combobox/package.json b/components/combobox/package.json index 44da0bc7572..016aa33df69 100644 --- a/components/combobox/package.json +++ b/components/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/combobox", - "version": "2.1.2", + "version": "2.1.3", "description": "The Spectrum CSS combobox component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/dropzone/CHANGELOG.md b/components/dropzone/CHANGELOG.md index 6cc2a3fc1a3..d39fc209d63 100644 --- a/components/dropzone/CHANGELOG.md +++ b/components/dropzone/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##5.2.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/dropzone@5.2.1...@spectrum-css/dropzone@5.2.2) + +**Note:** Version bump only for package @spectrum-css/dropzone + ##5.2.1 🗓 diff --git a/components/dropzone/package.json b/components/dropzone/package.json index 3365c058128..48d2cffd85a 100644 --- a/components/dropzone/package.json +++ b/components/dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/dropzone", - "version": "5.2.1", + "version": "5.2.2", "description": "The Spectrum CSS dropzone component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/fieldlabel/CHANGELOG.md b/components/fieldlabel/CHANGELOG.md index 8036e9d2d69..d988d81ef31 100644 --- a/components/fieldlabel/CHANGELOG.md +++ b/components/fieldlabel/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##7.3.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/fieldlabel@7.3.1...@spectrum-css/fieldlabel@7.3.2) + +### 🐛 Bug fixes + +- **picker:**quiet side label picker positioning ([#2465](https://github.com/adobe/spectrum-css/issues/2465))([537f0b8](https://github.com/adobe/spectrum-css/commit/537f0b8)) + ##7.3.1 🗓 diff --git a/components/fieldlabel/package.json b/components/fieldlabel/package.json index bddc08ffddf..09ca04d59af 100644 --- a/components/fieldlabel/package.json +++ b/components/fieldlabel/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/fieldlabel", - "version": "7.3.1", + "version": "7.3.2", "description": "The Spectrum CSS fieldlabel component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/icon/CHANGELOG.md b/components/icon/CHANGELOG.md index 2473a041417..c60ac3b1f79 100644 --- a/components/icon/CHANGELOG.md +++ b/components/icon/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##6.0.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/icon@6.0.1...@spectrum-css/icon@6.0.2) + +**Note:** Version bump only for package @spectrum-css/icon + ##6.0.1 🗓 diff --git a/components/icon/package.json b/components/icon/package.json index 237dc626e4b..ad551b50a48 100644 --- a/components/icon/package.json +++ b/components/icon/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/icon", - "version": "6.0.1", + "version": "6.0.2", "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 93f352de5c7..ade1894ef9c 100644 --- a/components/illustratedmessage/CHANGELOG.md +++ b/components/illustratedmessage/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##6.1.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/illustratedmessage@6.1.1...@spectrum-css/illustratedmessage@6.1.2) + +**Note:** Version bump only for package @spectrum-css/illustratedmessage + ##6.1.1 🗓 diff --git a/components/illustratedmessage/package.json b/components/illustratedmessage/package.json index 71a1696210a..6da27a4e2fb 100644 --- a/components/illustratedmessage/package.json +++ b/components/illustratedmessage/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/illustratedmessage", - "version": "6.1.1", + "version": "6.1.2", "description": "The Spectrum CSS illustratedmessage component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/inlinealert/CHANGELOG.md b/components/inlinealert/CHANGELOG.md index f29d97c21de..f5bc9e79a13 100644 --- a/components/inlinealert/CHANGELOG.md +++ b/components/inlinealert/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##7.1.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/inlinealert@7.1.1...@spectrum-css/inlinealert@7.1.2) + +**Note:** Version bump only for package @spectrum-css/inlinealert + ##7.1.1 🗓 diff --git a/components/inlinealert/package.json b/components/inlinealert/package.json index d4b0ca637c0..3f22c80f9e7 100644 --- a/components/inlinealert/package.json +++ b/components/inlinealert/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/inlinealert", - "version": "7.1.1", + "version": "7.1.2", "description": "The Spectrum CSS in-line alert component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/modal/CHANGELOG.md b/components/modal/CHANGELOG.md index dd37e853079..b41567f8e1d 100644 --- a/components/modal/CHANGELOG.md +++ b/components/modal/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##4.2.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/modal@4.2.1...@spectrum-css/modal@4.2.2) + +**Note:** Version bump only for package @spectrum-css/modal + ##4.2.1 🗓 diff --git a/components/modal/package.json b/components/modal/package.json index 60efd3c1d1b..ea7e209fce5 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/modal", - "version": "4.2.1", + "version": "4.2.2", "description": "The Spectrum CSS modal component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/picker/CHANGELOG.md b/components/picker/CHANGELOG.md index eae3ab78fa8..30968acdd00 100644 --- a/components/picker/CHANGELOG.md +++ b/components/picker/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##7.2.3 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/picker@7.2.2...@spectrum-css/picker@7.2.3) + +### 🐛 Bug fixes + +- **picker:**quiet side label picker positioning ([#2465](https://github.com/adobe/spectrum-css/issues/2465))([537f0b8](https://github.com/adobe/spectrum-css/commit/537f0b8)) + ##7.2.2 🗓 diff --git a/components/picker/package.json b/components/picker/package.json index 721a617b524..370e199c576 100644 --- a/components/picker/package.json +++ b/components/picker/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/picker", - "version": "7.2.2", + "version": "7.2.3", "description": "The Spectrum CSS picker component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/slider/CHANGELOG.md b/components/slider/CHANGELOG.md index c678746d33b..81fa1c64736 100644 --- a/components/slider/CHANGELOG.md +++ b/components/slider/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##4.3.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/slider@4.3.1...@spectrum-css/slider@4.3.2) + +### 🐛 Bug fixes + +- **slider:**high contrast improvements for filled variants ([#2325](https://github.com/adobe/spectrum-css/issues/2325))([b78693c](https://github.com/adobe/spectrum-css/commit/b78693c)) + ##4.3.1 🗓 diff --git a/components/slider/package.json b/components/slider/package.json index e240de7932a..95273fc666e 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/slider", - "version": "4.3.1", + "version": "4.3.2", "description": "The Spectrum CSS slider component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/statuslight/CHANGELOG.md b/components/statuslight/CHANGELOG.md index 3ac08eaab9b..141c0f4b4d8 100644 --- a/components/statuslight/CHANGELOG.md +++ b/components/statuslight/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##6.1.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/statuslight@6.1.1...@spectrum-css/statuslight@6.1.2) + +**Note:** Version bump only for package @spectrum-css/statuslight + ##6.1.1 🗓 diff --git a/components/statuslight/package.json b/components/statuslight/package.json index 14d5f1b0fb5..f8cf432f841 100644 --- a/components/statuslight/package.json +++ b/components/statuslight/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/statuslight", - "version": "6.1.1", + "version": "6.1.2", "description": "The Spectrum CSS statuslight component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/stepper/CHANGELOG.md b/components/stepper/CHANGELOG.md index 6609b828691..326dc21902a 100644 --- a/components/stepper/CHANGELOG.md +++ b/components/stepper/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##5.1.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/stepper@5.1.1...@spectrum-css/stepper@5.1.2) + +**Note:** Version bump only for package @spectrum-css/stepper + ##5.1.1 🗓 diff --git a/components/stepper/package.json b/components/stepper/package.json index 3c0ce71eb17..01cda5a090a 100644 --- a/components/stepper/package.json +++ b/components/stepper/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/stepper", - "version": "5.1.1", + "version": "5.1.2", "description": "The Spectrum CSS stepper component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/textfield/CHANGELOG.md b/components/textfield/CHANGELOG.md index d5a57ef910d..229e3e0c68e 100644 --- a/components/textfield/CHANGELOG.md +++ b/components/textfield/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##6.1.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/textfield@6.1.1...@spectrum-css/textfield@6.1.2) + +**Note:** Version bump only for package @spectrum-css/textfield + ##6.1.1 🗓 diff --git a/components/textfield/package.json b/components/textfield/package.json index 981385b6ff2..2ef7e8eee3f 100644 --- a/components/textfield/package.json +++ b/components/textfield/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/textfield", - "version": "6.1.1", + "version": "6.1.2", "description": "The Spectrum CSS textfield component", "license": "Apache-2.0", "author": "Adobe", diff --git a/components/tray/CHANGELOG.md b/components/tray/CHANGELOG.md index b0420044be2..9d2e48593f7 100644 --- a/components/tray/CHANGELOG.md +++ b/components/tray/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##2.2.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.2.1...@spectrum-css/tray@2.2.2) + +**Note:** Version bump only for package @spectrum-css/tray + ##2.2.1 🗓 diff --git a/components/tray/package.json b/components/tray/package.json index 6bf2035511c..24df1d5751f 100644 --- a/components/tray/package.json +++ b/components/tray/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tray", - "version": "2.2.1", + "version": "2.2.2", "description": "The Spectrum CSS tray component", "license": "Apache-2.0", "author": "Adobe", diff --git a/generator/CHANGELOG.md b/generator/CHANGELOG.md index 6cfb358fc27..cb5851a1ee7 100644 --- a/generator/CHANGELOG.md +++ b/generator/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +#2.1.0 + 🗓 + 2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/generator@2.0.20...@spectrum-css/generator@2.1.0) + +### ✨ Features + +* + **preview:**add figma support to storybook [CSS-284] ([#1680](https://github.com/adobe/spectrum-css/issues/1680))([3c6194e](https://github.com/adobe/spectrum-css/commit/3c6194e)) + + + + ##2.0.20 🗓 diff --git a/generator/package.json b/generator/package.json index bfd1925d54f..c58eb991c40 100644 --- a/generator/package.json +++ b/generator/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/generator", - "version": "2.0.20", + "version": "2.1.0", "description": "A tool to quickly create standardized components", "license": "Apache-2.0", "author": "Adobe", diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 52de36a5a0c..f6217e3e280 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##13.1.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tokens@13.1.1...@spectrum-css/tokens@13.1.2) + +**Note:** Version bump only for package @spectrum-css/tokens + ##13.1.1 🗓 diff --git a/tokens/package.json b/tokens/package.json index 3e57c1e7ce6..f60e44096a2 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/tokens", - "version": "13.1.1", + "version": "13.1.2", "description": "The Spectrum CSS tokens package", "license": "Apache-2.0", "author": "Adobe", diff --git a/tools/bundle-builder/CHANGELOG.md b/tools/bundle-builder/CHANGELOG.md index a65aae748fe..c6453555a72 100644 --- a/tools/bundle-builder/CHANGELOG.md +++ b/tools/bundle-builder/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##6.3.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/bundle-builder@6.3.1...@spectrum-css/bundle-builder@6.3.2) + +**Note:** Version bump only for package @spectrum-css/bundle-builder + ##6.3.1 🗓 diff --git a/tools/bundle-builder/package.json b/tools/bundle-builder/package.json index 42eae3592af..654fa0dccbf 100644 --- a/tools/bundle-builder/package.json +++ b/tools/bundle-builder/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/bundle-builder", - "version": "6.3.1", + "version": "6.3.2", "description": "The Spectrum CSS top-level builder", "license": "Apache-2.0", "author": "Adobe", @@ -15,7 +15,7 @@ "dependencies": { "@adobe/spectrum-css-workflow-icons": "^1.5.4", "@spectrum-css/expressvars": "^3.0.9", - "@spectrum-css/tokens": "^13.1.1", + "@spectrum-css/tokens": "^13.1.2", "@spectrum-css/ui-icons": "^1.1.2", "@spectrum-css/vars": "^9.0.8", "npm-registry-fetch": "^14.0.5" diff --git a/tools/component-builder-simple/CHANGELOG.md b/tools/component-builder-simple/CHANGELOG.md index e903500cdb4..b75ef32f9ea 100644 --- a/tools/component-builder-simple/CHANGELOG.md +++ b/tools/component-builder-simple/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##5.0.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder-simple@5.0.1...@spectrum-css/component-builder-simple@5.0.2) + +**Note:** Version bump only for package @spectrum-css/component-builder-simple + ##5.0.1 🗓 diff --git a/tools/component-builder-simple/package.json b/tools/component-builder-simple/package.json index 78aea263e0b..6b18f9d718b 100644 --- a/tools/component-builder-simple/package.json +++ b/tools/component-builder-simple/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/component-builder-simple", - "version": "5.0.1", + "version": "5.0.2", "description": "The Spectrum CSS simple component builder", "license": "Apache-2.0", "repository": { @@ -12,7 +12,7 @@ "url": "https://github.com/adobe/spectrum-css/issues" }, "dependencies": { - "@spectrum-css/tokens": "^13.1.1", + "@spectrum-css/tokens": "^13.1.2", "at-rule-packer": "^0.4.2", "autoprefixer": "^10.4.17", "colors": "^1.4.0", diff --git a/tools/component-builder/CHANGELOG.md b/tools/component-builder/CHANGELOG.md index ab3b32c5a85..5f7846ca2c0 100644 --- a/tools/component-builder/CHANGELOG.md +++ b/tools/component-builder/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +##6.0.2 +🗓 +2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/component-builder@6.0.1...@spectrum-css/component-builder@6.0.2) + +**Note:** Version bump only for package @spectrum-css/component-builder + ##6.0.1 🗓 diff --git a/tools/component-builder/package.json b/tools/component-builder/package.json index 5a8b423c365..fbff05aba21 100644 --- a/tools/component-builder/package.json +++ b/tools/component-builder/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/component-builder", - "version": "6.0.1", + "version": "6.0.2", "description": "The Spectrum CSS component builder", "license": "Apache-2.0", "repository": { @@ -12,7 +12,7 @@ "url": "https://github.com/adobe/spectrum-css/issues" }, "dependencies": { - "@spectrum-css/tokens": "^13.1.1", + "@spectrum-css/tokens": "^13.1.2", "@spectrum-css/vars": "^9.0.8", "at-rule-packer": "^0.4.2", "autoprefixer": "^10.4.17",