diff --git a/docs/package.json b/docs/package.json index 7003e26..174cb97 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,5 +1,6 @@ { "type": "module", + "version": "0.0.11", "private": true, "scripts": { "docs:dev": "vitepress dev", diff --git a/package.json b/package.json index e120f34..e6203ad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@twoslash/monorepo", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "private": true, "packageManager": "pnpm@8.14.1", "scripts": { diff --git a/packages/twoslash-cdn/package.json b/packages/twoslash-cdn/package.json index b986fba..a449f95 100644 --- a/packages/twoslash-cdn/package.json +++ b/packages/twoslash-cdn/package.json @@ -1,7 +1,7 @@ { "name": "twoslash-cdn", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "description": "Run Twoslash on the browser, with Auto-Type-Acquisition on CDN.", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/twoslash-cdn/playground/package.json b/packages/twoslash-cdn/playground/package.json index 20717d7..5b65667 100644 --- a/packages/twoslash-cdn/playground/package.json +++ b/packages/twoslash-cdn/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "private": true, "scripts": { "dev": "vite", diff --git a/packages/twoslash-vue/package.json b/packages/twoslash-vue/package.json index 0bf6799..cc87baf 100644 --- a/packages/twoslash-vue/package.json +++ b/packages/twoslash-vue/package.json @@ -1,7 +1,7 @@ { "name": "twoslash-vue", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "description": "Extended Twoslash for Vue SFC support", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/twoslash/package.json b/packages/twoslash/package.json index 90dd10a..0d0568b 100755 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,7 +1,7 @@ { "name": "twoslash", "type": "module", - "version": "0.0.10", + "version": "0.0.11", "description": "Markup for generating rich type information in your documentations ahead of time", "author": "TypeScript team", "license": "MIT",