From ac44859c32856838d70c568b81f898488b1d6d35 Mon Sep 17 00:00:00 2001 From: "Jon Thysell (JAUNTY)" Date: Mon, 21 Aug 2023 14:54:12 -0700 Subject: [PATCH] RNX v0.0.75 --- ...-2822ade3-c1c8-42dd-a0fa-f53b7ce471eb.json | 7 ----- ...-8d8b7d60-7ff1-47e8-b92f-bfa02e2ddb98.json | 7 ----- ...-bbed23b4-cc12-470d-a863-3e1e48c11ffc.json | 7 ----- package/CHANGELOG.json | 27 +++++++++++++++++++ package/CHANGELOG.md | 12 ++++++++- package/package.json | 2 +- .../ReactNativeXaml/Codegen/Version.g.h | 2 +- 7 files changed, 40 insertions(+), 24 deletions(-) delete mode 100644 change/react-native-xaml-2822ade3-c1c8-42dd-a0fa-f53b7ce471eb.json delete mode 100644 change/react-native-xaml-8d8b7d60-7ff1-47e8-b92f-bfa02e2ddb98.json delete mode 100644 change/react-native-xaml-bbed23b4-cc12-470d-a863-3e1e48c11ffc.json diff --git a/change/react-native-xaml-2822ade3-c1c8-42dd-a0fa-f53b7ce471eb.json b/change/react-native-xaml-2822ade3-c1c8-42dd-a0fa-f53b7ce471eb.json deleted file mode 100644 index d1e7075..0000000 --- a/change/react-native-xaml-2822ade3-c1c8-42dd-a0fa-f53b7ce471eb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Clean up formatting and licenses", - "packageName": "react-native-xaml", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-xaml-8d8b7d60-7ff1-47e8-b92f-bfa02e2ddb98.json b/change/react-native-xaml-8d8b7d60-7ff1-47e8-b92f-bfa02e2ddb98.json deleted file mode 100644 index 8ac73d4..0000000 --- a/change/react-native-xaml-8d8b7d60-7ff1-47e8-b92f-bfa02e2ddb98.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "bump windowsTargetMin", - "packageName": "react-native-xaml", - "email": "tatianakapos@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/react-native-xaml-bbed23b4-cc12-470d-a863-3e1e48c11ffc.json b/change/react-native-xaml-bbed23b4-cc12-470d-a863-3e1e48c11ffc.json deleted file mode 100644 index 9a62a36..0000000 --- a/change/react-native-xaml-bbed23b4-cc12-470d-a863-3e1e48c11ffc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Upgrade RNX to target RN and RNW 0.72", - "packageName": "react-native-xaml", - "email": "jthysell@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/package/CHANGELOG.json b/package/CHANGELOG.json index 77266f6..9903ab7 100644 --- a/package/CHANGELOG.json +++ b/package/CHANGELOG.json @@ -1,6 +1,33 @@ { "name": "react-native-xaml", "entries": [ + { + "date": "Mon, 21 Aug 2023 21:51:27 GMT", + "tag": "react-native-xaml_v0.0.75", + "version": "0.0.75", + "comments": { + "patch": [ + { + "author": "jthysell@microsoft.com", + "package": "react-native-xaml", + "commit": "57d78c10f232a2537efdb1ba2d9e9cbf0c3d84fd", + "comment": "Clean up formatting and licenses" + }, + { + "author": "jthysell@microsoft.com", + "package": "react-native-xaml", + "commit": "6d4198fd316618c65d559c6d854a6d38508d7f00", + "comment": "Upgrade RNX to target RN and RNW 0.72" + }, + { + "author": "tatianakapos@microsoft.com", + "package": "react-native-xaml", + "commit": "838a4d1013c25c418499edb14e3dcdf4b5340ee6", + "comment": "bump windowsTargetMin" + } + ] + } + }, { "date": "Tue, 14 Mar 2023 21:30:43 GMT", "tag": "react-native-xaml_v0.0.74", diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index de8e339..68bb8a9 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,9 +1,19 @@ # Change Log - react-native-xaml -This log was last generated on Tue, 14 Mar 2023 21:30:43 GMT and should not be manually modified. +This log was last generated on Mon, 21 Aug 2023 21:51:27 GMT and should not be manually modified. +## 0.0.75 + +Mon, 21 Aug 2023 21:51:27 GMT + +### Patches + +- Clean up formatting and licenses (jthysell@microsoft.com) +- Upgrade RNX to target RN and RNW 0.72 (jthysell@microsoft.com) +- bump windowsTargetMin (tatianakapos@microsoft.com) + ## 0.0.74 Tue, 14 Mar 2023 21:30:43 GMT diff --git a/package/package.json b/package/package.json index 3945098..4efca87 100644 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "react-native-xaml", "title": "React Native Xaml", - "version": "0.0.74", + "version": "0.0.75", "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 ea6d9c5..663b323 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 74 +#define VERSION_BUILD 75