From 30474543974cd87917c19c04235f1edf6b684e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=A4fer?= Date: Tue, 9 May 2023 13:48:43 +0200 Subject: [PATCH] Update version number --- client/package.json | 2 +- common/package.json | 2 +- package.json | 2 +- portal/package.json | 2 +- server/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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": {