Skip to content

Commit 2f0f098

Browse files
authored
Merge pull request #172 from microsoft/0.0.56
0.0.56
2 parents 9db8f36 + a5ba96f commit 2f0f098

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

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": "Fri, 21 Jan 2022 17:41:16 GMT",
6+
"tag": "react-native-xaml_v0.0.56",
7+
"version": "0.0.56",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "react-native-xaml",
13+
"comment": "Update version",
14+
"commit": "ff52ce2ec272c0bee30531e10f09d88997a4191c"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 21 Jan 2022 02:47:33 GMT",
621
"tag": "react-native-xaml_v0.0.54",

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 Fri, 21 Jan 2022 02:47:33 GMT and should not be manually modified.
3+
This log was last generated on Fri, 21 Jan 2022 17:41:16 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 0.0.56
8+
9+
Fri, 21 Jan 2022 17:41:16 GMT
10+
11+
### Patches
12+
13+
- Update version ([email protected])
14+
715
## 0.0.54
816

917
Fri, 21 Jan 2022 02:47:33 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.54",
4+
"version": "0.0.56",
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 54
10+
#define VERSION_BUILD 56

0 commit comments

Comments
 (0)