From 8934952cba1e91b10437ee9935c61a1651151c9d Mon Sep 17 00:00:00 2001 From: harlan Date: Sun, 22 Sep 2024 20:28:09 +1000 Subject: [PATCH] chore: release v0.13.4 --- 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 b925cf33..c702d3cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/monorepo", "type": "module", - "version": "0.13.3", + "version": "0.13.4", "private": true, "packageManager": "pnpm@9.10.0", "license": "MIT", diff --git a/packages/cli/package.json b/packages/cli/package.json index cbb24eb6..2b61cf6f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/cli", "type": "module", - "version": "0.13.3", + "version": "0.13.4", "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 9433e83f..36b7324c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@unlighthouse/client", - "version": "0.13.3", + "version": "0.13.4", "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 01cf8b0a..10b0210b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/core", "type": "module", - "version": "0.13.3", + "version": "0.13.4", "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 a6ee42b3..f3d6ee83 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "name": "@unlighthouse/server", "type": "module", - "version": "0.13.3", + "version": "0.13.4", "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 da4b6729..70d446b8 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.3", + "version": "0.13.4", "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 6aba066b..4b4ae35e 100644 --- a/packages/unlighthouse/package.json +++ b/packages/unlighthouse/package.json @@ -1,7 +1,7 @@ { "name": "unlighthouse", "type": "module", - "version": "0.13.3", + "version": "0.13.4", "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",