Skip to content

Commit b9254db

Browse files
committed
chore: release v3.1.8
1 parent ad47580 commit b9254db

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

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": "3.1.7",
4+
"version": "3.1.8",
55
"private": "true",
66
"packageManager": "pnpm@11.11.0",
77
"author": "Harlan Wilton <harlan@harlanzw.com>",

packages-aliased/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": "3.1.7",
4+
"version": "3.1.8",
55
"description": "Deprecated. Use @unhead/bundler instead.",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages-aliased/dom/package.json

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

packages-aliased/schema/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",
33
"type": "module",
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"author": "Harlan Wilton <harlan@harlanzw.com>",
66
"license": "MIT",
77
"funding": "https://github.com/sponsors/harlan-zw",

packages-aliased/shared/package.json

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

packages-aliased/ssr/package.json

Lines 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": "3.1.7",
4+
"version": "3.1.8",
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,7 +1,7 @@
11
{
22
"name": "@unhead/angular",
33
"type": "module",
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "Full-stack <head> manager built for Angular.",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages/bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/bundler",
33
"type": "module",
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "Unhead build-time optimizations for Vite and Webpack.",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/cli",
33
"type": "module",
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "CLI for auditing and migrating unhead head usage in your codebase.",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unhead/eslint-plugin",
33
"type": "module",
4-
"version": "3.1.7",
4+
"version": "3.1.8",
55
"description": "ESLint rules for catching unhead misuse, type-narrowing issues, and v2-to-v3 migration problems.",
66
"author": "Harlan Wilton <harlan@harlanzw.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)