Skip to content

Commit 85987e4

Browse files
committed
RNX v0.0.78
1 parent d9e933a commit 85987e4

File tree

6 files changed

+33
-17
lines changed

6 files changed

+33
-17
lines changed

change/react-native-xaml-4147834d-ad37-47d7-83bc-245271fe2778.json

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

change/react-native-xaml-e7cf68a9-d303-4f2d-8131-7866d5e54c6f.json

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

package/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Mon, 26 Feb 2024 19:13:51 GMT",
6+
"tag": "react-native-xaml_v0.0.78",
7+
"version": "0.0.78",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"commit": "f8ca52b87f0f358317b525d36162c56ad8b20389",
14+
"comment": "Require RNW >= 0.69.0"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "react-native-xaml",
19+
"commit": "d9e933a30b836511609fd5a09acdafd3b9c20007",
20+
"comment": "Remove dependency on @types/react-native"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 06 Feb 2024 18:55:04 GMT",
627
"tag": "react-native-xaml_v0.0.77",

package/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
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, 06 Feb 2024 18:55:04 GMT and should not be manually modified.
3+
This log was last generated on Mon, 26 Feb 2024 19:13:51 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.78
8+
9+
Mon, 26 Feb 2024 19:13:51 GMT
10+
11+
### Patches
12+
13+
- Require RNW >= 0.69.0 ([email protected])
14+
- Remove dependency on @types/react-native ([email protected])
15+
716
## 0.0.77
817

918
Tue, 06 Feb 2024 18:55:04 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.77",
4+
"version": "0.0.78",
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 77
12+
#define VERSION_BUILD 78

0 commit comments

Comments
 (0)