diff --git a/.changeset/config.json b/.changeset/config.json index 428ac59..f98a69c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [] + "ignore": ["playground", "docs"] } diff --git a/docs/package.json b/docs/package.json index e22399a..24bb789 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,5 +1,7 @@ { "name": "docs", + "version": "0.0.0", + "private": true, "description": "Docs for TRPC-Nuxt", "scripts": { "dev": "nuxi dev", diff --git a/playground/package.json b/playground/package.json index 482e90a..f67b576 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,5 +1,6 @@ { "name": "playground", + "version": "0.0.0", "private": true, "scripts": { "build": "nuxi build", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dc60257..554dcdc 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ packages: + - . - playground - docs