Skip to content

Commit ad59d0a

Browse files
committed
chore: release v0.17.0
1 parent 87fcda8 commit ad59d0a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlighthouse/monorepo",
33
"type": "module",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"license": "MIT",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlighthouse/cli",
33
"type": "module",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"description": "CLI for Unlighthouse",
66
"license": "MIT",
77
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlighthouse/client",
33
"type": "module",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"description": "UI Client for Unlighthouse.",
66
"license": "MIT",
77
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlighthouse/core",
33
"type": "module",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"description": "Scan your entire website with Google Lighthouse.",
66
"license": "MIT",
77
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unlighthouse/server",
33
"type": "module",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"description": "Server for Unlighthouse",
66
"license": "MIT",
77
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",

packages/unlighthouse-ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unlighthouse-ci",
33
"type": "module",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.",
66
"license": "MIT",
77
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",

packages/unlighthouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unlighthouse",
33
"type": "module",
4-
"version": "0.16.3",
4+
"version": "0.17.0",
55
"description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.",
66
"license": "MIT",
77
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",

0 commit comments

Comments
 (0)