Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:thxprotocol/vue-3-monorepo into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
peterpolman committed May 22, 2024
2 parents e8e2e83 + fb9cdea commit 7e99ee3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"jochemvn <jochemvn@gmail.com>"
],
"license": "AGPL-3.0",
"version": "1.52.144",
"version": "1.52.145",
"scripts": {
"migrate": "yarn run migrate:db && yarn run migrate:post-migrate",
"migrate:post-migrate": "node post-migrate.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"jochemvn <jochemvn@gmail.com>"
],
"license": "AGPL-3.0",
"version": "1.0.3"
"version": "1.0.4"
}
2 changes: 1 addition & 1 deletion apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Justina Mary <justinamary27@gmail.com>"
],
"license": "AGPL-3.0",
"version": "1.41.189",
"version": "1.41.190",
"scripts": {
"migrate": "node migrate-mongo.js up",
"migrate:down": "node migrate-mongo.js down"
Expand Down

0 comments on commit 7e99ee3

Please sign in to comment.