Skip to content

Commit ac0de45

Browse files
committed
0.0.61
1 parent 1e6cfdc commit ac0de45

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

change/react-native-xaml-b6c7263a-3cf3-45b8-817b-fc2c528fd38d.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "react-native-xaml",
33
"entries": [
4+
{
5+
"date": "Mon, 14 Feb 2022 08:09:35 GMT",
6+
"tag": "react-native-xaml_v0.0.61",
7+
"version": "0.0.61",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"comment": "Fix some prop types not being codegen'd because they are treated as nullable, like Color",
14+
"commit": "1e6cfdc6ca137ba4c674c977d373c5b11f6d67ee"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 10 Feb 2022 17:17:17 GMT",
621
"tag": "react-native-xaml_v0.0.60",

package/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - react-native-xaml
22

3-
This log was last generated on Thu, 10 Feb 2022 17:17:17 GMT and should not be manually modified.
3+
This log was last generated on Mon, 14 Feb 2022 08:09:35 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.61
8+
9+
Mon, 14 Feb 2022 08:09:35 GMT
10+
11+
### Patches
12+
13+
- Fix some prop types not being codegen'd because they are treated as nullable, like Color ([email protected])
14+
715
## 0.0.60
816

917
Thu, 10 Feb 2022 17:17:17 GMT

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-xaml",
33
"title": "React Native Xaml",
4-
"version": "0.0.60",
4+
"version": "0.0.61",
55
"description": "Allows using XAML directly, inside of a React Native Windows app",
66
"main": "lib/index.js",
77
"typings": "lib/index.d.ts",

package/windows/ReactNativeXaml/Codegen/Version.g.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ THIS FILE WAS AUTOMATICALLY GENERATED, DO NOT MODIFY MANUALLY
77
#define VERSION_MAJOR 0
88
#define VERSION_MINOR 0
99
#define VERSION_REVISION 0
10-
#define VERSION_BUILD 60
10+
#define VERSION_BUILD 61

0 commit comments

Comments
 (0)