diff --git a/client/package.json b/client/package.json index 5c1f9487..4151163b 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "client", "private": true, - "version": "0.0.9", + "version": "0.0.10", "type": "module", "scripts": { "dev": "vite", diff --git a/package-lock.json b/package-lock.json index 26b22035..c11c4d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ] }, "client": { - "version": "0.0.9", + "version": "0.0.10", "dependencies": { "@dataesr/dsfr-plus": "^0.0.20", "@gouvfr/dsfr": "^1.10.2", diff --git a/package.json b/package.json index 402bf1bc..5d87149f 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,14 @@ { "name": "scanr-next-gen", - "version": "0.0.8", + "version": "0.0.10", "description": "scanR next generation", "workspaces": [ "client" ], "scripts": { "preversion": "git switch main && git pull origin main --rebase --tags && git merge staging && npm run build -w client", - "version": "git add . && git commit -m 'Bump npm version to %s' && git push origin main --tags", - "postversion": "git switch staging", - "deploy": "npm version --include-workspace-root --workspaces --git-tag-version=false" + "postversion": "git add . && git commit -m 'Bump npm version to ${version}' && git push origin main --tags && git switch staging", + "deploy": "npm version --include-workspace-root --workspaces" }, "repository": { "type": "git",