From cd7b936cd19410076a82dec77e7745012371fab4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 14:09:42 +0000 Subject: [PATCH] chore(master): release 7.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f18a1df --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [7.0.0](https://github.com/pradel/react-responsive-modal/compare/v6.4.2...v7.0.0) (2025-07-13) + + +### ⚠ BREAKING CHANGES + +* add react 19 support ([#526](https://github.com/pradel/react-responsive-modal/issues/526)) +* modernise package with rolldown ([#527](https://github.com/pradel/react-responsive-modal/issues/527)) + +### Features + +* add react 19 support ([#526](https://github.com/pradel/react-responsive-modal/issues/526)) ([d379354](https://github.com/pradel/react-responsive-modal/commit/d379354111e35659dc398e30f69fac65f1766a35)) +* modernise package with rolldown ([#527](https://github.com/pradel/react-responsive-modal/issues/527)) ([dc124f3](https://github.com/pradel/react-responsive-modal/commit/dc124f35d18991c39edafed260d1f52cfe1d391f)) diff --git a/package.json b/package.json index 7aa02da..943122d 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "lint-staged": "10.5.4", "prettier": "3.6.2" }, - "version": "6.4.2", + "version": "7.0.0", "packageManager": "yarn@4.9.2" }