diff --git a/CHANGELOG.md b/CHANGELOG.md index 527113613..50f39671a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.20.1](https://github.com/Headstorm/foundry-ui/compare/v1.20.0...v1.20.1) (2022-06-30) + + +### Bug Fixes + +* **modal underlay:** set the default background color to a translucent black instead of opaque black ([8f625b5](https://github.com/Headstorm/foundry-ui/commit/8f625b5da7bf89f32c44a3a87a91fea23682384b)) +* **modal underlay:** use theme hook in subcomponent so the subcomponent is portable outside of Modal ([b50d70c](https://github.com/Headstorm/foundry-ui/commit/b50d70c533119695f0bf08bf32cbb28d084bbd2a)) + # [1.20.0](https://github.com/Headstorm/foundry-ui/compare/v1.19.2...v1.20.0) (2022-06-24) diff --git a/coverage/badge-functions.svg b/coverage/badge-functions.svg index 0ba745c3a..1a6deb6dc 100644 --- a/coverage/badge-functions.svg +++ b/coverage/badge-functions.svg @@ -1 +1 @@ -Coverage:functions: 66.3%Coverage:functions66.3% \ No newline at end of file +Coverage:functions: 66.17%Coverage:functions66.17% \ No newline at end of file diff --git a/coverage/badge-lines.svg b/coverage/badge-lines.svg index 157a2cd54..7a9603239 100644 --- a/coverage/badge-lines.svg +++ b/coverage/badge-lines.svg @@ -1 +1 @@ -Coverage:lines: 72.75%Coverage:lines72.75% \ No newline at end of file +Coverage:lines: 72.73%Coverage:lines72.73% \ No newline at end of file diff --git a/coverage/badge-statements.svg b/coverage/badge-statements.svg index 45f65b115..4b2f7f86f 100644 --- a/coverage/badge-statements.svg +++ b/coverage/badge-statements.svg @@ -1 +1 @@ -Coverage:statements: 72.25%Coverage:statements72.25% \ No newline at end of file +Coverage:statements: 72.23%Coverage:statements72.23% \ No newline at end of file diff --git a/coverage/components/Button/Button.tsx.html b/coverage/components/Button/Button.tsx.html index 7380961b2..c83d4b424 100644 --- a/coverage/components/Button/Button.tsx.html +++ b/coverage/components/Button/Button.tsx.html @@ -919,7 +919,7 @@

All files / components/B