Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 9, 2024
1 parent e06fec8 commit 1be1274
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"docs:dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@twoslash/monorepo",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"packageManager": "pnpm@8.15.1",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash-cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twoslash-cdn",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"description": "Run Twoslash on the browser, with Auto-Type-Acquisition on CDN.",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash-cdn/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playground",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "vite"
Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twoslash-eslint",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"description": "ESLint-backed twoslash runner",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twoslash-protocol",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"description": "The protocol for the Twoslash interface",
"author": "Anthony Fu",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/twoslash-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twoslash-vue",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"description": "Extended Twoslash for Vue SFC support",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
14 changes: 10 additions & 4 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twoslash",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"description": "Markup for generating rich type information in your documentations ahead of time",
"author": "TypeScript team",
"license": "MIT",
Expand Down Expand Up @@ -33,9 +33,15 @@
"types": "dist/index.d.mts",
"typesVersions": {
"*": {
"./core": ["./dist/core.d.mts"],
"./fallback": ["./dist/fallback.d.mts"],
"*": ["./dist/index.d.mts"]
"./core": [
"./dist/core.d.mts"
],
"./fallback": [
"./dist/fallback.d.mts"
],
"*": [
"./dist/index.d.mts"
]
}
},
"files": [
Expand Down

0 comments on commit 1be1274

Please sign in to comment.