Skip to content

Commit 17fbe6a

Browse files
committed
chore: added support for react 19
1 parent 3b63622 commit 17fbe6a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the react-smart-conditional package will be documented in this file.
44

5+
## [1.0.4] - 2025-03-05
6+
7+
### Added
8+
9+
- Added support for React 19.
10+
511
## [1.0.3] - 2025-03-05
612

713
### Fixed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-smart-conditional",
33
"description": "Manage conditional rendering in react js and it's frameworks like a pro",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"source": "src/index.ts",
66
"main": "dist/index.js",
77
"module": "dist/index.module.js",
@@ -76,7 +76,7 @@
7676
"typescript-eslint": "^8.4.0"
7777
},
7878
"peerDependencies": {
79-
"react": "^17.0.0 || ^18.0.0"
79+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
8080
},
8181
"size-limit": [
8282
{

0 commit comments

Comments
 (0)