Skip to content

Commit cccb9a7

Browse files
committed
RNW v0.0.79
1 parent d4aecc7 commit cccb9a7

6 files changed

+35
-19
lines changed

change/react-native-xaml-1f9338d9-abf8-45df-b6b0-8f5af208803e.json

-7
This file was deleted.

change/react-native-xaml-dba300ac-4cad-41b2-a538-aeeac2e8b0a3.json

-9
This file was deleted.

package/CHANGELOG.json

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Thu, 21 Nov 2024 23:01:02 GMT",
6+
"tag": "react-native-xaml_v0.0.79",
7+
"version": "0.0.79",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"commit": "d4aecc7be511272240c3a4c46af9aafa81298a9c",
14+
"comment": {
15+
"title": "MenuFlyout fix"
16+
}
17+
},
18+
{
19+
"author": "[email protected]",
20+
"package": "react-native-xaml",
21+
"commit": "853a1fa9bbec469165a03eb8397118eef00c60cf",
22+
"comment": "Bump to RNW 0.73.21"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Mon, 26 Feb 2024 19:13:51 GMT",
629
"tag": "react-native-xaml_v0.0.78",

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, 26 Feb 2024 19:13:51 GMT and should not be manually modified.
3+
This log was last generated on Thu, 21 Nov 2024 23:01:02 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.79
8+
9+
Thu, 21 Nov 2024 23:01:02 GMT
10+
11+
### Patches
12+
13+
- [object Object] ([email protected])
14+
- Bump to RNW 0.73.21 ([email protected])
15+
716
## 0.0.78
817

918
Mon, 26 Feb 2024 19:13:51 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.78",
4+
"version": "0.0.79",
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 78
12+
#define VERSION_BUILD 79

0 commit comments

Comments
 (0)