Skip to content

Commit

Permalink
Bump version 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proohit committed Dec 14, 2022
1 parent 03eb8e9 commit 55b7765
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accountingapp/backend",
"version": "0.18.0",
"version": "0.18.1",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accountingapp/web",
"version": "0.18.0",
"version": "0.18.1",
"private": true,
"scripts": {
"lint": "next lint",
Expand Down
10 changes: 5 additions & 5 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
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 55b7765

Please sign in to comment.