Skip to content

Commit 9231f28

Browse files
committed
RNX v0.0.74
1 parent 006afaf commit 9231f28

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

change/react-native-xaml-6a4ff73d-3375-4842-aded-97da28555622.json

-7
This file was deleted.

package/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Tue, 14 Mar 2023 21:30:43 GMT",
6+
"tag": "react-native-xaml_v0.0.74",
7+
"version": "0.0.74",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"commit": "006afafc0a2bd9319c194438bf2b9756431b8409",
14+
"comment": "simplify overload resolution for SetPropValue"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 08 Mar 2023 18:09:16 GMT",
621
"tag": "react-native-xaml_v0.0.73",

package/CHANGELOG.md

+9-1
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 Wed, 08 Mar 2023 18:09:16 GMT and should not be manually modified.
3+
This log was last generated on Tue, 14 Mar 2023 21:30:43 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.74
8+
9+
Tue, 14 Mar 2023 21:30:43 GMT
10+
11+
### Patches
12+
13+
- simplify overload resolution for SetPropValue ([email protected])
14+
715
## 0.0.73
816

917
Wed, 08 Mar 2023 18:09:16 GMT

package/package.json

+1-1
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.73",
4+
"version": "0.0.74",
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

+1-1
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 73
10+
#define VERSION_BUILD 74

0 commit comments

Comments
 (0)