Skip to content

Commit

Permalink
RNX v0.0.76
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Aug 22, 2023
1 parent 9094d6e commit e51391a
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, 22 Aug 2023 17:45:12 GMT",
"tag": "react-native-xaml_v0.0.76",
"version": "0.0.76",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "react-native-xaml",
"commit": "9094d6e733d7fadff5e5ad0eed2fce6f960c9676",
"comment": "Fix unquoted properties in vcxproj conditions"
}
]
}
},
{
"date": "Mon, 21 Aug 2023 21:51:27 GMT",
"tag": "react-native-xaml_v0.0.75",
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 Mon, 21 Aug 2023 21:51:27 GMT and should not be manually modified.
This log was last generated on Tue, 22 Aug 2023 17:45:12 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.76

Tue, 22 Aug 2023 17:45:12 GMT

### Patches

- Fix unquoted properties in vcxproj conditions (jthysell@microsoft.com)

## 0.0.75

Mon, 21 Aug 2023 21:51:27 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.75",
"version": "0.0.76",
"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 75
#define VERSION_BUILD 76

0 comments on commit e51391a

Please sign in to comment.