Skip to content

Commit e4dd017

Browse files
committed
RNX v0.0.72
1 parent ad33eb3 commit e4dd017

6 files changed

+33
-17
lines changed

change/react-native-xaml-a5d640ee-506a-4d00-aaa1-3a2b931ea4c4.json

-7
This file was deleted.

change/react-native-xaml-cc0ad71f-d0b2-4847-980b-dd788be15635.json

-7
This file was deleted.

package/CHANGELOG.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Thu, 02 Mar 2023 01:29:44 GMT",
6+
"tag": "react-native-xaml_v0.0.72",
7+
"version": "0.0.72",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"commit": "ad33eb392c7c3f2f75244b1cb1bb53d434fb3b7d",
14+
"comment": "Upgrade to WinUI 2.7"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "react-native-xaml",
19+
"commit": "7321dab24e53520de4230ea9f4c2becd57d1e1df",
20+
"comment": "Upgrade minimum RNW dependency to 0.67.11"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Mon, 07 Nov 2022 22:45:17 GMT",
627
"tag": "react-native-xaml_v0.0.71",

package/CHANGELOG.md

+10-1
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 Mon, 07 Nov 2022 22:45:17 GMT and should not be manually modified.
3+
This log was last generated on Thu, 02 Mar 2023 01:29:44 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.72
8+
9+
Thu, 02 Mar 2023 01:29:44 GMT
10+
11+
### Patches
12+
13+
- Upgrade to WinUI 2.7 ([email protected])
14+
- Upgrade minimum RNW dependency to 0.67.11 ([email protected])
15+
716
## 0.0.71
817

918
Mon, 07 Nov 2022 22:45:17 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.71",
4+
"version": "0.0.72",
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 71
10+
#define VERSION_BUILD 72

0 commit comments

Comments
 (0)