diff --git a/.changeset/cuddly-baboons-nail.md b/.changeset/cuddly-baboons-nail.md deleted file mode 100644 index 6b7dc42..0000000 --- a/.changeset/cuddly-baboons-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/react-modal-manager": patch ---- - -Update `peerDependencies` for `react` and `react-dom` to allow versions `>=16` diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cec6c13 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @stainless-code/react-modal-manager + +## 1.0.1 + +### Patch Changes + +- [#1](https://github.com/stainless-code/react-modal-manager/pull/1) [`18b6482`](https://github.com/stainless-code/react-modal-manager/commit/18b6482f55e69bdf20e682aefebc886af209d788) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Update `peerDependencies` for `react` and `react-dom` to allow versions `>=16` diff --git a/package.json b/package.json index 8b806a4..254add1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/react-modal-manager", - "version": "1.0.0", + "version": "1.0.1", "description": "A powerful, type-safe modal management system for React applications", "keywords": [ "react",