Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 816101c

Browse filesBrowse files
committed
chore: release v2.0.6
1 parent f4d4f11 commit 816101c
Copy full SHA for 816101c

File tree

Expand file treeCollapse file tree

13 files changed

+13
-13
lines changed
Filter options
Expand file treeCollapse file tree

13 files changed

+13
-13
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unhead-monorepo",
33
"type": "module",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"private": "true",
66
"packageManager": "pnpm@10.8.1",
77
"author": "Harlan Wilton <harlan@harlanzw.com>",

‎packages-aliased/dom/package.json

Copy file name to clipboardExpand all lines: packages-aliased/dom/package.json
+1-1Lines 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": "2.0.5",
4+
"version": "2.0.6",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

‎packages-aliased/schema/package.json

Copy file name to clipboardExpand all lines: packages-aliased/schema/package.json
+1-1Lines 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": "2.0.5",
4+
"version": "2.0.6",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

‎packages-aliased/shared/package.json

Copy file name to clipboardExpand all lines: packages-aliased/shared/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/shared",
33
"type": "module",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

‎packages-aliased/ssr/package.json

Copy file name to clipboardExpand all lines: packages-aliased/ssr/package.json
+1-1Lines 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": "2.0.5",
4+
"version": "2.0.6",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

‎packages/addons/package.json

Copy file name to clipboardExpand all lines: packages/addons/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/addons",
33
"type": "module",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

‎packages/angular/package.json

Copy file name to clipboardExpand all lines: packages/angular/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/angular",
33
"type": "module",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"description": "Full-stack <head> manager built for Angular.",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

‎packages/react/package.json

Copy file name to clipboardExpand all lines: packages/react/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/react",
33
"type": "module",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

‎packages/schema-org/package.json

Copy file name to clipboardExpand all lines: packages/schema-org/package.json
+1-1Lines changed: 1 addition & 1 deletion
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.5",
4+
"version": "2.0.6",
55
"description": "Unhead Schema.org for Simple and Automated Google Rich Results",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

‎packages/solid-js/package.json

Copy file name to clipboardExpand all lines: packages/solid-js/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/solid-js",
33
"type": "module",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

‎packages/svelte/package.json

Copy file name to clipboardExpand all lines: packages/svelte/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/svelte",
33
"type": "module",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

‎packages/unhead/package.json

Copy file name to clipboardExpand all lines: packages/unhead/package.json
+1-1Lines 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": "2.0.5",
4+
"version": "2.0.6",
55
"description": "Full-stack <head> manager built for any framework.",
66
"author": {
77
"name": "Harlan Wilton",

‎packages/vue/package.json

Copy file name to clipboardExpand all lines: packages/vue/package.json
+1-1Lines 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": "2.0.5",
4+
"version": "2.0.6",
55
"description": "Full-stack <head> manager built for Vue.",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.