File tree Expand file tree Collapse file tree 9 files changed +15
-14
lines changed
Expand file tree Collapse file tree 9 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 5.2.0-alpha.6 " ,
2+ "version" : " 5.2.0-alpha.5 " ,
33 "private" : true ,
44 "repository" : " https://github.com/dhis2/cli" ,
55 "author" : " Austin McGee <austin@dhis2.org>" ,
Original file line number Diff line number Diff line change 66 "engines" : {
77 "node" : " >=12"
88 },
9- "version" : " 5.2.0-alpha.6 " ,
9+ "version" : " 5.2.0-alpha.5 " ,
1010 "main" : " src/index.js" ,
1111 "author" : " Austin McGee <austin@dhis2.org>" ,
1212 "contributors" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/cli-cluster" ,
3- "version" : " 5.2.0-alpha.6 " ,
3+ "version" : " 5.2.0-alpha.5 " ,
44 "description" : " D2 CLI module for managing DHIS2 development clusters" ,
55 "main" : " src/index.js" ,
66 "repository" : " https://github.com/dhis2/cli" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/create-app" ,
3- "version" : " 5.2.0-alpha.6 " ,
3+ "version" : " 5.2.0-alpha.5 " ,
44 "description" : " D2 frontend application bootstrapping inspired by create-react-app" ,
55 "main" : " index.js" ,
66 "repository" : " https://github.com/dhis2/cli" ,
77 "author" : " Austin McGee <austin@dhis2.org>" ,
88 "license" : " BSD-3-Clause" ,
99 "dependencies" : {
10- "@dhis2/cli-create" : " 5.2.0-alpha.6 " ,
10+ "@dhis2/cli-create" : " 5.2.0-alpha.5 " ,
1111 "@dhis2/cli-helpers-engine" : " ^3.2.1"
1212 },
1313 "bin" : " ./bin/d2-create-app" ,
Original file line number Diff line number Diff line change 66 "engines" : {
77 "node" : " >=12"
88 },
9- "version" : " 5.2.0-alpha.6 " ,
9+ "version" : " 5.2.0-alpha.5 " ,
1010 "main" : " src/index.js" ,
1111 "author" : " Austin McGee <austin@dhis2.org>" ,
1212 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/create" ,
3- "version" : " 5.2.0-alpha.6 " ,
3+ "version" : " 5.2.0-alpha.5 " ,
44 "description" : " " ,
55 "main" : " src/index.js" ,
66 "bin" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @dhis2/cli" ,
3- "version" : " 5.2.0-alpha.6 " ,
3+ "version" : " 5.2.0-alpha.5 " ,
44 "description" : " A command line interface for DHIS2 development workflows" ,
55 "main" : " src/index.js" ,
66 "author" : " Austin McGee <austin@dhis2.org>" ,
1212 "node" : " >=12"
1313 },
1414 "dependencies" : {
15- "@dhis2/cli-app" : " 5.2.0-alpha.6 " ,
16- "@dhis2/cli-cluster" : " 5.2.0-alpha.6 " ,
17- "@dhis2/cli-create" : " 5.2.0-alpha.6 " ,
15+ "@dhis2/cli-app" : " 5.2.0-alpha.5 " ,
16+ "@dhis2/cli-cluster" : " 5.2.0-alpha.5 " ,
17+ "@dhis2/cli-create" : " 5.2.0-alpha.5 " ,
1818 "@dhis2/cli-helpers-engine" : " ^3.2.1" ,
1919 "@dhis2/cli-style" : " ^9.0.1" ,
20- "@dhis2/cli-utils" : " 5.2.0-alpha.6 " ,
20+ "@dhis2/cli-utils" : " 5.2.0-alpha.5 " ,
2121 "cli-table3" : " ^0.6.0" ,
2222 "envinfo" : " ^7.5.0" ,
2323 "inquirer" : " ^7.1.0"
Original file line number Diff line number Diff line change 66 "engines" : {
77 "node" : " >=12"
88 },
9- "version" : " 5.2.0-alpha.6 " ,
9+ "version" : " 5.2.0-alpha.5 " ,
1010 "main" : " src/index.js" ,
1111 "author" : " Viktor Varland <viktor@dhis2.org>" ,
1212 "contributors" : [
Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ const handler = async ({ publish }) => {
9191 const updateLockFile = [
9292 '@semantic-release/exec' ,
9393 {
94- prepareCmd : 'pnpm install --no-frozen-lockfile' , // ToDo: make it independent of npm
94+ successCmd :
95+ 'pnpm install --no-frozen-lockfile && git add pnpm-lock.yml && git commit -m "chore(skip): update pnpm-lock.yml"' , // ToDo: make it independent of npm
9596 } ,
9697 ]
9798 const deferPlugin = require ( '../support/semantic-release-defer-release' )
You can’t perform that action at this time.
0 commit comments