From 0735acd87912ed7d59b37fc5f10c2f2f7c00c044 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 20 Jan 2024 19:57:58 +0100 Subject: [PATCH] chore: release v0.0.12 --- docs/package.json | 2 +- package.json | 2 +- packages/twoslash-cdn/package.json | 2 +- packages/twoslash-cdn/playground/package.json | 2 +- packages/twoslash-vue/package.json | 2 +- packages/twoslash/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package.json b/docs/package.json index 68beb43..4e410e5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "0.0.11", + "version": "0.0.12", "private": true, "scripts": { "docs:dev": "vitepress dev", diff --git a/package.json b/package.json index c848f11..856f477 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@twoslash/monorepo", "type": "module", - "version": "0.0.11", + "version": "0.0.12", "private": true, "packageManager": "pnpm@8.14.1", "scripts": { diff --git a/packages/twoslash-cdn/package.json b/packages/twoslash-cdn/package.json index 3e5db67..aa72342 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.11", + "version": "0.0.12", "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 2ed7b42..b5c1bdb 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.11", + "version": "0.0.12", "private": true, "scripts": { "dev": "vite", diff --git a/packages/twoslash-vue/package.json b/packages/twoslash-vue/package.json index cc87baf..041b6f4 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.11", + "version": "0.0.12", "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 0d0568b..aaffee7 100755 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,7 +1,7 @@ { "name": "twoslash", "type": "module", - "version": "0.0.11", + "version": "0.0.12", "description": "Markup for generating rich type information in your documentations ahead of time", "author": "TypeScript team", "license": "MIT",