Skip to content

Commit

Permalink
Merge pull request #316 from acelaya/feature/react-19
Browse files Browse the repository at this point in the history
Add support for react 19
  • Loading branch information
acelaya authored Dec 6, 2024
2 parents 69da8d7 + 3b01a4a commit 7a62542
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7a62542

Please sign in to comment.