From d7e7fd453b4c3d4b0aff2cc973fe6e52c66c3942 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 00:00:42 +0000 Subject: [PATCH] chore: release (#3427) Co-authored-by: github-actions[bot] --- .changeset/silent-frogs-care.md | 5 ----- plugins/stylelint-theme-alignment/CHANGELOG.md | 6 ++++++ plugins/stylelint-theme-alignment/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silent-frogs-care.md diff --git a/.changeset/silent-frogs-care.md b/.changeset/silent-frogs-care.md deleted file mode 100644 index fb8ed8fb3c0..00000000000 --- a/.changeset/silent-frogs-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-tools/theme-alignment": minor ---- - -Allow the base filename to be passed into the tool so that the core theme can be updated. Great preparations for S2 roll-out when spectrum-two.css theme files will become our primary source of theme content. diff --git a/plugins/stylelint-theme-alignment/CHANGELOG.md b/plugins/stylelint-theme-alignment/CHANGELOG.md index d369f6a6213..d1aa2e4f92e 100644 --- a/plugins/stylelint-theme-alignment/CHANGELOG.md +++ b/plugins/stylelint-theme-alignment/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.1.0 + +### Minor Changes + +- [#3403](https://github.com/adobe/spectrum-css/pull/3403) [`48626b8`](https://github.com/adobe/spectrum-css/commit/48626b8ca11043d290c0fe987ec501b88bd6e339) Thanks [@castastrophe](https://github.com/castastrophe)! - Allow the base filename to be passed into the tool so that the core theme can be updated. Great preparations for S2 roll-out when spectrum-two.css theme files will become our primary source of theme content. + ## 1.0.0 ### Major Changes diff --git a/plugins/stylelint-theme-alignment/package.json b/plugins/stylelint-theme-alignment/package.json index 3a5bd6734ac..1b285fd12c9 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": "1.1.0", "description": "", "license": "Apache-2.0", "author": "Adobe",