Skip to content

Commit

Permalink
RNX v0.0.78
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Feb 26, 2024
1 parent d9e933a commit 85987e4
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 17 deletions.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions package/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "react-native-xaml",
"entries": [
{
"date": "Mon, 26 Feb 2024 19:13:51 GMT",
"tag": "react-native-xaml_v0.0.78",
"version": "0.0.78",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "react-native-xaml",
"commit": "f8ca52b87f0f358317b525d36162c56ad8b20389",
"comment": "Require RNW >= 0.69.0"
},
{
"author": "[email protected]",
"package": "react-native-xaml",
"commit": "d9e933a30b836511609fd5a09acdafd3b9c20007",
"comment": "Remove dependency on @types/react-native"
}
]
}
},
{
"date": "Tue, 06 Feb 2024 18:55:04 GMT",
"tag": "react-native-xaml_v0.0.77",
Expand Down
11 changes: 10 additions & 1 deletion package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - react-native-xaml

This log was last generated on Tue, 06 Feb 2024 18:55:04 GMT and should not be manually modified.
This log was last generated on Mon, 26 Feb 2024 19:13:51 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.78

Mon, 26 Feb 2024 19:13:51 GMT

### Patches

- Require RNW >= 0.69.0 ([email protected])
- Remove dependency on @types/react-native ([email protected])

## 0.0.77

Tue, 06 Feb 2024 18:55:04 GMT
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-xaml",
"title": "React Native Xaml",
"version": "0.0.77",
"version": "0.0.78",
"description": "Allows using XAML directly, inside of a React Native Windows app",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package/windows/ReactNativeXaml/Codegen/Version.g.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ SOURCE WINMDS USED:
#define VERSION_MAJOR 0
#define VERSION_MINOR 0
#define VERSION_REVISION 0
#define VERSION_BUILD 77
#define VERSION_BUILD 78

0 comments on commit 85987e4

Please sign in to comment.