Skip to content

Commit 73df28e

Browse files
committed
chore: release v0.3.3
1 parent 3eeba68 commit 73df28e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.3.2",
3+
"version": "0.3.3",
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.3.2",
4+
"version": "0.3.3",
55
"private": true,
66
"packageManager": "[email protected]",
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.3.2",
4+
"version": "0.3.3",
55
"description": "Run Twoslash on the browser, with Auto-Type-Acquisition on CDN.",
66
"author": "Anthony Fu <[email protected]>",
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.3.2",
4+
"version": "0.3.3",
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.3.2",
4+
"version": "0.3.3",
55
"description": "ESLint-backed twoslash runner",
66
"author": "Anthony Fu <[email protected]>",
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.3.2",
4+
"version": "0.3.3",
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.3.2",
4+
"version": "0.3.3",
55
"description": "Extended Twoslash for Vue SFC support",
66
"author": "Anthony Fu <[email protected]>",
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.3.2",
4+
"version": "0.3.3",
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)