Skip to content

Commit a41690b

Browse files
committed
chore: release v2.0.0-alpha.12
1 parent bcdd2b4 commit a41690b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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
"type": "module",
4-
"version": "2.0.0-alpha.11",
4+
"version": "2.0.0-alpha.12",
55
"private": "true",
66
"packageManager": "pnpm@10.3.0",
77
"author": "Harlan Wilton <harlan@harlanzw.com>",

packages/addons/package.json

Lines 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.0-alpha.11",
4+
"version": "2.0.0-alpha.12",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-unhead",
3-
"version": "2.0.0-alpha.11",
3+
"version": "2.0.0-alpha.12",
44
"sideEffects": false,
55
"peerDependencies": {
66
"@angular/common": "^19.1.5",

packages/react/package.json

Lines 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.0-alpha.11",
4+
"version": "2.0.0-alpha.12",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

packages/schema-org/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-org",
33
"type": "module",
4-
"version": "2.0.0-alpha.11",
4+
"version": "2.0.0-alpha.12",
55
"description": "Unhead Schema.org for Simple and Automated Google Rich Results",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages/scripts/package.json

Lines changed: 1 addition & 1 deletion
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.11",
4+
"version": "2.0.0-alpha.12",
55
"description": "Unhead Scripts allows you to load third-party scripts with better performance, privacy, and security.",
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": "2.0.0-alpha.11",
4+
"version": "2.0.0-alpha.12",
55
"description": "Full-stack <head> manager built for any framework.",
66
"author": {
77
"name": "Harlan Wilton",

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": "2.0.0-alpha.11",
4+
"version": "2.0.0-alpha.12",
55
"description": "Full-stack <head> manager built for Vue.",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)