Skip to content

Commit

Permalink
RNX v0.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Mar 14, 2023
1 parent 006afaf commit 9231f28
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.

This file was deleted.

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

<!-- Start content -->

## 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
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.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",
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 @@ -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

0 comments on commit 9231f28

Please sign in to comment.