Skip to content

Commit a3c6b0e

Browse files
committed
RNX v0.0.80
1 parent 4483cbd commit a3c6b0e

7 files changed

+40
-24
lines changed

change/react-native-xaml-3440a323-4329-4f3e-af38-2181f6252927.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/react-native-xaml-ae47b51e-39d3-4b8b-8816-3a2b003ce391.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/react-native-xaml-dd7aacd9-ef2d-4e6b-96ae-efbbc11a39b1.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package/CHANGELOG.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Jun 2025 23:12:05 GMT",
6+
"tag": "react-native-xaml_v0.0.80",
7+
"version": "0.0.80",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "jthysell@microsoft.com",
12+
"package": "react-native-xaml",
13+
"commit": "4483cbdddfd72c2c430995dbe373daa7d7b3ae9f",
14+
"comment": "Update devDependency to RNW 0.79"
15+
},
16+
{
17+
"author": "jthysell@microsoft.com",
18+
"package": "react-native-xaml",
19+
"commit": "e0290358b1bddf36ed1149bd9c7ada95d79abd9d",
20+
"comment": "Fix NuGet errors when consumed by apps"
21+
},
22+
{
23+
"author": "jthysell@microsoft.com",
24+
"package": "react-native-xaml",
25+
"commit": "0c820ec1d833f045af73f788d7701e4957660f03",
26+
"comment": "Upgrade RNX to target RNW 0.77"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Thu, 21 Nov 2024 23:01:02 GMT",
633
"tag": "react-native-xaml_v0.0.79",

package/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
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 Thu, 21 Nov 2024 23:01:02 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Jun 2025 23:12:05 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.80
8+
9+
Wed, 18 Jun 2025 23:12:05 GMT
10+
11+
### Patches
12+
13+
- Update devDependency to RNW 0.79 (jthysell@microsoft.com)
14+
- Fix NuGet errors when consumed by apps (jthysell@microsoft.com)
15+
- Upgrade RNX to target RNW 0.77 (jthysell@microsoft.com)
16+
717
## 0.0.79
818

919
Thu, 21 Nov 2024 23:01:02 GMT

package/package.json

Lines changed: 1 addition & 1 deletion
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.79",
4+
"version": "0.0.80",
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

Lines changed: 1 addition & 1 deletion
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 79
12+
#define VERSION_BUILD 80

0 commit comments

Comments
 (0)