Skip to content

Commit 6a3e7c8

Browse files
committed
chore: release v0.5.0
1 parent 1a76652 commit 6a3e7c8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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": "unhead-monorepo",
33
"private": "true",
4-
"version": "0.4.8",
4+
"version": "0.5.0",
55
"packageManager": "pnpm@7.8.0",
66
"description": "Typed utilities for defining, validating and building best-practice document <head>'s.",
77
"author": "Harlan Wilton <harlan@harlanzw.com>",

packages/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/dom",
33
"type": "module",
4-
"version": "0.4.8",
4+
"version": "0.5.0",
55
"packageManager": "pnpm@7.14.0",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/schema",
33
"type": "module",
4-
"version": "0.4.8",
4+
"version": "0.5.0",
55
"packageManager": "pnpm@7.14.0",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/ssr",
33
"type": "module",
4-
"version": "0.4.8",
4+
"version": "0.5.0",
55
"packageManager": "pnpm@7.14.0",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages/unhead/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unhead",
33
"type": "module",
4-
"version": "0.4.8",
4+
"version": "0.5.0",
55
"packageManager": "pnpm@7.14.0",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/vue",
33
"type": "module",
4-
"version": "0.4.8",
4+
"version": "0.5.0",
55
"packageManager": "pnpm@7.14.0",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)