Skip to content

Commit

Permalink
RNX v0.0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Feb 6, 2024
1 parent 40a439c commit da2f7be
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": "Tue, 06 Feb 2024 18:55:04 GMT",
"tag": "react-native-xaml_v0.0.77",
"version": "0.0.77",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "react-native-xaml",
"commit": "50e37f002760f49e599484d1f425c2097a8f0f0f",
"comment": "Upgrade to RNW 0.73"
},
{
"author": "[email protected]",
"package": "react-native-xaml",
"commit": "ce9030316e73348f44d786b90a2d9874d002e9a2",
"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."
}
]
}
},
{
"date": "Tue, 22 Aug 2023 17:45:12 GMT",
"tag": "react-native-xaml_v0.0.76",
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, 22 Aug 2023 17:45:12 GMT and should not be manually modified.
This log was last generated on Tue, 06 Feb 2024 18:55:04 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.77

Tue, 06 Feb 2024 18:55:04 GMT

### Patches

- Upgrade to RNW 0.73 ([email protected])
- 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])

## 0.0.76

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

0 comments on commit da2f7be

Please sign in to comment.