From 92759fece342ce04516bc89b8e7511e30d7709e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Oct 2024 17:24:08 +0000 Subject: [PATCH] chore: release --- .changeset/lucky-schools-pay.md | 5 ----- components/thumbnail/CHANGELOG.md | 6 ++++++ components/thumbnail/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lucky-schools-pay.md diff --git a/.changeset/lucky-schools-pay.md b/.changeset/lucky-schools-pay.md deleted file mode 100644 index e35097944a2..00000000000 --- a/.changeset/lucky-schools-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/thumbnail": patch ---- - -Remove ignored vertical-align declaration and remove unnecessary stylelint ignore comments. diff --git a/components/thumbnail/CHANGELOG.md b/components/thumbnail/CHANGELOG.md index 3168c044a9b..0877c11ceb1 100644 --- a/components/thumbnail/CHANGELOG.md +++ b/components/thumbnail/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.2.1 + +### Patch Changes + +- [#3314](https://github.com/adobe/spectrum-css/pull/3314) [`63f1587`](https://github.com/adobe/spectrum-css/commit/63f15872cb12327a3e9e2b34fb71ea4e7ebe1d83) Thanks [@cdransf](https://github.com/cdransf)! - Remove ignored vertical-align declaration and remove unnecessary stylelint ignore comments. + ## 6.2.0 ### Minor Changes diff --git a/components/thumbnail/package.json b/components/thumbnail/package.json index 6944afe7083..f750bd3bd11 100644 --- a/components/thumbnail/package.json +++ b/components/thumbnail/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/thumbnail", - "version": "6.2.0", + "version": "6.2.1", "description": "The Spectrum CSS thumbnail component", "license": "Apache-2.0", "author": "Adobe",