From 8192326f33ebd8ceae13e4aeba04cc18729dff42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:09:25 +0000 Subject: [PATCH] chore: release (#3168) Co-authored-by: github-actions[bot] --- .changeset/ten-olives-call.md | 5 ----- components/modal/CHANGELOG.md | 6 ++++++ components/modal/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/ten-olives-call.md diff --git a/.changeset/ten-olives-call.md b/.changeset/ten-olives-call.md deleted file mode 100644 index 98504cdf62..0000000000 --- a/.changeset/ten-olives-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@spectrum-css/modal": patch ---- - -The `-moz-available` prefix as an alias for the block-size: stretch property is not behaving as intended. This removes that prefix and forces FF to fallback to the 100vh property which is aligning as intended. diff --git a/components/modal/CHANGELOG.md b/components/modal/CHANGELOG.md index 3d57d8de3c..0278f5a9c9 100644 --- a/components/modal/CHANGELOG.md +++ b/components/modal/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.4 + +### Patch Changes + +- [#3131](https://github.com/adobe/spectrum-css/pull/3131) [`719775e`](https://github.com/adobe/spectrum-css/commit/719775e4cdc9556558ab6deef3002d8ea7e2cd6d) Thanks [@castastrophe](https://github.com/castastrophe)! - The `-moz-available` prefix as an alias for the block-size: stretch property is not behaving as intended. This removes that prefix and forces FF to fallback to the 100vh property which is aligning as intended. + ## 5.1.3 ### Patch Changes diff --git a/components/modal/package.json b/components/modal/package.json index 866a143006..7bc6053fa6 100644 --- a/components/modal/package.json +++ b/components/modal/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/modal", - "version": "5.1.3", + "version": "5.1.4", "description": "The Spectrum CSS modal component", "license": "Apache-2.0", "author": "Adobe",