File tree 3 files changed +3178
-2455
lines changed
3 files changed +3178
-2455
lines changed Original file line number Diff line number Diff line change 53
53
"@babel/eslint-parser" : " ^7.18.2" ,
54
54
"@commitlint/config-conventional" : " ^17.0.2" ,
55
55
"@react-native-community/eslint-config" : " ^3.0.2" ,
56
- "@release-it/conventional-changelog" : " ^5 .0.0" ,
56
+ "@release-it/conventional-changelog" : " ^2 .0.0" ,
57
57
"@types/jest" : " ^28.1.2" ,
58
58
"@types/react" : " 17.0.21" ,
59
59
"@types/react-native" : " 0.70.0" ,
67
67
"react" : " 18.1.0" ,
68
68
"react-native" : " 0.70.0" ,
69
69
"react-native-builder-bob" : " ^0.18.3" ,
70
- "release-it" : " ^15.0.0 " ,
70
+ "release-it" : " ^14.2.2 " ,
71
71
"typescript" : " ^4.5.2"
72
72
},
73
73
"resolutions" : {
89
89
" @commitlint/config-conventional"
90
90
]
91
91
},
92
- "release-it" : {
93
- "git" : {
94
- "commitMessage" : " chore: release ${version}" ,
95
- "tagName" : " v${version}"
96
- },
97
- "npm" : {
98
- "publish" : true
99
- },
100
- "github" : {
101
- "release" : true
102
- },
103
- "plugins" : {
104
- "@release-it/conventional-changelog" : {
105
- "preset" : " angular"
106
- }
107
- }
108
- },
109
92
"eslintConfig" : {
110
93
"root" : true ,
111
94
"parser" : " @babel/eslint-parser" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "git" : {
3
- "commitMessage" : " chore: release v${version}" ,
4
- "tagName" : " v${version}"
5
- },
6
- "npm" : {
7
- "publish" : true
8
- },
9
- "github" : {
10
- "release" : true ,
11
- "releaseName" : " v${version}"
12
- },
13
- "plugins" : {
14
- "@release-it/conventional-changelog" : {
15
- "preset" : " angular"
16
- }
2
+ "git" : {
3
+ "commitMessage" : " chore: release v${version}" ,
4
+ "tagName" : " v${version}"
5
+ },
6
+ "npm" : {
7
+ "publish" : true
8
+ },
9
+ "github" : {
10
+ "release" : true ,
11
+ "releaseName" : " v${version}"
12
+ },
13
+ "plugins" : {
14
+ "@release-it/conventional-changelog" : {
15
+ "preset" : " angular"
17
16
}
18
- }
17
+ }
18
+ }
You can’t perform that action at this time.
0 commit comments