Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed May 9, 2023
1 parent d00336f commit 3047454
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.1.0",
"version": "0.2.1",
"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.1.0",
"version": "0.2.1",
"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 @@
"npm": ">=8.0.0 <10.0.0"
},
"name": "@fumix/fu-blog",
"version": "0.1.0",
"version": "0.2.1",
"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.1.0",
"version": "0.2.1",
"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.1.0",
"version": "0.2.1",
"description": "Backend Server for Blog in Node/Express",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 3047454

Please sign in to comment.