This commit is contained in:
Jon Thysell (JAUNTY) 2024-02-26 11:14:46 -08:00
Родитель d9e933a30b
Коммит 85987e4952
6 изменённых файлов: 33 добавлений и 17 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Require RNW >= 0.69.0",
"packageName": "react-native-xaml",
"email": "jthysell@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Remove dependency on @types/react-native",
"packageName": "react-native-xaml",
"email": "30809111+acoates-ms@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,6 +1,27 @@
{
"name": "react-native-xaml",
"entries": [
{
"date": "Mon, 26 Feb 2024 19:13:51 GMT",
"tag": "react-native-xaml_v0.0.78",
"version": "0.0.78",
"comments": {
"patch": [
{
"author": "jthysell@microsoft.com",
"package": "react-native-xaml",
"commit": "f8ca52b87f0f358317b525d36162c56ad8b20389",
"comment": "Require RNW >= 0.69.0"
},
{
"author": "30809111+acoates-ms@users.noreply.github.com",
"package": "react-native-xaml",
"commit": "d9e933a30b836511609fd5a09acdafd3b9c20007",
"comment": "Remove dependency on @types/react-native"
}
]
}
},
{
"date": "Tue, 06 Feb 2024 18:55:04 GMT",
"tag": "react-native-xaml_v0.0.77",

Просмотреть файл

@ -1,9 +1,18 @@
# Change Log - react-native-xaml
This log was last generated on Tue, 06 Feb 2024 18:55:04 GMT and should not be manually modified.
This log was last generated on Mon, 26 Feb 2024 19:13:51 GMT and should not be manually modified.
<!-- Start content -->
## 0.0.78
Mon, 26 Feb 2024 19:13:51 GMT
### Patches
- Require RNW >= 0.69.0 (jthysell@microsoft.com)
- Remove dependency on @types/react-native (30809111+acoates-ms@users.noreply.github.com)
## 0.0.77
Tue, 06 Feb 2024 18:55:04 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "react-native-xaml",
"title": "React Native Xaml",
"version": "0.0.77",
"version": "0.0.78",
"description": "Allows using XAML directly, inside of a React Native Windows app",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

Просмотреть файл

@ -9,4 +9,4 @@ SOURCE WINMDS USED:
#define VERSION_MAJOR 0
#define VERSION_MINOR 0
#define VERSION_REVISION 0
#define VERSION_BUILD 77
#define VERSION_BUILD 78