diff --git a/docs/package.json b/docs/package.json index 96e1412..a2a2242 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.2.2", + "version": "0.2.3", "private": true, "scripts": { "docs:dev": "vitepress dev", diff --git a/package.json b/package.json index 5d6054c..31e28a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@twoslash/monorepo", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "private": true, "packageManager": "pnpm@8.15.3", "scripts": { diff --git a/packages/twoslash-cdn/package.json b/packages/twoslash-cdn/package.json index 89c8d4b..1b0a027 100644 --- a/packages/twoslash-cdn/package.json +++ b/packages/twoslash-cdn/package.json @@ -1,7 +1,7 @@ { "name": "twoslash-cdn", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "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 e27ebd9..a30fd56 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.2.2", + "version": "0.2.3", "private": true, "scripts": { "dev": "vite" diff --git a/packages/twoslash-eslint/package.json b/packages/twoslash-eslint/package.json index 5a12c10..7faeb07 100644 --- a/packages/twoslash-eslint/package.json +++ b/packages/twoslash-eslint/package.json @@ -1,7 +1,7 @@ { "name": "twoslash-eslint", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "description": "ESLint-backed twoslash runner", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/twoslash-protocol/package.json b/packages/twoslash-protocol/package.json index 0bedc6b..4baf9ae 100755 --- a/packages/twoslash-protocol/package.json +++ b/packages/twoslash-protocol/package.json @@ -1,7 +1,7 @@ { "name": "twoslash-protocol", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "description": "The protocol for the Twoslash interface", "author": "Anthony Fu", "license": "MIT", diff --git a/packages/twoslash-vue/package.json b/packages/twoslash-vue/package.json index e65d169..a746521 100644 --- a/packages/twoslash-vue/package.json +++ b/packages/twoslash-vue/package.json @@ -1,7 +1,7 @@ { "name": "twoslash-vue", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "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 7e1aef6..b5a7e44 100755 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,7 +1,7 @@ { "name": "twoslash", "type": "module", - "version": "0.2.2", + "version": "0.2.3", "description": "Markup for generating rich type information in your documentations ahead of time", "author": "TypeScript team", "license": "MIT",