Bump version to v7.0.0

Signed-off-by: Reece Dunham <me@rdil.rocks>
This commit is contained in:
Reece Dunham 2024-04-03 21:33:12 -04:00
parent 050f3c55c4
commit cb927ff83f
No known key found for this signature in database
GPG Key ID: 808CA09798FD84A4
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@peacockproject/monorepo",
"version": "7.0.0-alpha.7",
"version": "7.0.0",
"private": true,
"license": "AGPL-3.0",
"scripts": {

View File

@ -25,7 +25,8 @@
"@types/express": "^4.17.20",
"@types/node": "*",
"axios": "^1.6.8",
"js-ini": "^1.6.0"
"js-ini": "^1.6.0",
"semver": "^7.6.0"
},
"optionalDependencies": {
"msgpackr": "^1.10.1"

View File

@ -473,6 +473,7 @@ __metadata:
axios: "npm:^1.6.8"
js-ini: "npm:^1.6.0"
msgpackr: "npm:^1.10.1"
semver: "npm:^7.6.0"
dependenciesMeta:
msgpackr:
optional: true