Skip to content

Commit

Permalink
Version 0.13.1 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Feb 23, 2025
1 parent e2e82e7 commit 501d369
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@
> - :house: [Internal]
> - :nail_care: [Polish]
## 0.13.1 (Unreleased)
## 0.13.1

- Deprecate JSX 3 https://github.com/rescript-lang/rescript-react/pull/120
#### :boom: Breaking Change

- Deprecate JSX 3. https://github.com/rescript-lang/rescript-react/pull/120
- Deprecate ReactDOMStyle.make. https://github.com/rescript-lang/rescript-react/pull/127

#### :nail_care: Polish

- ReScriptReactRouter: get rid of pipe last. https://github.com/rescript-lang/rescript-react/pull/126

## 0.13.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/react",
"version": "0.13.0",
"version": "0.13.1",
"description": "React bindings for ReScript",
"files": [
"README.md",
Expand Down

0 comments on commit 501d369

Please sign in to comment.