From bc8e5047e1ad4bb86f42c70ffe15d3679bb75e64 Mon Sep 17 00:00:00 2001 From: Harlan Wilton Date: Fri, 21 Jul 2023 13:55:10 +0300 Subject: [PATCH] chore: release v0.10.0 --- 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 b2425a97..819a72bd 100644 --- a/integrations/nuxt/package.json +++ b/integrations/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/nuxt", "type": "module", - "version": "0.9.0", + "version": "0.10.0", "description": "Nuxt module for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/integrations/vite/package.json b/integrations/vite/package.json index 8b1c1540..2f0a4899 100644 --- a/integrations/vite/package.json +++ b/integrations/vite/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/vite", "type": "module", - "version": "0.9.0", + "version": "0.10.0", "description": "Vite plugin for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/integrations/webpack/package.json b/integrations/webpack/package.json index 160745b4..9c97efb3 100644 --- a/integrations/webpack/package.json +++ b/integrations/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/webpack", - "version": "0.9.0", + "version": "0.10.0", "description": "Webpack plugin for Unlighthouse", "author": "Harlan Wilton ", "license": "MIT", diff --git a/package.json b/package.json index 6b4c38fa..aa93b1d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/monorepo", - "version": "0.9.0", + "version": "0.10.0", "private": true, "packageManager": "pnpm@8.6.7", "license": "MIT", diff --git a/packages/cli/package.json b/packages/cli/package.json index 761deb9c..41d0a40f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/cli", - "version": "0.9.0", + "version": "0.10.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 2d446275..9f81be6f 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/client", - "version": "0.9.0", + "version": "0.10.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 df42b83c..253e7e52 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/core", - "version": "0.9.0", + "version": "0.10.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 a6f095d9..053fcf0e 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/server", - "version": "0.9.0", + "version": "0.10.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 2305ceed..c4f9f6ca 100644 --- a/packages/unlighthouse-puppeteer/package.json +++ b/packages/unlighthouse-puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "unlighthouse-puppeteer", - "version": "0.9.0", + "version": "0.10.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 57aeac87..61b298f0 100644 --- a/packages/unlighthouse/package.json +++ b/packages/unlighthouse/package.json @@ -1,6 +1,6 @@ { "name": "unlighthouse", - "version": "0.9.0", + "version": "0.10.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",