diff --git a/CHANGELOG.md b/CHANGELOG.md index 516de00..17506a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## [2.4.0] - 2024-12-06 ### Added -* *Nothing* +* Add support for React 19 ### Changed * Update to `@shlinkio/eslint-config-js-coding-standard` 3.0, and migrate to ESLint flat config. @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * *Nothing* ### Removed -* *Nothing* +* Drop support for React 17 ### Fixed * *Nothing* diff --git a/package-lock.json b/package-lock.json index d4f1bba..d6eac22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,8 +29,8 @@ "vitest": "^2.0.2" }, "peerDependencies": { - "react": "^17.0 || ^18.0", - "react-dom": "^17.0 || ^18.0" + "react": "^19.0 || ^18.0", + "react-dom": "^19.0 || ^18.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index b1316ef..2f377c4 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "vitest": "^2.0.2" }, "peerDependencies": { - "react": "^17.0 || ^18.0", - "react-dom": "^17.0 || ^18.0" + "react": "^19.0 || ^18.0", + "react-dom": "^19.0 || ^18.0" }, "files": [ "dist"