Skip to content

Commit 86b7f85

Browse files
committed
Version 0.11.0
1 parent 2c5dea3 commit 86b7f85

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
No changes compared to rc.3.
6+
37
## 0.11.0-rc.3
48

59
- Changed `React.jsxKeyed(s)`, `ReactDOM.jsxKeyed(s)` having key as optional argument.

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/react",
3-
"version": "0.11.0-rc.3",
3+
"version": "0.11.0",
44
"description": "React bindings for ReScript",
55
"files": [
66
"README.md",
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
33-
"rescript": "^10.1.0-rc.3"
33+
"rescript": "^10.1.0"
3434
},
3535
"peerDependencies": {
3636
"react": ">=18.0.0",

0 commit comments

Comments
 (0)