Skip to content

Commit da5f7db

Browse files
committed
RNX v0.0.73
1 parent bd0ac5c commit da5f7db

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

change/react-native-xaml-2081187e-e006-4295-a34d-3985fb4ebe93.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Wed, 08 Mar 2023 18:09:16 GMT",
6+
"tag": "react-native-xaml_v0.0.73",
7+
"version": "0.0.73",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "30809111+acoates-ms@users.noreply.github.com",
12+
"package": "react-native-xaml",
13+
"commit": "531347d8d9f7195139135179b5cf21d0c1019a59",
14+
"comment": "Avoid throwing away native module calls."
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 02 Mar 2023 01:29:44 GMT",
621
"tag": "react-native-xaml_v0.0.72",

package/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - react-native-xaml
22

3-
This log was last generated on Thu, 02 Mar 2023 01:29:44 GMT and should not be manually modified.
3+
This log was last generated on Wed, 08 Mar 2023 18:09:16 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.73
8+
9+
Wed, 08 Mar 2023 18:09:16 GMT
10+
11+
### Patches
12+
13+
- Avoid throwing away native module calls. (30809111+acoates-ms@users.noreply.github.com)
14+
715
## 0.0.72
816

917
Thu, 02 Mar 2023 01:29:44 GMT

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-xaml",
33
"title": "React Native Xaml",
4-
"version": "0.0.72",
4+
"version": "0.0.73",
55
"description": "Allows using XAML directly, inside of a React Native Windows app",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",

package/windows/ReactNativeXaml/Codegen/Version.g.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT MODIFY MANUALLY
77
#define VERSION_MAJOR 0
88
#define VERSION_MINOR 0
99
#define VERSION_REVISION 0
10-
#define VERSION_BUILD 72
10+
#define VERSION_BUILD 73

0 commit comments

Comments
 (0)