diff --git a/change/react-native-xaml-ba9d2fc3-2545-49db-a1e8-161d3f1f3811.json b/change/react-native-xaml-ba9d2fc3-2545-49db-a1e8-161d3f1f3811.json deleted file mode 100644 index e0686f4..0000000 --- a/change/react-native-xaml-ba9d2fc3-2545-49db-a1e8-161d3f1f3811.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "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.", - "packageName": "react-native-xaml", - "email": "maxben@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-xaml-f4d77dbd-7273-47a1-9553-87d3c6628fab.json b/change/react-native-xaml-f4d77dbd-7273-47a1-9553-87d3c6628fab.json deleted file mode 100644 index b2b9955..0000000 --- a/change/react-native-xaml-f4d77dbd-7273-47a1-9553-87d3c6628fab.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Upgrade to RNW 0.73", - "packageName": "react-native-xaml", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/package/CHANGELOG.json b/package/CHANGELOG.json index b5417b8..8efffc2 100644 --- a/package/CHANGELOG.json +++ b/package/CHANGELOG.json @@ -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": "jthysell@microsoft.com", + "package": "react-native-xaml", + "commit": "50e37f002760f49e599484d1f425c2097a8f0f0f", + "comment": "Upgrade to RNW 0.73" + }, + { + "author": "maxben@microsoft.com", + "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", diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 5528d4a..7538a08 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -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. +## 0.0.77 + +Tue, 06 Feb 2024 18:55:04 GMT + +### Patches + +- Upgrade to RNW 0.73 (jthysell@microsoft.com) +- 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. (maxben@microsoft.com) + ## 0.0.76 Tue, 22 Aug 2023 17:45:12 GMT diff --git a/package/package.json b/package/package.json index 7d8f007..84ede5c 100644 --- a/package/package.json +++ b/package/package.json @@ -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", diff --git a/package/windows/ReactNativeXaml/Codegen/Version.g.h b/package/windows/ReactNativeXaml/Codegen/Version.g.h index 0adc920..7415cc8 100644 --- a/package/windows/ReactNativeXaml/Codegen/Version.g.h +++ b/package/windows/ReactNativeXaml/Codegen/Version.g.h @@ -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