Skip to content

Commit e51391a

Browse files
committed
RNX v0.0.76
1 parent 9094d6e commit e51391a

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

change/react-native-xaml-baecfde6-658e-4686-8da0-8bb49112cb50.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, 22 Aug 2023 17:45:12 GMT",
6+
"tag": "react-native-xaml_v0.0.76",
7+
"version": "0.0.76",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"commit": "9094d6e733d7fadff5e5ad0eed2fce6f960c9676",
14+
"comment": "Fix unquoted properties in vcxproj conditions"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 21 Aug 2023 21:51:27 GMT",
621
"tag": "react-native-xaml_v0.0.75",

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 Mon, 21 Aug 2023 21:51:27 GMT and should not be manually modified.
3+
This log was last generated on Tue, 22 Aug 2023 17:45:12 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.76
8+
9+
Tue, 22 Aug 2023 17:45:12 GMT
10+
11+
### Patches
12+
13+
- Fix unquoted properties in vcxproj conditions ([email protected])
14+
715
## 0.0.75
816

917
Mon, 21 Aug 2023 21:51:27 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.75",
4+
"version": "0.0.76",
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 75
12+
#define VERSION_BUILD 76

0 commit comments

Comments
 (0)