From 8f545c700659ced97b19142017bd3f3aaf17ee4f Mon Sep 17 00:00:00 2001 From: folland87 Date: Tue, 26 Mar 2024 11:08:09 +0100 Subject: [PATCH] update --- client/package.json | 4 ++-- package-lock.json | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index bfe13a35..5c1f9487 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "client", "private": true, - "version": "0.0.8", + "version": "0.0.9", "type": "module", "scripts": { "dev": "vite", @@ -51,4 +51,4 @@ "typescript": "^5.2.2", "vite": "^5.0.4" } -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 7ad20ab5..26b22035 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ] }, "client": { - "version": "0.0.8", + "version": "0.0.9", "dependencies": { "@dataesr/dsfr-plus": "^0.0.20", "@gouvfr/dsfr": "^1.10.2", diff --git a/package.json b/package.json index c381dc77..402bf1bc 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ ], "scripts": { "preversion": "git switch main && git pull origin main --rebase --tags && git merge staging && npm run build -w client", - "version": "git push origin main --tags", + "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" + "deploy": "npm version --include-workspace-root --workspaces --git-tag-version=false" }, "repository": { "type": "git", @@ -21,4 +21,4 @@ "url": "https://github.com/dataesr/scanr-next-gen/issues" }, "homepage": "https://github.com/dataesr/scanr-next-gen#readme" -} +} \ No newline at end of file