From 80a5d21576cb2e46efef332b01da4c8f09dd1107 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sun, 9 Apr 2023 21:42:25 +0530 Subject: [PATCH 1/2] chore: set web and common versions to 2023.4.0 and remove workspace package version specifiers --- packages/hoppscotch-cli/package.json | 4 ++-- packages/hoppscotch-common/package.json | 10 +++++----- packages/hoppscotch-js-sandbox/package.json | 2 +- packages/hoppscotch-web/package.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/hoppscotch-cli/package.json b/packages/hoppscotch-cli/package.json index 44708c3f0..039bdaed8 100644 --- a/packages/hoppscotch-cli/package.json +++ b/packages/hoppscotch-cli/package.json @@ -36,8 +36,8 @@ "license": "MIT", "private": false, "devDependencies": { - "@hoppscotch/data": "workspace:^0.4.4", - "@hoppscotch/js-sandbox": "workspace:^2.0.0", + "@hoppscotch/data": "workspace:^", + "@hoppscotch/js-sandbox": "workspace:^", "@relmify/jest-fp-ts": "^2.0.2", "@swc/core": "^1.2.181", "@types/axios": "^0.14.0", diff --git a/packages/hoppscotch-common/package.json b/packages/hoppscotch-common/package.json index f7846859c..2804f9cb4 100644 --- a/packages/hoppscotch-common/package.json +++ b/packages/hoppscotch-common/package.json @@ -1,7 +1,7 @@ { "name": "@hoppscotch/common", "private": true, - "version": "3.0.1", + "version": "2023.4.0", "scripts": { "dev": "pnpm exec npm-run-all -p -l dev:*", "dev:vite": "vite", @@ -30,10 +30,10 @@ "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.1.0", "@codemirror/view": "^6.0.2", - "@hoppscotch/codemirror-lang-graphql": "workspace:^0.2.0", - "@hoppscotch/data": "workspace:^0.4.4", - "@hoppscotch/js-sandbox": "workspace:^2.1.0", - "@hoppscotch/ui": "workspace:^0.0.1", + "@hoppscotch/codemirror-lang-graphql": "workspace:^", + "@hoppscotch/data": "workspace:^", + "@hoppscotch/js-sandbox": "workspace:^", + "@hoppscotch/ui": "workspace:^", "@hoppscotch/vue-toasted": "^0.1.0", "@lezer/highlight": "^1.0.0", "@sentry/tracing": "^7.13.0", diff --git a/packages/hoppscotch-js-sandbox/package.json b/packages/hoppscotch-js-sandbox/package.json index 73b7caf8c..f6db08432 100644 --- a/packages/hoppscotch-js-sandbox/package.json +++ b/packages/hoppscotch-js-sandbox/package.json @@ -40,7 +40,7 @@ "author": "Hoppscotch (support@hoppscotch.io)", "license": "MIT", "dependencies": { - "@hoppscotch/data": "workspace:^0.4.4", + "@hoppscotch/data": "workspace:^", "fp-ts": "^2.11.10", "lodash": "^4.17.21", "quickjs-emscripten": "^0.15.0", diff --git a/packages/hoppscotch-web/package.json b/packages/hoppscotch-web/package.json index a5a1835e9..11668dd6f 100644 --- a/packages/hoppscotch-web/package.json +++ b/packages/hoppscotch-web/package.json @@ -1,7 +1,7 @@ { "name": "@hoppscotch/web", "private": true, - "version": "0.0.0", + "version": "2023.4.0", "type": "module", "scripts": { "dev": "vite", @@ -29,7 +29,7 @@ "util": "^0.12.4", "vue": "^3.2.41", "workbox-window": "^6.5.4", - "@hoppscotch/data": "workspace:^0.4.4" + "@hoppscotch/data": "workspace:^" }, "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^6.0.1", From 134441a6e7f110ba74c1c14c42d517ec10e3f17f Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sun, 9 Apr 2023 21:54:51 +0530 Subject: [PATCH 2/2] chore: update CODEOWNERS --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5d27aff2d..0141906f6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,12 +5,12 @@ # Packages /packages/codemirror-lang-graphql/ @AndrewBastin -/packages/hoppscotch-cli/ @aitchnyu +/packages/hoppscotch-cli/ @AndrewBastin /packages/hoppscotch-common/ @amk-dev @AndrewBastin /packages/hoppscotch-data/ @AndrewBastin -/packages/hoppscotch-js-sandbox/ @aitchnyu +/packages/hoppscotch-js-sandbox/ @AndrewBastin /packages/hoppscotch-ui/ @anwarulislam -/packages/hoppscotch-web/ @amk-dev @AndrewBastin +/packages/hoppscotch-web/ @amk-dev # Sections within Hoppscotch Common /packages/hoppscotch-common/src/components @anwarulislam