This commit is contained in:
React-Native-Windows Bot 2022-12-13 22:32:30 +00:00
Родитель 3bed9a9f51
Коммит 0f706939e6
9 изменённых файлов: 47 добавлений и 25 удалений

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

@ -1,9 +0,0 @@
{
"type": "minor",
"comment": "Catch up facebook/react-native/packages/react-native-codegen on 2022-12-13",
"packageName": "react-native-tscodegen",
"email": "53799235+ZihanChen-MSFT@users.noreply.github.com",
"commit": "0957c81dab95936028784aeabd6100d78d34c296",
"date": "2022-12-13T21:09:14.493Z",
"file": "C:\\Code\\vczh-ds3\\Microsoft\\react-native-tscodegen\\change\\react-native-tscodegen-2022-12-13-13-09-14-meta-2022-12-13.json"
}

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

@ -1,9 +0,0 @@
{
"type": "minor",
"comment": "Catch up facebook/react-native/packages/react-native-codegen on 2022-12-13",
"packageName": "react-native-tscodegen-parser",
"email": "53799235+ZihanChen-MSFT@users.noreply.github.com",
"commit": "0957c81dab95936028784aeabd6100d78d34c296",
"date": "2022-12-13T21:08:59.192Z",
"file": "C:\\Code\\vczh-ds3\\Microsoft\\react-native-tscodegen\\change\\react-native-tscodegen-parser-2022-12-13-13-09-14-meta-2022-12-13.json"
}

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

@ -1,6 +1,20 @@
{
"name": "react-native-tscodegen-parser",
"entries": [
{
"date": "Tue, 13 Dec 2022 22:32:30 GMT",
"tag": "react-native-tscodegen-parser_v1.2.0",
"version": "1.2.0",
"comments": {
"minor": [
{
"comment": "Catch up facebook/react-native/packages/react-native-codegen on 2022-12-13",
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
"commit": "0957c81dab95936028784aeabd6100d78d34c296"
}
]
}
},
{
"date": "Wed, 30 Nov 2022 20:39:50 GMT",
"tag": "react-native-tscodegen-parser_v1.1.1",

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

@ -1,7 +1,13 @@
# Change Log - react-native-tscodegen-parser
This log was last generated on Wed, 30 Nov 2022 20:39:50 GMT and should not be manually modified.
This log was last generated on Tue, 13 Dec 2022 22:32:30 GMT and should not be manually modified.
## 1.2.0
Tue, 13 Dec 2022 22:32:30 GMT
### Minor changes
- Catch up facebook/react-native/packages/react-native-codegen on 2022-12-13 (53799235+ZihanChen-MSFT@users.noreply.github.com)
## 1.1.1
Wed, 30 Nov 2022 20:39:50 GMT

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

@ -1,6 +1,6 @@
{
"name": "react-native-tscodegen-parser",
"version": "1.1.1",
"version": "1.2.0",
"description": "TypeScript Code Generation for React Native Turbo Module",
"main": "./lib/index.js",
"bin": "./bin/cli",
@ -26,7 +26,7 @@
"dependencies": {
"jscodeshift": "0.6.4",
"nullthrows": "1.1.1",
"react-native-tscodegen": "0.71.1",
"react-native-tscodegen": "0.72.0",
"typescript": "^4.7.4"
}
}

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

@ -30,8 +30,8 @@
"dependencies": {
"@types/react-native": "0.69.5",
"metro-react-native-babel-preset": "^0.72.1",
"react-native-tscodegen": "0.71.1",
"react-native-tscodegen-parser": "1.1.1",
"react-native-tscodegen": "0.72.0",
"react-native-tscodegen-parser": "1.2.0",
"react-native-tscodegen-types": "0.71.0"
},
"jest": {

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

@ -1,6 +1,20 @@
{
"name": "react-native-tscodegen",
"entries": [
{
"date": "Tue, 13 Dec 2022 22:32:30 GMT",
"tag": "react-native-tscodegen_v0.72.0",
"version": "0.72.0",
"comments": {
"minor": [
{
"comment": "Catch up facebook/react-native/packages/react-native-codegen on 2022-12-13",
"author": "53799235+ZihanChen-MSFT@users.noreply.github.com",
"commit": "0957c81dab95936028784aeabd6100d78d34c296"
}
]
}
},
{
"date": "Wed, 30 Nov 2022 20:39:50 GMT",
"tag": "react-native-tscodegen_v0.71.1",

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

@ -1,7 +1,13 @@
# Change Log - react-native-tscodegen
This log was last generated on Wed, 30 Nov 2022 20:39:50 GMT and should not be manually modified.
This log was last generated on Tue, 13 Dec 2022 22:32:30 GMT and should not be manually modified.
## 0.72.0
Tue, 13 Dec 2022 22:32:30 GMT
### Minor changes
- Catch up facebook/react-native/packages/react-native-codegen on 2022-12-13 (53799235+ZihanChen-MSFT@users.noreply.github.com)
## 0.71.1
Wed, 30 Nov 2022 20:39:50 GMT

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

@ -1,6 +1,6 @@
{
"name": "react-native-tscodegen",
"version": "0.71.1",
"version": "0.72.0",
"description": "TypeScript Code Generation for React Native Turbo Module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",