react-native-windows-init 1.1.65 → 1.1.66

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
@@ -2,7 +2,22 @@
2
2
  "name": "react-native-windows-init",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 21 Oct 2021 05:07:06 GMT",
5
+ "date": "Wed, 27 Oct 2021 05:07:00 GMT",
6
+ "tag": "react-native-windows-init_v1.1.66",
7
+ "version": "1.1.66",
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.96",
14
+ "commit": "4222621144c39c365ffffc4775f438cfdb957343"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 21 Oct 2021 05:08:01 GMT",
6
21
  "tag": "react-native-windows-init_v1.1.65",
7
22
  "version": "1.1.65",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,19 +1,27 @@
1
1
  # Change Log - react-native-windows-init
2
2
 
3
- This log was last generated on Thu, 21 Oct 2021 05:07:06 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 27 Oct 2021 05:07:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 1.1.65
7
+ ## 1.1.66
8
8
 
9
- Thu, 21 Oct 2021 05:07:06 GMT
9
+ Wed, 27 Oct 2021 05:07:00 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Update to typescript 4 (30809111+acoates-ms@users.noreply.github.com)
14
- - Bump @react-native-windows/telemetry to v0.0.0-canary.24
15
- - Bump @react-native-windows/cli to v0.0.0-canary.95
13
+ - Bump @react-native-windows/cli to v0.0.0-canary.96
16
14
 
15
+ ## 1.1.65
16
+
17
+ Thu, 21 Oct 2021 05:08:01 GMT
18
+
19
+ ### Patches
20
+
21
+ - Update to typescript 4 (30809111+acoates-ms@users.noreply.github.com)
22
+ - Bump @react-native-windows/telemetry to v0.0.0-canary.24
23
+ - Bump @react-native-windows/cli to v0.0.0-canary.95
24
+
17
25
  ## 1.1.64
18
26
 
19
27
  Sat, 09 Oct 2021 05:06:48 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows-init",
3
- "version": "1.1.65",
3
+ "version": "1.1.66",
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.95",
33
+ "@react-native-windows/cli": "0.0.0-canary.96",
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",