Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Sep 9, 2024
1 parent 42cde13 commit c497573
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"engineStrict": true,
"name": "@fumix/fu-blog",
"version": "0.2.3",
"version": "0.2.4",
"workspaces": [
"common",
"client",
Expand Down
2 changes: 1 addition & 1 deletion portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fumix/fu-blog-portal",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c497573

Please sign in to comment.