From ac305f7eccd51cfc72a5e8bf6b04136d273c0640 Mon Sep 17 00:00:00 2001 From: harlan Date: Thu, 13 Jun 2024 13:12:44 +1000 Subject: [PATCH] chore: release v0.13.1 --- 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-ci/package.json | 2 +- packages/unlighthouse/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 15b6c56e..22dc3bc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/monorepo", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "private": true, "packageManager": "pnpm@9.3.0", "license": "MIT", diff --git a/packages/cli/package.json b/packages/cli/package.json index a75abe63..17e674d4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/cli", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "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 626c9432..7f4dff80 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/client", - "version": "0.13.0", + "version": "0.13.1", "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 f12edd7c..15eeeb09 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/core", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "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 50ab2610..e7e351f9 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/server", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "description": "Server for Unlighthouse", "license": "MIT", "homepage": "https://github.com/harlan-zw/unlighthouse#readme", diff --git a/packages/unlighthouse-ci/package.json b/packages/unlighthouse-ci/package.json index 251f5e51..6ad929d7 100644 --- a/packages/unlighthouse-ci/package.json +++ b/packages/unlighthouse-ci/package.json @@ -1,7 +1,7 @@ { "name": "unlighthouse-ci", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "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 7d914c18..5bf82617 100644 --- a/packages/unlighthouse/package.json +++ b/packages/unlighthouse/package.json @@ -1,7 +1,7 @@ { "name": "unlighthouse", "type": "module", - "version": "0.13.0", + "version": "0.13.1", "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",