diff --git a/integrations/nuxt/package.json b/integrations/nuxt/package.json index 9bf73b1a..598798f4 100644 --- a/integrations/nuxt/package.json +++ b/integrations/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/nuxt", "type": "module", - "version": "0.8.7", + "version": "0.9.0", "description": "Nuxt module for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/integrations/vite/package.json b/integrations/vite/package.json index 2e46da69..91d6b2b3 100644 --- a/integrations/vite/package.json +++ b/integrations/vite/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/vite", "type": "module", - "version": "0.8.7", + "version": "0.9.0", "description": "Vite plugin for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/integrations/webpack/package.json b/integrations/webpack/package.json index 36afa75f..36739c2e 100644 --- a/integrations/webpack/package.json +++ b/integrations/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/webpack", - "version": "0.8.7", + "version": "0.9.0", "description": "Webpack plugin for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/package.json b/package.json index 167aa8a6..b5fcfeac 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "vite": "^4.3.9", "vitest": "^0.32.0" }, - "version": "0.8.7", + "version": "0.9.0", "dependencies": { "unbuild": "^1.2.1" } diff --git a/packages/cli/package.json b/packages/cli/package.json index 9045c8bc..0a3dc7c9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/cli", - "version": "0.8.7", + "version": "0.9.0", "description": "CLI for Unlighthouse", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/client/package.json b/packages/client/package.json index d177fa4e..c708e7e2 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/client", - "version": "0.8.7", + "version": "0.9.0", "description": "UI Client for Unlighthouse.", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/core/package.json b/packages/core/package.json index 8a545329..1e5ffe48 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/core", - "version": "0.8.7", + "version": "0.9.0", "description": "Scan your entire website with Google Lighthouse.", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/server/package.json b/packages/server/package.json index fb653c52..5968da68 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/server", - "version": "0.8.7", + "version": "0.9.0", "description": "Server for Unlighthouse", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/unlighthouse-puppeteer/package.json b/packages/unlighthouse-puppeteer/package.json index 47c1d132..2321b3c8 100644 --- a/packages/unlighthouse-puppeteer/package.json +++ b/packages/unlighthouse-puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "unlighthouse-puppeteer", - "version": "0.8.7", + "version": "0.9.0", "description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/unlighthouse/package.json b/packages/unlighthouse/package.json index 58502b4e..57aeac87 100644 --- a/packages/unlighthouse/package.json +++ b/packages/unlighthouse/package.json @@ -1,6 +1,6 @@ { "name": "unlighthouse", - "version": "0.8.7", + "version": "0.9.0", "description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme",