Skip to content

Commit 8f3b391

Browse files
authored
Version 0.15.0 (#155)
* Version 0.15.0 * update readme
1 parent 3c566a4 commit 8f3b391

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13+
## 0.15.0
14+
15+
#### :boom: Breaking Change
16+
17+
- Requires ReScript 12.0.0 or newer https://github.com/rescript-lang/rescript-react/pull/154
18+
1319
## 0.14.2
1420

1521
#### :rocket: New Feature

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
| @rescript/react | ReScript | ReactJS | Documentation |
1111
| --------------- | ---------------------------------- | ------- | ----------------------------------------------------------------- |
12+
| 0.15.x | 12.0+ | 19 | |
1213
| 0.14.x | 11.0+ (JSX4 + uncurried mode only) | 19 | |
1314
| 0.12.x, 0.13.x | 11.0+ | 18 | [Link](https://rescript-lang.org/docs/react/latest/introduction) |
1415
| 0.11.0 | 10.1 | 18 | [Link](https://rescript-lang.org/docs/react/v0.11.0/introduction) |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/react",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"description": "React bindings for ReScript",
55
"files": [
66
"README.md",

0 commit comments

Comments
 (0)