react-native-windows 0.68.11 → 0.68.12

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.
@@ -10,10 +10,10 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.68.11</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.68.12</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>68</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>11</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>12</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
18
  </PropertyGroup>
19
19
  </Project>
@@ -54,6 +54,13 @@ Get-ChildItem -Path $FollyRoot -Name -Recurse -Include $patterns | ForEach-Objec
54
54
  -Force
55
55
  }
56
56
 
57
+ # Folly overrides
58
+ Get-ChildItem -Path $ReactWindowsRoot\Folly\TEMP_UntilFollyUpdate -Name -Recurse -Include $patterns | ForEach-Object { Copy-Item `
59
+ -Path $ReactWindowsRoot\Folly\TEMP_UntilFollyUpdate\$_ `
60
+ -Destination (New-Item -ItemType Directory $TargetRoot\inc\folly\$(Split-Path $_) -Force) `
61
+ -Force
62
+ }
63
+
57
64
  # stubs headers
58
65
  Get-ChildItem -Path $ReactWindowsRoot\stubs -Name -Recurse -Include $patterns | ForEach-Object { Copy-Item `
59
66
  -Path $ReactWindowsRoot\stubs\$_ `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.68.11",
3
+ "version": "0.68.12",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",