From 99fc61a5451b21f1a29792c383f123f88b072a15 Mon Sep 17 00:00:00 2001 From: harlan Date: Fri, 22 Nov 2024 01:51:35 +1100 Subject: [PATCH] chore: release v0.14.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 6b2f6ee..2a061f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/monorepo", "type": "module", - "version": "0.14.0", + "version": "0.14.1", "private": true, "packageManager": "pnpm@9.14.2", "license": "MIT", diff --git a/packages/cli/package.json b/packages/cli/package.json index 8dd9f1b..ffd3d58 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/cli", "type": "module", - "version": "0.14.0", + "version": "0.14.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 00c44c6..fddd5b0 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/client", - "version": "0.14.0", + "version": "0.14.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 b18ebdd..ab4f6c1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/core", "type": "module", - "version": "0.14.0", + "version": "0.14.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 4ee2e36..08c55f6 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/server", "type": "module", - "version": "0.14.0", + "version": "0.14.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 d8acad5..630227a 100644 --- a/packages/unlighthouse-ci/package.json +++ b/packages/unlighthouse-ci/package.json @@ -1,7 +1,7 @@ { "name": "unlighthouse-ci", "type": "module", - "version": "0.14.0", + "version": "0.14.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 27bae03..e4aff42 100644 --- a/packages/unlighthouse/package.json +++ b/packages/unlighthouse/package.json @@ -1,7 +1,7 @@ { "name": "unlighthouse", "type": "module", - "version": "0.14.0", + "version": "0.14.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",