Skip to content

Commit

Permalink
Bump version to v7.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL committed Apr 4, 2024
1 parent 050f3c5 commit cb927ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peacockproject/monorepo",
"version": "7.0.0-alpha.7",
"version": "7.0.0",
"private": true,
"license": "AGPL-3.0",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packaging/typedefs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb927ff

Please sign in to comment.