From d24eb6e112a0f09353ae6a9474c0bd12c76e95bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=A4fer?= Date: Thu, 1 Aug 2024 12:48:21 +0200 Subject: [PATCH] Bumb version to 0.2.3 for release --- 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 5f0eda5..8d207d2 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-client", - "version": "0.2.2", + "version": "0.2.3", "scripts": { "start": "vite --port 5010", "build": "run-p type-check build-only", diff --git a/common/package.json b/common/package.json index 6460902..8286c47 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-common", - "version": "0.2.2", + "version": "0.2.3", "author": "fumiX GmbH & Co KG", "license": "Apache-2.0", "scripts": { diff --git a/package.json b/package.json index 6a94025..d8e237a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "engineStrict": true, "name": "@fumix/fu-blog", - "version": "0.2.2", + "version": "0.2.3", "workspaces": [ "common", "client", diff --git a/portal/package.json b/portal/package.json index c7c2990..619fa6f 100644 --- a/portal/package.json +++ b/portal/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-portal", - "version": "0.2.2", + "version": "0.2.3", "private": true, "main": "index.js", "type": "module", diff --git a/server/package.json b/server/package.json index a06a36a..02246b8 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@fumix/fu-blog-server", - "version": "0.2.2", + "version": "0.2.3", "description": "Backend Server for Blog in Node/Express", "main": "server.js", "scripts": {