Skip to content

Commit

Permalink
chore: release v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 27, 2023
1 parent f17afd0 commit 7bd65bd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion integrations/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlighthouse/nuxt",
"type": "module",
"version": "0.10.3",
"version": "0.10.4",
"description": "Nuxt module for Unlighthouse",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion integrations/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlighthouse/vite",
"type": "module",
"version": "0.10.3",
"version": "0.10.4",
"description": "Vite plugin for Unlighthouse",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion integrations/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/webpack",
"version": "0.10.3",
"version": "0.10.4",
"description": "Webpack plugin for Unlighthouse",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlighthouse/monorepo",
"type": "module",
"version": "0.10.3",
"version": "0.10.4",
"private": true,
"packageManager": "pnpm@8.10.5",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/cli",
"version": "0.10.3",
"version": "0.10.4",
"description": "CLI for Unlighthouse",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/client",
"version": "0.10.3",
"version": "0.10.4",
"description": "UI Client for Unlighthouse.",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/core",
"version": "0.10.3",
"version": "0.10.4",
"description": "Scan your entire website with Google Lighthouse.",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/server",
"version": "0.10.3",
"version": "0.10.4",
"description": "Server for Unlighthouse",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/unlighthouse-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unlighthouse-puppeteer",
"version": "0.10.3",
"version": "0.10.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",
Expand Down
2 changes: 1 addition & 1 deletion packages/unlighthouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unlighthouse",
"version": "0.10.3",
"version": "0.10.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",
Expand Down

1 comment on commit 7bd65bd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.