Skip to content

Commit

Permalink
all: Version bump v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
somnisomni committed Jun 21, 2024
1 parent e466475 commit 375486d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/Common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myboothmanager/common",
"version": "0.5.0",
"version": "0.6.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected]",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/CommonUI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myboothmanager/common-ui",
"version": "0.5.0",
"version": "0.6.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected]",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/DevShared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myboothmanager/dev-shared",
"version": "0.5.0",
"version": "0.6.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected]",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/I18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myboothmanager/i18n",
"version": "0.5.0",
"version": "0.6.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected]",
"private": true
Expand Down
6 changes: 4 additions & 2 deletions projects/Admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myboothmanager/admin",
"version": "0.5.0",
"version": "0.6.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected]",
"private": true,
Expand All @@ -13,7 +13,9 @@
"lint": "eslint .",
"lint:fix": "pnpm lint --fix"
},
"files": [ "./dist" ],
"files": [
"./dist"
],
"dependencies": {
"@mdi/font": "^7.4.47",
"@myboothmanager/common": "workspace:^",
Expand Down
6 changes: 4 additions & 2 deletions projects/Backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myboothmanager/backend",
"version": "0.5.0",
"version": "0.6.0",
"author": "somni <[email protected]>",
"private": true,
"packageManager": "[email protected]",
Expand All @@ -21,7 +21,9 @@
"test:watch": "pnpm test --watch",
"test:cov": "pnpm test --coverage"
},
"files": [ "./dist" ],
"files": [
"./dist"
],
"dependencies": {
"@esbuild-kit/esm-loader": "^2.6.5",
"@fastify/cookie": "^9.3.1",
Expand Down
6 changes: 4 additions & 2 deletions projects/Public/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@myboothmanager/public",
"version": "0.5.0",
"version": "0.6.0",
"author": "somni <[email protected]>",
"packageManager": "[email protected]",
"private": true,
"type": "module",
"files": [ "./.output" ],
"files": [
"./.output"
],
"scripts": {
"postinstall": "nuxt prepare",
"build": "nuxt build",
Expand Down

0 comments on commit 375486d

Please sign in to comment.