From 6f25b7b9473f98b20e19a5b4911078d97c49e53b Mon Sep 17 00:00:00 2001 From: folland87 Date: Mon, 25 Mar 2024 18:00:57 +0100 Subject: [PATCH] fix --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 741ffd69..34e6f123 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scanr-next-gen", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scanr-next-gen", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "workspaces": [ "client" diff --git a/package.json b/package.json index e4801705..e7ed4fc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scanr-next-gen", - "version": "0.0.6", + "version": "0.0.7", "description": "scanR next generation", "main": "null", "workspaces": [ @@ -8,7 +8,7 @@ ], "scripts": { "preversion": "git switch main && git pull origin main --rebase --tags && git merge origin/staging", - "version": "git add . && git commit -m 'deploy: version $npm_package_version", + "version": "git add . && git commit -m 'deploy: version $npm_package_version'", "postversion": "git push origin main --tags && git switch staging", "deploy": "npm version $npm_config_level --workspaces --include-workspace-root" },