diff --git a/.changeset/green-ravens-return.md b/.changeset/green-ravens-return.md deleted file mode 100644 index 4b4f3a4..0000000 --- a/.changeset/green-ravens-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wethegit/react-modal": minor ---- - -Fix: positiong class names not being passed down if appendToBody is true diff --git a/CHANGELOG.md b/CHANGELOG.md index 3980d8e..a92a89f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @wethegit/react-modal +## 2.2.0 + +### Minor Changes + +- [#14](https://github.com/wethegit/react-modal/pull/14) [`22e9f45`](https://github.com/wethegit/react-modal/commit/22e9f45aa77042fc7acaf006f0d4efbdf99c03c7) Thanks [@andrewrubin](https://github.com/andrewrubin)! - Fix: positiong class names not being passed down if appendToBody is true + ## 2.0.2 ### Patch Changes diff --git a/package.json b/package.json index 9c6b5f9..d54d5a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wethegit/react-modal", - "version": "2.1.0", + "version": "2.2.0", "description": "A customizable, accessible modal window component for React projects.", "files": [ "dist"