Skip to content

Commit ac44859

Browse files
committed
RNX v0.0.75
1 parent 57d78c1 commit ac44859

7 files changed

+40
-24
lines changed

change/react-native-xaml-2822ade3-c1c8-42dd-a0fa-f53b7ce471eb.json

-7
This file was deleted.

change/react-native-xaml-8d8b7d60-7ff1-47e8-b92f-bfa02e2ddb98.json

-7
This file was deleted.

change/react-native-xaml-bbed23b4-cc12-470d-a863-3e1e48c11ffc.json

-7
This file was deleted.

package/CHANGELOG.json

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Mon, 21 Aug 2023 21:51:27 GMT",
6+
"tag": "react-native-xaml_v0.0.75",
7+
"version": "0.0.75",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"commit": "57d78c10f232a2537efdb1ba2d9e9cbf0c3d84fd",
14+
"comment": "Clean up formatting and licenses"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "react-native-xaml",
19+
"commit": "6d4198fd316618c65d559c6d854a6d38508d7f00",
20+
"comment": "Upgrade RNX to target RN and RNW 0.72"
21+
},
22+
{
23+
"author": "[email protected]",
24+
"package": "react-native-xaml",
25+
"commit": "838a4d1013c25c418499edb14e3dcdf4b5340ee6",
26+
"comment": "bump windowsTargetMin"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Tue, 14 Mar 2023 21:30:43 GMT",
633
"tag": "react-native-xaml_v0.0.74",

package/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log - react-native-xaml
22

3-
This log was last generated on Tue, 14 Mar 2023 21:30:43 GMT and should not be manually modified.
3+
This log was last generated on Mon, 21 Aug 2023 21:51:27 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.75
8+
9+
Mon, 21 Aug 2023 21:51:27 GMT
10+
11+
### Patches
12+
13+
- Clean up formatting and licenses ([email protected])
14+
- Upgrade RNX to target RN and RNW 0.72 ([email protected])
15+
- bump windowsTargetMin ([email protected])
16+
717
## 0.0.74
818

919
Tue, 14 Mar 2023 21:30:43 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.74",
4+
"version": "0.0.75",
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
@@ -9,4 +9,4 @@ SOURCE WINMDS USED:
99
#define VERSION_MAJOR 0
1010
#define VERSION_MINOR 0
1111
#define VERSION_REVISION 0
12-
#define VERSION_BUILD 74
12+
#define VERSION_BUILD 75

0 commit comments

Comments
 (0)