Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Version 0.12.2
  • Loading branch information
cknitt committed May 26, 2024
commit 5642712c9eef75606b80f8dc7b4ff9440d25de50
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
> - :house: [Internal]
> - :nail_care: [Polish]

## 0.12.2

- Fix incorrect usage of `@uncurry`.
- bsconfig.json -> rescript.json.

## 0.12.1

- Undeprecate numbered hooks for a smoother upgrading experience.
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.12.1",
"version": "0.12.2",
"description": "React bindings for ReScript",
"files": [
"README.md",
Expand Down