Skip to content

Commit caed8c9

Browse files
authored
Version 0.14.0-rc.1, update README (#139)
* Version 0.14.0-rc.1 * Update README * Bump react dev/peer dependencies to 19
1 parent 78c2fcb commit caed8c9

File tree

3 files changed

+40
-81
lines changed

3 files changed

+40
-81
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
| @rescript/react | ReScript | ReactJS | Documentation |
1111
| --------------- | ---------------------------------- | ------- | ----------------------------------------------------------------- |
12-
| next (master) | 11.0+ (JSX4 + uncurried mode only) | 18.0.0+ | |
13-
| 0.12.x, 0.13.x | 11.0+ | 18.0.0+ | [Link](https://rescript-lang.org/docs/react/latest/introduction) |
14-
| 0.11.0 | 10.1 | 18.0.0+ | [Link](https://rescript-lang.org/docs/react/v0.11.0/introduction) |
12+
| 0.14.x | 11.0+ (JSX4 + uncurried mode only) | 19 | |
13+
| 0.12.x, 0.13.x | 11.0+ | 18 | [Link](https://rescript-lang.org/docs/react/latest/introduction) |
14+
| 0.11.0 | 10.1 | 18 | [Link](https://rescript-lang.org/docs/react/v0.11.0/introduction) |
1515
| 0.10.3 | 8.3 | 16.8.1+ | [Link](https://rescript-lang.org/docs/react/v0.10.0/introduction) |
1616

1717
### Development

package-lock.json

+32-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/react",
3-
"version": "0.13.1",
3+
"version": "0.14.0-rc.1",
44
"description": "React bindings for ReScript",
55
"files": [
66
"README.md",
@@ -28,12 +28,12 @@
2828
},
2929
"homepage": "https://rescript-lang.org/docs/react/latest/introduction",
3030
"devDependencies": {
31-
"react": "^18.2.0",
32-
"react-dom": "^18.2.0",
31+
"react": "^19.1.0",
32+
"react-dom": "^19.1.0",
3333
"rescript": "^11.0.0"
3434
},
3535
"peerDependencies": {
36-
"react": ">=18.0.0",
37-
"react-dom": ">=18.0.0"
36+
"react": ">=19.0.0",
37+
"react-dom": ">=19.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)