bump version in all package.json

This commit is contained in:
Matthias Kretschmann 2019-05-28 11:41:36 +02:00
parent 41d6726bed
commit a65be11c07
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "commons-client",
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
"version": "0.1.0",
"version": "0.4.0",
"license": "Apache-2.0",
"scripts": {
"start": "react-scripts start",

View File

@ -21,6 +21,7 @@
},
"dependencies": {},
"devDependencies": {
"@release-it/bumper": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"auto-changelog": "^1.13.0",
@ -48,6 +49,15 @@
"beforeStage": "npm run changelog",
"afterRelease": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"plugins": {
"@release-it/bumper": {
"out": [
"package.json",
"client/package.json",
"server/package.json"
]
}
},
"git": {
"tagName": "v${version}"
},

View File

@ -1,7 +1,7 @@
{
"name": "commons-server",
"description": "Ocean Protocol marketplace backend.",
"version": "1.0.0",
"version": "0.4.0",
"license": "Apache-2.0",
"main": "dist/server.js",
"scripts": {