Skip to content

Commit

Permalink
0.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed May 3, 2021
1 parent 7cbde94 commit 03a1760
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog of `@rescript-react-native/template`

## 0.64.0 - 2021-05-03

Updated for

- rescript 9.0
- @rescript/react 0.10
- react-native 0.64
- rescript-react-native 0.64

## 0.63.0 - 2020-11-18

Updated for
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rescript-react-native/template",
"description": "React Native template for application developed with ReScript.",
"version": "0.63.0",
"version": "0.64.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"scripts": {
"prepare": "cd template && yarn",
"test": "cd template && yarn re:build && yarn test",
"test": "cd template && yarn res:build && yarn test",
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",
"format:re": "find . -name \"*.re\" -or -name \"*.rei\" | grep -v \"node_modules\" | xargs bsrefmt --in-place",
"format": "yarn format:most && yarn format:re",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-(native|universal|navigation)-(.*)|@react-native-community/(.*)|@react-navigation/(.*)|bs-platform|(@[a-zA-Z]+/)?(bs|reason|rescript)-(.*)+)"
"node_modules/(?!(jest-)?react-native|react-(native|universal|navigation)-(.*)|@react-native(-community)?/(.*)|@react-navigation/(.*)|bs-platform|(@[a-zA-Z]+/)?(bs|reason|rescript)-(.*)+)"
]
}
}

0 comments on commit 03a1760

Please sign in to comment.