From 0bccf57bcf64c1d440439ba5455bde4ce204ee25 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Mon, 22 May 2023 12:02:13 +0700 Subject: [PATCH] chore: release v0.8.2 --- integrations/nuxt/package.json | 2 +- integrations/vite/package.json | 2 +- integrations/webpack/package.json | 2 +- package.json | 2 +- packages/cli/package.json | 2 +- packages/client/package.json | 2 +- packages/core/package.json | 2 +- packages/server/package.json | 2 +- packages/unlighthouse-puppeteer/package.json | 2 +- packages/unlighthouse/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/integrations/nuxt/package.json b/integrations/nuxt/package.json index c4e23353..55b76a91 100644 --- a/integrations/nuxt/package.json +++ b/integrations/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/nuxt", "type": "module", - "version": "0.8.1", + "version": "0.8.2", "description": "Nuxt module for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/integrations/vite/package.json b/integrations/vite/package.json index 75dd226c..ec8441b5 100644 --- a/integrations/vite/package.json +++ b/integrations/vite/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/vite", "type": "module", - "version": "0.8.1", + "version": "0.8.2", "description": "Vite plugin for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/integrations/webpack/package.json b/integrations/webpack/package.json index a4c0087b..1230476e 100644 --- a/integrations/webpack/package.json +++ b/integrations/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/webpack", - "version": "0.8.1", + "version": "0.8.2", "description": "Webpack plugin for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/package.json b/package.json index a4141339..6ee31298 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "vite": "^4.3.7", "vitest": "^0.31.1" }, - "version": "0.8.1", + "version": "0.8.2", "dependencies": { "unbuild": "^1.2.1" } diff --git a/packages/cli/package.json b/packages/cli/package.json index ac7bf591..5588f2f6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/cli", - "version": "0.8.1", + "version": "0.8.2", "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 c49ba751..3fbfa85a 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/client", - "version": "0.8.1", + "version": "0.8.2", "description": "Built Vite 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 4d797ec4..45bb17c9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/core", - "version": "0.8.1", + "version": "0.8.2", "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 26721f43..b0409ef5 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/server", - "version": "0.8.1", + "version": "0.8.2", "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 09f9ee86..ba935763 100644 --- a/packages/unlighthouse-puppeteer/package.json +++ b/packages/unlighthouse-puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "unlighthouse-puppeteer", - "version": "0.8.1", + "version": "0.8.2", "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 5a769d2d..88063c72 100644 --- a/packages/unlighthouse/package.json +++ b/packages/unlighthouse/package.json @@ -1,6 +1,6 @@ { "name": "unlighthouse", - "version": "0.8.1", + "version": "0.8.2", "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",