diff --git a/.changeset/ten-olives-call.md b/.changeset/ten-olives-call.md deleted file mode 100644 index 98504cdf62e..00000000000 --- 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 3d57d8de3c2..0278f5a9c96 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 866a1430064..7bc6053fa6c 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",