react-native-windows 0.63.39 → 0.63.40

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,28 @@
2
2
  "name": "react-native-windows",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 27 Sep 2021 15:04:27 GMT",
5
+ "date": "Thu, 30 Sep 2021 23:54:02 GMT",
6
+ "tag": "react-native-windows_v0.63.40",
7
+ "version": "0.63.40",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Upgrade ReactNative.V8Jsi.Windows to 0.63.15",
12
+ "author": "julio.rocha@microsoft.com",
13
+ "commit": "9b2a25cc8da398280d4aa46d0b4b1538aa2ff6ce",
14
+ "package": "react-native-windows"
15
+ },
16
+ {
17
+ "comment": "Upgrade to V8-JSI 0.63.16",
18
+ "author": "julio.rocha@microsoft.com",
19
+ "commit": "186f16f592b357a37aefe22a400c449becec0ace",
20
+ "package": "react-native-windows"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 27 Sep 2021 15:04:40 GMT",
6
27
  "tag": "react-native-windows_v0.63.39",
7
28
  "version": "0.63.39",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - react-native-windows
2
2
 
3
- This log was last generated on Mon, 27 Sep 2021 15:04:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Sep 2021 23:54:02 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.63.39
7
+ ## 0.63.40
8
8
 
9
- Mon, 27 Sep 2021 15:04:27 GMT
9
+ Thu, 30 Sep 2021 23:54:02 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Migrate NapiJsiRuntime from V8-JSI (#8617) (julio.rocha@microsoft.com)
13
+ - Upgrade ReactNative.V8Jsi.Windows to 0.63.15 (julio.rocha@microsoft.com)
14
+ - Upgrade to V8-JSI 0.63.16 (julio.rocha@microsoft.com)
14
15
 
16
+ ## 0.63.39
17
+
18
+ Mon, 27 Sep 2021 15:04:40 GMT
19
+
20
+ ### Patches
21
+
22
+ - Migrate NapiJsiRuntime from V8-JSI (#8617) (julio.rocha@microsoft.com)
23
+
15
24
  ## 0.63.38
16
25
 
17
26
  Wed, 22 Sep 2021 21:25:30 GMT
@@ -8,5 +8,5 @@
8
8
  <package id="Microsoft.Windows.CppWinRT" version="2.0.200615.7" targetFramework="native" />
9
9
  <package id="Microsoft.WinUI" version="3.0.0-preview2.200713.0" targetFramework="native"/>
10
10
  <!-- package id="ReactNative.Hermes.Windows" version="0.5.0-f56606a8" targetFramework="native" / -->
11
- <!-- package id="ReactNative.V8Jsi.Windows.UWP" version="0.63.10" targetFramework="native" / -->
11
+ <!-- package id="ReactNative.V8Jsi.Windows.UWP" version="0.63.17" targetFramework="native" / -->
12
12
  </packages>
@@ -33,7 +33,7 @@
33
33
  <HERMES_ARCH Condition="'$(HERMES_ARCH)' == ''">uwp</HERMES_ARCH>
34
34
 
35
35
  <USE_V8 Condition="('$(USE_V8)' == '') OR ('$(Platform)' == 'ARM')">false</USE_V8>
36
- <V8_Version Condition="'$(V8_Version)' == ''">0.63.14</V8_Version>
36
+ <V8_Version Condition="'$(V8_Version)' == ''">0.63.17</V8_Version>
37
37
  <V8_Package Condition="'$(V8_Package)' == '' AND '$(V8AppPlatform)' == 'win32'">$(SolutionDir)packages\ReactNative.V8Jsi.Windows.$(V8_Version)</V8_Package>
38
38
  <V8_Package Condition="'$(V8_Package)' == '' AND '$(V8AppPlatform)' != 'win32'">$(SolutionDir)packages\ReactNative.V8Jsi.Windows.UWP.$(V8_Version)</V8_Package>
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.63.39",
3
+ "version": "0.63.40",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@babel/runtime": "^7.8.4",
25
- "@react-native-windows/cli": "0.63.13",
25
+ "@react-native-windows/cli": "0.63.14",
26
26
  "abort-controller": "^3.0.0",
27
27
  "anser": "^1.4.9",
28
28
  "base64-js": "^1.1.2",