Skip to content

Commit

Permalink
Bump version to 0.2.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed May 17, 2023
1 parent 0c373cd commit 1c23e7b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.1",
"version": "0.2.2",
"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.1",
"version": "0.2.2",
"author": "fumiX GmbH & Co KG",
"license": "Apache-2.0",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.1",
"version": "0.2.2",
"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.1",
"version": "0.2.2",
"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.1",
"version": "0.2.2",
"description": "Backend Server for Blog in Node/Express",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 1c23e7b

Please sign in to comment.