diff --git a/client/package.json b/client/package.json index cba7c7f..cf7fdfc 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-client", - "version": "0.1.0", + "version": "0.2.1", "scripts": { "start": "vite --port 5010", "build": "run-p type-check build-only", diff --git a/common/package.json b/common/package.json index 9c966bc..aba944f 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-common", - "version": "0.1.0", + "version": "0.2.1", "author": "fumiX GmbH & Co KG", "license": "Apache-2.0", "scripts": { diff --git a/package.json b/package.json index 7bdfa53..41bc66b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "npm": ">=8.0.0 <10.0.0" }, "name": "@fumix/fu-blog", - "version": "0.1.0", + "version": "0.2.1", "workspaces": [ "common", "client", diff --git a/portal/package.json b/portal/package.json index 7289072..49eaae4 100644 --- a/portal/package.json +++ b/portal/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-portal", - "version": "0.1.0", + "version": "0.2.1", "private": true, "main": "index.js", "type": "module", diff --git a/server/package.json b/server/package.json index a91741b..2672f0d 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-server", - "version": "0.1.0", + "version": "0.2.1", "description": "Backend Server for Blog in Node/Express", "main": "server.js", "scripts": {