Skip to content

Commit b908290

Browse files
committed
chore: release v0.2.7
1 parent f0fd679 commit b908290

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"private": true,
55
"scripts": {
66
"docs:dev": "vitepress dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twoslash/monorepo",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"private": true,
66
"packageManager": "pnpm@9.2.0",
77
"scripts": {

packages/twoslash-cdn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twoslash-cdn",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "Run Twoslash on the browser, with Auto-Type-Acquisition on CDN.",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/twoslash-cdn/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"private": true,
66
"scripts": {
77
"dev": "vite"

packages/twoslash-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twoslash-eslint",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "ESLint-backed twoslash runner",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/twoslash-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twoslash-protocol",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "The protocol for the Twoslash interface",
66
"author": "Anthony Fu",
77
"license": "MIT",

packages/twoslash-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twoslash-vue",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "Extended Twoslash for Vue SFC support",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/twoslash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twoslash",
33
"type": "module",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"description": "Markup for generating rich type information in your documentations ahead of time",
66
"author": "TypeScript team",
77
"license": "MIT",

0 commit comments

Comments
 (0)