diff --git a/client/package.json b/client/package.json index 8d207d2..41fc226 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-client", - "version": "0.2.3", + "version": "0.2.4", "scripts": { "start": "vite --port 5010", "build": "run-p type-check build-only", diff --git a/common/package.json b/common/package.json index dccad4d..3b26e41 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-common", - "version": "0.2.3", + "version": "0.2.4", "author": "fumiX GmbH & Co KG", "license": "Apache-2.0", "scripts": { diff --git a/package.json b/package.json index f83b44c..87d35d6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ }, "engineStrict": true, "name": "@fumix/fu-blog", - "version": "0.2.3", + "version": "0.2.4", "workspaces": [ "common", "client", diff --git a/portal/package.json b/portal/package.json index e87a27c..095658c 100644 --- a/portal/package.json +++ b/portal/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-portal", - "version": "0.2.3", + "version": "0.2.4", "private": true, "main": "index.js", "type": "module", diff --git a/server/package.json b/server/package.json index 27ab209..3ab9548 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-server", - "version": "0.2.3", + "version": "0.2.4", "description": "Backend Server for Blog in Node/Express", "main": "server.js", "scripts": {