Skip to content

Commit

Permalink
chore: release v1.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Mar 4, 2024
1 parent afcfb08 commit 9670536
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unhead-monorepo",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"private": "true",
"packageManager": "pnpm@8.15.4",
"author": "Harlan Wilton <harlan@harlanzw.com>",
Expand All @@ -14,6 +14,7 @@
"build": "pnpm -r --filter=./packages/** run build",
"stub": "pnpm -r --parallel --filter=./packages/** run stub",
"test": "vitest",
"test:memory": "vitest --expose-gc run memory",
"export:sizes": "pnpm -r --parallel --filter=./packages/** run export:sizes",
"release": "bumpp package.json packages/*/package.json --commit --push --tag",
"lint": "eslint . --fix"
Expand Down
2 changes: 1 addition & 1 deletion packages/addons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/addons",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/dom",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-org/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unhead/schema-org",
"version": "1.8.10",
"version": "1.8.11",
"description": "Unhead Schema.org for Simple and Automated Google Rich Results",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/schema",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/shared",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/ssr",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down
2 changes: 1 addition & 1 deletion packages/unhead/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unhead",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"author": {
"name": "Harlan Wilton",
"email": "harlan@harlanzw.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/vue",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"author": "Harlan Wilton <harlan@harlanzw.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down

0 comments on commit 9670536

Please sign in to comment.