Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Feb 14, 2025
1 parent 9762590 commit c7e9db2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unhead-monorepo",
"type": "module",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"private": "true",
"packageManager": "[email protected]",
"author": "Harlan Wilton <[email protected]>",
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": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-unhead",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"sideEffects": false,
"peerDependencies": {
"@angular/common": "^19.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/react",
"type": "module",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"author": "Harlan Wilton <[email protected]>",
"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,7 +1,7 @@
{
"name": "@unhead/schema-org",
"type": "module",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"description": "Unhead Schema.org for Simple and Automated Google Rich Results",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/scripts",
"type": "module",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"description": "Unhead Scripts allows you to load third-party scripts with better performance, privacy, and security.",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
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": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"description": "Full-stack <head> manager built for any framework.",
"author": {
"name": "Harlan Wilton",
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": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"description": "Full-stack <head> manager built for Vue.",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit c7e9db2

Please sign in to comment.