Skip to content

Commit

Permalink
update to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed Jul 30, 2024
1 parent 65c099d commit 4abec54
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.4.2",
"version": "1.5.0",
"main": "dist/index.js",
"description": "Dashboard for PM2",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": {
"name": "oxdev03"
},
"version": "1.4.2",
"version": "1.5.0",
"private": true,
"repository": {
"type": "git",
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 packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pm2.web/eslint-config",
"version": "1.4.2",
"version": "1.5.0",
"private": true,
"files": [
"base.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mongoose-models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pm2.web/mongoose-models",
"version": "1.4.2",
"version": "1.5.0",
"description": "Shared Mongoose Models for pm2.web",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pm2.web/typescript-config",
"version": "1.4.2",
"version": "1.5.0",
"private": true,
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pm2.web/typings",
"version": "1.4.2",
"version": "1.5.0",
"description": "Shared Typings for pm2.web",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4abec54

Please sign in to comment.