Skip to content

Commit da2f7be

Browse files
committed
RNX v0.0.77
1 parent 40a439c commit da2f7be

6 files changed

+33
-17
lines changed

change/react-native-xaml-ba9d2fc3-2545-49db-a1e8-161d3f1f3811.json

-7
This file was deleted.

change/react-native-xaml-f4d77dbd-7273-47a1-9553-87d3c6628fab.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": "Tue, 06 Feb 2024 18:55:04 GMT",
6+
"tag": "react-native-xaml_v0.0.77",
7+
"version": "0.0.77",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"commit": "50e37f002760f49e599484d1f425c2097a8f0f0f",
14+
"comment": "Upgrade to RNW 0.73"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "react-native-xaml",
19+
"commit": "ce9030316e73348f44d786b90a2d9874d002e9a2",
20+
"comment": "Fix EventAttachInfo struct so it holds onto a ref-counted instance of XamlMetadata, as well as removes dangerous pass-by-reference instances when dealing with async code."
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 22 Aug 2023 17:45:12 GMT",
627
"tag": "react-native-xaml_v0.0.76",

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 Tue, 22 Aug 2023 17:45:12 GMT and should not be manually modified.
3+
This log was last generated on Tue, 06 Feb 2024 18:55:04 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.77
8+
9+
Tue, 06 Feb 2024 18:55:04 GMT
10+
11+
### Patches
12+
13+
- Upgrade to RNW 0.73 ([email protected])
14+
- Fix EventAttachInfo struct so it holds onto a ref-counted instance of XamlMetadata, as well as removes dangerous pass-by-reference instances when dealing with async code. ([email protected])
15+
716
## 0.0.76
817

918
Tue, 22 Aug 2023 17:45:12 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.76",
4+
"version": "0.0.77",
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 76
12+
#define VERSION_BUILD 77

0 commit comments

Comments
 (0)