Skip to content

Commit ebc630a

Browse files
committed
Bump version 0.15.2
1 parent a95c19e commit ebc630a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accountingapp/backend",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "",
55
"author": "",
66
"private": true,

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accountingapp/web",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"private": true,
55
"scripts": {
66
"lint": "next lint",

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accountingapp",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "Accounting App is a project which helps to keep an overview of balances of personal wallets.",
55
"main": "index.js",
66
"scripts": {

shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@accountingapp/shared",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"scripts": {
55
"prebuild": "rimraf dist",
66
"build": "npm run build:esm && npm run build:cjs",

0 commit comments

Comments
 (0)