Skip to content

Commit fa37df1

Browse files
committed
chore: release v2.0.0-alpha.6
1 parent c629670 commit fa37df1

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unhead-monorepo",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"private": "true",
66
"packageManager": "[email protected]",
77
"author": "Harlan Wilton <[email protected]>",

packages/addons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/addons",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"author": "Harlan Wilton <[email protected]>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

packages/dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/dom",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"author": "Harlan Wilton <[email protected]>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

packages/schema-org/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/schema-org",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"description": "Unhead Schema.org for Simple and Automated Google Rich Results",
66
"author": "Harlan Wilton <[email protected]>",
77
"license": "MIT",

packages/schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/schema",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"author": "Harlan Wilton <[email protected]>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

packages/scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/scripts",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"description": "Unhead Scripts allows you to load third-party scripts with better performance, privacy, and security.",
66
"author": "Harlan Wilton <[email protected]>",
77
"license": "MIT",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/shared",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"author": "Harlan Wilton <[email protected]>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

packages/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/ssr",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"author": "Harlan Wilton <[email protected]>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

packages/unhead/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unhead",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"description": "Full-stack <head> manager built for any framework.",
66
"author": {
77
"name": "Harlan Wilton",

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/vue",
33
"type": "module",
4-
"version": "2.0.0-alpha.5",
4+
"version": "2.0.0-alpha.6",
55
"description": "Full-stack <head> manager built for Vue.",
66
"author": "Harlan Wilton <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)