From 3268de480a57c910f7364afbeb0bd30306b5a3ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 16:32:21 -0400 Subject: [PATCH] chore: release (s2-foundations) (#3162) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 3 ++- plugins/stylelint-no-missing-var/CHANGELOG.md | 6 ++++++ plugins/stylelint-no-missing-var/package.json | 2 +- plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md | 6 ++++++ plugins/stylelint-no-unknown-custom-properties/package.json | 2 +- plugins/stylelint-no-unused-custom-properties/CHANGELOG.md | 6 ++++++ plugins/stylelint-no-unused-custom-properties/package.json | 2 +- plugins/stylelint-theme-alignment/CHANGELOG.md | 6 ++++++ plugins/stylelint-theme-alignment/package.json | 2 +- 9 files changed, 30 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 85cff334c17..194380363b9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -113,6 +113,7 @@ "fuzzy-brooms-jam", "fuzzy-jokes-begin", "gentle-ties-hang", + "giant-scissors-protect", "gold-countries-fly", "good-dots-thank", "good-parrots-attack", @@ -145,7 +146,6 @@ "sharp-pianos-reply", "sharp-rice-sing", "sharp-vans-flow", - "shiny-balloons-remember", "shiny-peaches-change", "short-carrots-film", "silent-carpets-beam", @@ -162,6 +162,7 @@ "tender-buckets-sneeze", "three-buckets-walk", "tiny-stingrays-kneel", + "twelve-melons-battle", "twenty-jokes-lie", "weak-bags-run", "young-ads-argue", diff --git a/plugins/stylelint-no-missing-var/CHANGELOG.md b/plugins/stylelint-no-missing-var/CHANGELOG.md index 488fd55b0e5..bd31b1d758b 100644 --- a/plugins/stylelint-no-missing-var/CHANGELOG.md +++ b/plugins/stylelint-no-missing-var/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.2-s2-foundations.0 + +### Patch Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`683871c`](https://github.com/adobe/spectrum-css/commit/683871c8cec3de3585c3d29fc63bd8bbf71e245a) Thanks [@pfulton](https://github.com/pfulton)! - Dependency updates to align with versions used in the parent repository. + ## 2.0.1 ### Patch Changes diff --git a/plugins/stylelint-no-missing-var/package.json b/plugins/stylelint-no-missing-var/package.json index 75c34f8359f..fb034990f24 100644 --- a/plugins/stylelint-no-missing-var/package.json +++ b/plugins/stylelint-no-missing-var/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-tools/stylelint-no-missing-var", - "version": "2.0.1", + "version": "2.0.2-s2-foundations.0", "description": "Check for custom properties without a var function around them", "license": "Apache-2.0", "author": "Adobe", diff --git a/plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md b/plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md index 540536682d2..5e1c7cbb3d2 100644 --- a/plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md +++ b/plugins/stylelint-no-unknown-custom-properties/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.2-s2-foundations.0 + +### Patch Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`683871c`](https://github.com/adobe/spectrum-css/commit/683871c8cec3de3585c3d29fc63bd8bbf71e245a) Thanks [@pfulton](https://github.com/pfulton)! - Dependency updates to align with versions used in the parent repository. + ## 2.0.1 ### Patch Changes diff --git a/plugins/stylelint-no-unknown-custom-properties/package.json b/plugins/stylelint-no-unknown-custom-properties/package.json index 80e112b4b03..1c36133c1ed 100644 --- a/plugins/stylelint-no-unknown-custom-properties/package.json +++ b/plugins/stylelint-no-unknown-custom-properties/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@spectrum-tools/stylelint-no-unknown-custom-properties", - "version": "2.0.1", + "version": "2.0.2-s2-foundations.0", "description": "Report on any unknown custom property definitions", "license": "Apache-2.0", "author": "Adobe", diff --git a/plugins/stylelint-no-unused-custom-properties/CHANGELOG.md b/plugins/stylelint-no-unused-custom-properties/CHANGELOG.md index b0869052950..51b3d96c6a2 100644 --- a/plugins/stylelint-no-unused-custom-properties/CHANGELOG.md +++ b/plugins/stylelint-no-unused-custom-properties/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.2-s2-foundations.0 + +### Patch Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`683871c`](https://github.com/adobe/spectrum-css/commit/683871c8cec3de3585c3d29fc63bd8bbf71e245a) Thanks [@pfulton](https://github.com/pfulton)! - Dependency updates to align with versions used in the parent repository. + ## 2.0.1 ### Patch Changes diff --git a/plugins/stylelint-no-unused-custom-properties/package.json b/plugins/stylelint-no-unused-custom-properties/package.json index 188a2913f6e..62bada245df 100644 --- a/plugins/stylelint-no-unused-custom-properties/package.json +++ b/plugins/stylelint-no-unused-custom-properties/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-tools/stylelint-no-unused-custom-properties", - "version": "2.0.1", + "version": "2.0.2-s2-foundations.0", "description": "Report on any unused custom property definitions", "license": "Apache-2.0", "author": "Adobe", diff --git a/plugins/stylelint-theme-alignment/CHANGELOG.md b/plugins/stylelint-theme-alignment/CHANGELOG.md index d369f6a6213..98d56fc3a8e 100644 --- a/plugins/stylelint-theme-alignment/CHANGELOG.md +++ b/plugins/stylelint-theme-alignment/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.0-s2-foundations.0 + +### Major Changes + +- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`683871c`](https://github.com/adobe/spectrum-css/commit/683871c8cec3de3585c3d29fc63bd8bbf71e245a) Thanks [@pfulton](https://github.com/pfulton)! - Initial release of the stylelint theme alignment tool. This package uses the base file (themes/spectrum.css) for a Spectrum CSS component as a "source of truth" and validates the sub-themes (i.e., themes/express.css) use only selectors and custom properties defined in the base file. + ## 1.0.0 ### Major Changes diff --git a/plugins/stylelint-theme-alignment/package.json b/plugins/stylelint-theme-alignment/package.json index 1225344778a..82a6e53770b 100644 --- a/plugins/stylelint-theme-alignment/package.json +++ b/plugins/stylelint-theme-alignment/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-tools/theme-alignment", - "version": "1.0.0", + "version": "2.0.0-s2-foundations.0", "description": "", "license": "Apache-2.0", "author": "Adobe",