Skip to content

Commit 501d369

Browse files
authored
Version 0.13.1 (#128)
1 parent e2e82e7 commit 501d369

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

Diff for: CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
## 0.13.1 (Unreleased)
13+
## 0.13.1
1414

15-
- Deprecate JSX 3 https://github.com/rescript-lang/rescript-react/pull/120
15+
#### :boom: Breaking Change
16+
17+
- Deprecate JSX 3. https://github.com/rescript-lang/rescript-react/pull/120
18+
- Deprecate ReactDOMStyle.make. https://github.com/rescript-lang/rescript-react/pull/127
19+
20+
#### :nail_care: Polish
21+
22+
- ReScriptReactRouter: get rid of pipe last. https://github.com/rescript-lang/rescript-react/pull/126
1623

1724
## 0.13.0
1825

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/react",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "React bindings for ReScript",
55
"files": [
66
"README.md",

0 commit comments

Comments
 (0)