Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"react-responsive-modal": "6.4.2"
"react-responsive-modal": "7.0.0"
}
13 changes: 13 additions & 0 deletions react-responsive-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [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)


### ⚠ 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))

## [6.3.2](https://github.com/pradel/react-responsive-modal/compare/v6.3.1...v6.3.2) (2022-07-21)


Expand Down
2 changes: 1 addition & 1 deletion react-responsive-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-responsive-modal",
"version": "6.4.1",
"version": "7.0.0",
"description": "A simple responsive and accessible react modal",
"license": "MIT",
"type": "module",
Expand Down