Skip to content

Commit 03a1760

Browse files
committed
0.64.0
1 parent 7cbde94 commit 03a1760

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog of `@rescript-react-native/template`
22

3+
## 0.64.0 - 2021-05-03
4+
5+
Updated for
6+
7+
- rescript 9.0
8+
- @rescript/react 0.10
9+
- react-native 0.64
10+
- rescript-react-native 0.64
11+
312
## 0.63.0 - 2020-11-18
413

514
Updated for

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rescript-react-native/template",
33
"description": "React Native template for application developed with ReScript.",
4-
"version": "0.63.0",
4+
"version": "0.64.0",
55
"publishConfig": {
66
"access": "public"
77
},
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"prepare": "cd template && yarn",
32-
"test": "cd template && yarn re:build && yarn test",
32+
"test": "cd template && yarn res:build && yarn test",
3333
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",
3434
"format:re": "find . -name \"*.re\" -or -name \"*.rei\" | grep -v \"node_modules\" | xargs bsrefmt --in-place",
3535
"format": "yarn format:most && yarn format:re",

template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jest": {
3333
"preset": "react-native",
3434
"transformIgnorePatterns": [
35-
"node_modules/(?!(jest-)?react-native|react-(native|universal|navigation)-(.*)|@react-native-community/(.*)|@react-navigation/(.*)|bs-platform|(@[a-zA-Z]+/)?(bs|reason|rescript)-(.*)+)"
35+
"node_modules/(?!(jest-)?react-native|react-(native|universal|navigation)-(.*)|@react-native(-community)?/(.*)|@react-navigation/(.*)|bs-platform|(@[a-zA-Z]+/)?(bs|reason|rescript)-(.*)+)"
3636
]
3737
}
3838
}

0 commit comments

Comments
 (0)