@react-native-windows/codegen 0.67.0-preview.1 → 0.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +30 -0
- package/CHANGELOG.md +21 -5
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-windows/codegen",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Mon, 24 Jan 2022 16:12:32 GMT",
|
|
6
|
+
"tag": "@react-native-windows/codegen_v0.67.0",
|
|
7
|
+
"version": "0.67.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "ngerlem@microsoft.com",
|
|
12
|
+
"package": "@react-native-windows/codegen",
|
|
13
|
+
"commit": "56818ebc599aa084aa9ffc949691f1be71da169a",
|
|
14
|
+
"comment": "Promote 0.67 to latest"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 25 Oct 2021 15:07:48 GMT",
|
|
21
|
+
"tag": "@react-native-windows/codegen_v0.67.0-preview.1",
|
|
22
|
+
"version": "0.67.0-preview.1",
|
|
23
|
+
"comments": {
|
|
24
|
+
"prerelease": [
|
|
25
|
+
{
|
|
26
|
+
"author": "ngerlem@microsoft.com",
|
|
27
|
+
"package": "@react-native-windows/codegen",
|
|
28
|
+
"commit": "not available",
|
|
29
|
+
"comment": "Promote 0.67 to preview"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
4
34
|
{
|
|
5
35
|
"date": "Mon, 25 Oct 2021 15:07:19 GMT",
|
|
6
36
|
"tag": "@react-native-windows/codegen_v0.67.0-preview.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
1
1
|
# Change Log - @react-native-windows/codegen
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 24 Jan 2022 16:12:32 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.67.0
|
|
7
|
+
## 0.67.0
|
|
8
8
|
|
|
9
|
-
Mon,
|
|
9
|
+
Mon, 24 Jan 2022 16:12:32 GMT
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Patches
|
|
12
12
|
|
|
13
|
-
- Promote 0.67 to
|
|
13
|
+
- Promote 0.67 to latest (ngerlem@microsoft.com)
|
|
14
14
|
|
|
15
|
+
## 0.67.0-preview.1
|
|
16
|
+
|
|
17
|
+
Mon, 25 Oct 2021 15:07:48 GMT
|
|
18
|
+
|
|
19
|
+
### Changes
|
|
20
|
+
|
|
21
|
+
- Promote 0.67 to preview (ngerlem@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 0.67.0-preview.1
|
|
24
|
+
|
|
25
|
+
Mon, 25 Oct 2021 15:07:19 GMT
|
|
26
|
+
|
|
27
|
+
### Changes
|
|
28
|
+
|
|
29
|
+
- Promote 0.67 to preview (ngerlem@microsoft.com)
|
|
30
|
+
|
|
15
31
|
## 0.0.0-canary.19
|
|
16
32
|
|
|
17
33
|
Sat, 23 Oct 2021 05:06:49 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-windows/codegen",
|
|
3
|
-
"version": "0.67.0
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"description": "Generators for react-native-codegen targeting react-native-windows",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "https://github.com/microsoft/react-native-windows",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"src"
|
|
51
51
|
],
|
|
52
52
|
"beachball": {
|
|
53
|
-
"defaultNpmTag": "
|
|
53
|
+
"defaultNpmTag": "latest",
|
|
54
54
|
"disallowedChangeTypes": [
|
|
55
55
|
"major",
|
|
56
56
|
"minor",
|
|
57
|
-
"
|
|
57
|
+
"prerelease"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
60
|
"promoteRelease": true,
|