Skip to content

Commit 7006025

Browse files
chore(master): release react-responsive-modal 7.0.0 (#521)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 58447b5 commit 7006025

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"react-responsive-modal": "6.4.2"
2+
"react-responsive-modal": "7.0.0"
33
}

react-responsive-modal/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/pradel/react-responsive-modal/compare/react-responsive-modal-v6.4.2...react-responsive-modal-v7.0.0) (2025-07-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add react 19 support ([#526](https://github.com/pradel/react-responsive-modal/issues/526))
9+
* modernise package with rolldown ([#527](https://github.com/pradel/react-responsive-modal/issues/527))
10+
11+
### Features
12+
13+
* add react 19 support ([#526](https://github.com/pradel/react-responsive-modal/issues/526)) ([d379354](https://github.com/pradel/react-responsive-modal/commit/d379354111e35659dc398e30f69fac65f1766a35))
14+
* modernise package with rolldown ([#527](https://github.com/pradel/react-responsive-modal/issues/527)) ([dc124f3](https://github.com/pradel/react-responsive-modal/commit/dc124f35d18991c39edafed260d1f52cfe1d391f))
15+
316
## [6.3.2](https://github.com/pradel/react-responsive-modal/compare/v6.3.1...v6.3.2) (2022-07-21)
417

518

react-responsive-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-responsive-modal",
3-
"version": "6.4.1",
3+
"version": "7.0.0",
44
"description": "A simple responsive and accessible react modal",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)