Skip to content

Commit a3534f9

Browse files
committed
RNX Version 0.0.71
1 parent 2bde6df commit a3534f9

File tree

6 files changed

+33
-17
lines changed

6 files changed

+33
-17
lines changed

change/react-native-xaml-8fc0e6e6-482a-4c20-85c0-d1e46247b16b.json

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

change/react-native-xaml-a8381afc-a56c-4494-957c-ee7962956d9a.json

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

package/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Mon, 07 Nov 2022 22:45:17 GMT",
6+
"tag": "react-native-xaml_v0.0.71",
7+
"version": "0.0.71",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "jthysell@microsoft.com",
12+
"package": "react-native-xaml",
13+
"comment": "Add target to optionally run CodeGen before ReactNativeXaml build",
14+
"commit": "2bde6df163950dd8c764b1216b7d2d7cad83fe23"
15+
},
16+
{
17+
"author": "jthysell@microsoft.com",
18+
"package": "react-native-xaml",
19+
"comment": "Enable PackageReference support if available",
20+
"commit": "2bde6df163950dd8c764b1216b7d2d7cad83fe23"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Sun, 25 Sep 2022 05:36:46 GMT",
627
"tag": "react-native-xaml_v0.0.70",

package/CHANGELOG.md

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

3-
This log was last generated on Sun, 25 Sep 2022 05:36:46 GMT and should not be manually modified.
3+
This log was last generated on Mon, 07 Nov 2022 22:45:17 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.71
8+
9+
Mon, 07 Nov 2022 22:45:17 GMT
10+
11+
### Patches
12+
13+
- Add target to optionally run CodeGen before ReactNativeXaml build (jthysell@microsoft.com)
14+
- Enable PackageReference support if available (jthysell@microsoft.com)
15+
716
## 0.0.70
817

918
Sun, 25 Sep 2022 05:36:46 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.70",
4+
"version": "0.0.71",
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 70
10+
#define VERSION_BUILD 71

0 commit comments

Comments
 (0)