Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 21, 2025
1 parent f17d33e commit 8cb562d
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions 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.2",
"version": "2.0.0-alpha.3",
"private": "true",
"packageManager": "[email protected]",
"author": "Harlan Wilton <[email protected]>",
Expand All @@ -16,8 +16,8 @@
"test": "vitest",
"test:memory": "vitest --expose-gc run memory",
"bump": "bumpp package.json packages/*/package.json --commit --push --tag",
"release": "pnpm build && pnpm bump && pnpm -r publish --no-git-checks",
"release:next": "pnpm build && pnpm bump && pnpm -r publish --no-git-checks --tag next",
"release": "pnpm build && pnpm bump && pnpm publish --tag latest -r --no-git-checks",
"release:next": "pnpm build && pnpm bump && pnpm publish --tag next -r --no-git-checks",
"lint": "eslint . --fix",
"benchmark": "vitest bench"
},
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.2",
"version": "2.0.0-alpha.3",
"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.2",
"version": "2.0.0-alpha.3",
"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.2",
"version": "2.0.0-alpha.3",
"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.2",
"version": "2.0.0-alpha.3",
"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.2",
"version": "2.0.0-alpha.3",
"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.2",
"version": "2.0.0-alpha.3",
"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.2",
"version": "2.0.0-alpha.3",
"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.2",
"version": "2.0.0-alpha.3",
"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.2",
"version": "2.0.0-alpha.3",
"description": "Full-stack <head> manager built for Vue.",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8cb562d

Please sign in to comment.