diff --git a/strr-host-pm-web/nuxt.config.ts b/strr-host-pm-web/nuxt.config.ts index 079470c61..ca8647626 100644 --- a/strr-host-pm-web/nuxt.config.ts +++ b/strr-host-pm-web/nuxt.config.ts @@ -39,8 +39,8 @@ export default defineNuxtConfig({ }, extends: [ - '../strr-base-web' // dev only - // ['github:bcgov/STRR/strr-base-web', { install: true }] + // '../strr-base-web' // dev only + ['github:bcgov/STRR/strr-base-web', { install: true }] ], imports: { diff --git a/strr-host-pm-web/package.json b/strr-host-pm-web/package.json index ed8810e25..bd5b31022 100644 --- a/strr-host-pm-web/package.json +++ b/strr-host-pm-web/package.json @@ -2,7 +2,7 @@ "name": "strr-host-pm-web", "private": true, "type": "module", - "version": "0.0.3", + "version": "0.0.4", "scripts": { "build-check": "nuxt build", "build": "nuxt generate", diff --git a/strr-platform-web/package.json b/strr-platform-web/package.json index fd97b0f4d..fc5d5d038 100644 --- a/strr-platform-web/package.json +++ b/strr-platform-web/package.json @@ -2,7 +2,7 @@ "name": "strr-platform-web", "private": true, "type": "module", - "version": "0.0.17", + "version": "0.0.18", "scripts": { "build-check": "nuxt build", "build": "nuxt generate", diff --git a/strr-strata-web/package.json b/strr-strata-web/package.json index fa893995d..b4365dbfe 100644 --- a/strr-strata-web/package.json +++ b/strr-strata-web/package.json @@ -2,7 +2,7 @@ "name": "strr-strata-web", "private": true, "type": "module", - "version": "0.0.14", + "version": "0.0.15", "scripts": { "build-check": "nuxt build", "build": "nuxt generate",