react-native-windows-init 1.1.66 → 1.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "react-native-windows-init",
3
3
  "entries": [
4
+ {
5
+ "date": "Mon, 01 Nov 2021 18:33:06 GMT",
6
+ "tag": "react-native-windows-init_v1.1.67",
7
+ "version": "1.1.67",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "react-native-windows-init",
13
+ "comment": "Bump @react-native-windows/cli to v0.0.0-canary.98",
14
+ "commit": "f13fdaeb59a97cae16c36dfb6269dbd53a60c26c"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 27 Oct 2021 05:07:23 GMT",
21
+ "tag": "react-native-windows-init_v1.1.66",
22
+ "version": "1.1.66",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "react-native-windows-init",
28
+ "comment": "Bump @react-native-windows/cli to v0.0.0-canary.96",
29
+ "commit": "598401a0f83875669a1a20e62eaf5bbf8a69e5db"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "date": "Wed, 27 Oct 2021 05:07:00 GMT",
6
36
  "tag": "react-native-windows-init_v1.1.66",
package/CHANGELOG.md CHANGED
@@ -1,17 +1,33 @@
1
1
  # Change Log - react-native-windows-init
2
2
 
3
- This log was last generated on Wed, 27 Oct 2021 05:07:00 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 01 Nov 2021 18:33:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 1.1.66
7
+ ## 1.1.67
8
8
 
9
- Wed, 27 Oct 2021 05:07:00 GMT
9
+ Mon, 01 Nov 2021 18:33:06 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Bump @react-native-windows/cli to v0.0.0-canary.96
13
+ - Bump @react-native-windows/cli to v0.0.0-canary.98
14
14
 
15
+ ## 1.1.66
16
+
17
+ Wed, 27 Oct 2021 05:07:23 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @react-native-windows/cli to v0.0.0-canary.96
22
+
23
+ ## 1.1.66
24
+
25
+ Wed, 27 Oct 2021 05:07:00 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @react-native-windows/cli to v0.0.0-canary.96
30
+
15
31
  ## 1.1.65
16
32
 
17
33
  Thu, 21 Oct 2021 05:08:01 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows-init",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "description": "CLI to add react-native-windows to an existing react-native project",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/microsoft/react-native-windows",
@@ -30,7 +30,7 @@
30
30
  "yargs": "^16.2.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@react-native-windows/cli": "0.0.0-canary.96",
33
+ "@react-native-windows/cli": "0.0.0-canary.98",
34
34
  "@rnw-scripts/eslint-config": "1.1.8",
35
35
  "@rnw-scripts/jest-unittest-config": "1.2.4",
36
36
  "@rnw-scripts/just-task": "2.2.1",