Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 13, 2025
1 parent 447a0b9 commit 7550484
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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.0",
"version": "2.0.0-alpha.1",
"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.0",
"version": "2.0.0-alpha.1",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/dom",
"type": "module",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"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.0",
"version": "2.0.0-alpha.1",
"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/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/schema",
"type": "module",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
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.0",
"version": "2.0.0-alpha.1",
"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/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/shared",
"type": "module",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhead/ssr",
"type": "module",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
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.0",
"version": "2.0.0-alpha.1",
"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.0",
"version": "2.0.0-alpha.1",
"description": "Full-stack <head> manager built for Vue.",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 7550484

Please sign in to comment.