diff --git a/backend/package.json b/backend/package.json index 0dee9f3..881c1eb 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@accountingapp/backend", - "version": "0.18.0", + "version": "0.18.1", "description": "", "author": "", "private": true, diff --git a/frontend/package.json b/frontend/package.json index b61f207..0e086c5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@accountingapp/web", - "version": "0.18.0", + "version": "0.18.1", "private": true, "scripts": { "lint": "next lint", diff --git a/package-lock.json b/package-lock.json index 98e8222..d50903a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "accountingapp", - "version": "0.18.0", + "version": "0.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "accountingapp", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "workspaces": [ "backend", @@ -16,7 +16,7 @@ }, "backend": { "name": "@accountingapp/backend", - "version": "0.18.0", + "version": "0.18.1", "license": "UNLICENSED", "dependencies": { "@nestjs-modules/mailer": "^1.8.1", @@ -98,7 +98,7 @@ }, "frontend": { "name": "@accountingapp/web", - "version": "0.18.0", + "version": "0.18.1", "dependencies": { "@date-io/dayjs": "^2.16.0", "@emotion/react": "^11.10.5", @@ -17468,7 +17468,7 @@ }, "shared": { "name": "@accountingapp/shared", - "version": "0.18.0", + "version": "0.18.1", "dependencies": { "object-hash": "^3.0.0" }, diff --git a/package.json b/package.json index 477ef84..bea8ed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "accountingapp", - "version": "0.18.0", + "version": "0.18.1", "description": "Accounting App is a project which helps to keep an overview of balances of personal wallets.", "main": "index.js", "scripts": { diff --git a/shared/package.json b/shared/package.json index f1ef321..8b55004 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@accountingapp/shared", - "version": "0.18.0", + "version": "0.18.1", "scripts": { "prebuild": "rimraf dist", "build": "npm run build:esm && npm run build:cjs",