Skip to content

Commit

Permalink
chore: release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 23, 2024
1 parent 1e55b4e commit 249c9d7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.4",
"version": "0.2.5",
"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.4",
"version": "0.2.5",
"private": true,
"packageManager": "[email protected]",
"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.4",
"version": "0.2.5",
"description": "Run Twoslash on the browser, with Auto-Type-Acquisition on CDN.",
"author": "Anthony Fu <[email protected]>",
"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.4",
"version": "0.2.5",
"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.4",
"version": "0.2.5",
"description": "ESLint-backed twoslash runner",
"author": "Anthony Fu <[email protected]>",
"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.4",
"version": "0.2.5",
"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.4",
"version": "0.2.5",
"description": "Extended Twoslash for Vue SFC support",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.2.5",
"description": "Markup for generating rich type information in your documentations ahead of time",
"author": "TypeScript team",
"license": "MIT",
Expand Down

0 comments on commit 249c9d7

Please sign in to comment.