Skip to content

Commit 9d7e9f5

Browse files
committed
applying package updates ***NO_CI***
1 parent 65bfadb commit 9d7e9f5

File tree

5 files changed

+36
-11
lines changed

5 files changed

+36
-11
lines changed

change/react-native-macos-init-2020-04-03-21-43-14-tomun-publish-react-native-init.json

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "react-native-macos-init",
3+
"entries": [
4+
{
5+
"date": "Sun, 05 Apr 2020 00:06:57 GMT",
6+
"tag": "react-native-macos-init_v2.0.0",
7+
"version": "2.0.0",
8+
"comments": {
9+
"major": [
10+
{
11+
"comment": "Update scripts to publish react-native-macos-init",
12+
"author": "[email protected]",
13+
"commit": "e9f6c209bc1ad6772a38c0ea9aca9842f058b187",
14+
"package": "react-native-macos-init"
15+
}
16+
]
17+
}
18+
}
19+
]
20+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log - react-native-macos-init
2+
3+
This log was last generated on Sun, 05 Apr 2020 00:06:57 GMT and should not be manually modified.
4+
5+
<!-- Start content -->
6+
7+
## 2.0.0
8+
9+
Sun, 05 Apr 2020 00:06:57 GMT
10+
11+
### Major changes
12+
13+
- Update scripts to publish react-native-macos-init ([email protected])

packages/react-native-macos-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-macos-init",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "CLI to add react-native-macos to an existing react-native project",
55
"main": "index.js",
66
"repository": "https://github.com/microsoft/react-native-macos",

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"dependencies": {
1010
"react": "16.8.6",
11-
"react-native": "0.60.0"
11+
"react-native": "0.60.0-microsoft.67"
1212
},
1313
"devDependencies": {
1414
"@babel/core": "^7.3.3",
1515
"@babel/runtime": "^7.3.1",
16-
"@react-native-community/eslint-config": "^0.0.3",
16+
"@react-native-community/eslint-config": "^0.0.6",
1717
"babel-jest": "^24.1.0",
1818
"jest": "^24.1.0",
1919
"metro-react-native-babel-preset": "^0.54.1",

0 commit comments

Comments
 (0)