diff --git a/api/package.json b/api/package.json index 47920a5..fa0aad8 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@xyz27900/xi-rating-bot-api", - "version": "0.0.0", + "version": "0.1.0", "author": "Evgeniy Kozlov", "license": "MIT", "repository": { diff --git a/common/package.json b/common/package.json index 7b5fbf1..ac32410 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@xyz27900/xi-rating-bot-common", - "version": "0.0.0", + "version": "0.1.0", "author": "Evgeniy Kozlov", "license": "MIT", "repository": { diff --git a/package-lock.json b/package-lock.json index 72c848f..e2d4129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xyz27900/xi-rating-bot", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xyz27900/xi-rating-bot", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "workspaces": [ "api", @@ -16,7 +16,7 @@ }, "api": { "name": "@xyz27900/xi-rating-bot-api", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@sentry/node": "^6.19.6", @@ -51,7 +51,7 @@ }, "common": { "name": "@xyz27900/xi-rating-bot-common", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "devDependencies": { "@types/node": "^17.0.14", @@ -7299,7 +7299,7 @@ }, "ui": { "name": "@xyz27900/xi-rating-bot-ui", - "version": "0.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@xyz27900/xi-rating-bot-common": "*", diff --git a/package.json b/package.json index 394f03a..10260d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xyz27900/xi-rating-bot", - "version": "0.0.0", + "version": "0.1.0", "author": "Evgeniy Kozlov", "license": "MIT", "repository": { diff --git a/ui/package.json b/ui/package.json index 68cbdd2..9aacad1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@xyz27900/xi-rating-bot-ui", - "version": "0.0.0", + "version": "0.1.0", "author": "Evgeniy Kozlov", "license": "MIT", "repository": {