Skip to content

Commit

Permalink
RNX v0.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Aug 21, 2023
1 parent 57d78c1 commit ac44859
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 24 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 27 additions & 0 deletions package/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 11 additions & 1 deletion package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- Start content -->

## 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
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.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",
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 74
#define VERSION_BUILD 75

0 comments on commit ac44859

Please sign in to comment.