react-native-windows 0.72.0-preview.9 → 0.72.1

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.
@@ -113,7 +113,7 @@ void LinkingManager::HandleOpenUri(winrt::hstring const &uri) noexcept {
113
113
  if (s_initialUri) {
114
114
  result.Resolve(to_string(s_initialUri.AbsoluteUri()));
115
115
  } else {
116
- result.Resolve(nullptr);
116
+ result.Resolve("");
117
117
  }
118
118
  }
119
119
 
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.72.0-preview.9</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.72.1</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>72</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>1</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>e3c569687bfc41afe75bc3d1e27a6798acf35d2a</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>698f3ba05faa02ae9216edd014cf9b62de532e39</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.72.0-preview.9",
3
+ "version": "0.72.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@react-native-community/cli": "11.3.2",
27
27
  "@react-native-community/cli-platform-android": "11.3.2",
28
28
  "@react-native-community/cli-platform-ios": "11.3.2",
29
- "@react-native-windows/cli": "0.72.0-preview.6",
29
+ "@react-native-windows/cli": "0.72.0",
30
30
  "@react-native/assets": "1.0.0",
31
31
  "@react-native/assets-registry": "^0.72.0",
32
32
  "@react-native/codegen": "^0.72.6",
@@ -63,7 +63,7 @@
63
63
  "yargs": "^17.6.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@react-native-windows/codegen": "0.72.0-preview.2",
66
+ "@react-native-windows/codegen": "0.72.0",
67
67
  "@rnw-scripts/babel-react-native-config": "0.0.0",
68
68
  "@rnw-scripts/eslint-config": "1.1.15",
69
69
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.1",
@@ -90,11 +90,11 @@
90
90
  "react-native": "^0.72.0"
91
91
  },
92
92
  "beachball": {
93
- "defaultNpmTag": "preview",
93
+ "defaultNpmTag": "latest",
94
94
  "disallowedChangeTypes": [
95
95
  "major",
96
96
  "minor",
97
- "patch"
97
+ "prerelease"
98
98
  ],
99
99
  "gitTags": true
100
100
  },