chore: set sh-admin and selfhost-web version to 2023.4.0

This commit is contained in:
Andrew Bastin
2023-04-09 22:29:23 +05:30
parent f7e170865d
commit 9d9bf84c3f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "0.0.0",
"version": "2023.4.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -89,7 +89,7 @@ export const storeSyncDefinition: StoreSyncDefinitionOf<
updateUserEnvironment(backendId, updatedEnv)()
}
},
async deleteEnvironment({ _, envID }) {
async deleteEnvironment({ envID }) {
if (envID) {
await deleteUserEnvironment(envID)()
}

View File

@@ -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:*",
@@ -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",