Skip to content

Commit

Permalink
chore: set sh-admin and selfhost-web version to 2023.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Apr 9, 2023
1 parent f7e1708 commit 9d9bf84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/hoppscotch-selfhost-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "0.0.0",
"version": "2023.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const storeSyncDefinition: StoreSyncDefinitionOf<
updateUserEnvironment(backendId, updatedEnv)()
}
},
async deleteEnvironment({ _, envID }) {
async deleteEnvironment({ envID }) {
if (envID) {
await deleteUserEnvironment(envID)()
}
Expand Down
4 changes: 2 additions & 2 deletions packages/hoppscotch-sh-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "0.0.0",
"version": "2023.4.0",
"type": "module",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.1",
"@hoppscotch/ui": "workspace:^0.0.1",
"@hoppscotch/ui": "workspace:^",
"@hoppscotch/vue-toasted": "^0.1.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.15",
Expand Down

0 comments on commit 9d9bf84

Please sign in to comment.