Skip to content

Commit

Permalink
v1.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pregnantboy committed Oct 24, 2024
1 parent 5c286ae commit b39bea4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@
"tsconfig-paths": "^4.2.0",
"type-fest": "4.10.3"
},
"version": "1.29.4"
"version": "1.29.5"
}
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.29.4",
"version": "1.29.5",
"scripts": {
"dev": "wait-on tcp:3000 && vite --host --force",
"build": "tsc && vite build --mode=${VITE_MODE:-prod}",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "@plumber/types",
"description": "Shared types for plumber",
"types": "./index.d.ts",
"version": "1.29.4"
"version": "1.29.5"
}

0 comments on commit b39bea4

Please sign in to comment.