diff --git a/change/react-native-xaml-6a4ff73d-3375-4842-aded-97da28555622.json b/change/react-native-xaml-6a4ff73d-3375-4842-aded-97da28555622.json deleted file mode 100644 index d7f9eac..0000000 --- a/change/react-native-xaml-6a4ff73d-3375-4842-aded-97da28555622.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "simplify overload resolution for SetPropValue", - "packageName": "react-native-xaml", - "email": "asklar@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/package/CHANGELOG.json b/package/CHANGELOG.json index 2311524..77266f6 100644 --- a/package/CHANGELOG.json +++ b/package/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "react-native-xaml", "entries": [ + { + "date": "Tue, 14 Mar 2023 21:30:43 GMT", + "tag": "react-native-xaml_v0.0.74", + "version": "0.0.74", + "comments": { + "patch": [ + { + "author": "asklar@microsoft.com", + "package": "react-native-xaml", + "commit": "006afafc0a2bd9319c194438bf2b9756431b8409", + "comment": "simplify overload resolution for SetPropValue" + } + ] + } + }, { "date": "Wed, 08 Mar 2023 18:09:16 GMT", "tag": "react-native-xaml_v0.0.73", diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 8aeb6bf..de8e339 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - react-native-xaml -This log was last generated on Wed, 08 Mar 2023 18:09:16 GMT and should not be manually modified. +This log was last generated on Tue, 14 Mar 2023 21:30:43 GMT and should not be manually modified. +## 0.0.74 + +Tue, 14 Mar 2023 21:30:43 GMT + +### Patches + +- simplify overload resolution for SetPropValue (asklar@microsoft.com) + ## 0.0.73 Wed, 08 Mar 2023 18:09:16 GMT diff --git a/package/package.json b/package/package.json index 34422c8..eceaf3b 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "react-native-xaml", "title": "React Native Xaml", - "version": "0.0.73", + "version": "0.0.74", "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 6e468ef..40c3ea2 100644 --- a/package/windows/ReactNativeXaml/Codegen/Version.g.h +++ b/package/windows/ReactNativeXaml/Codegen/Version.g.h @@ -7,4 +7,4 @@ THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT MODIFY MANUALLY #define VERSION_MAJOR 0 #define VERSION_MINOR 0 #define VERSION_REVISION 0 -#define VERSION_BUILD 73 +#define VERSION_BUILD 74