diff --git a/package.json b/package.json index d445f04a6840..784204fae605 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/monorepo", "type": "module", - "version": "0.20.2", + "version": "0.20.3", "private": true, "packageManager": "pnpm@7.8.0", "description": "A blazing fast unit test framework powered by Vite", diff --git a/packages/browser/package.json b/packages/browser/package.json index bad3181cc6c1..c203971acf8c 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/browser", "type": "module", - "version": "0.20.2", + "version": "0.20.3", "description": "Browser running for Vitest", "repository": { "type": "git", diff --git a/packages/ui/package.json b/packages/ui/package.json index 6b686dcd1511..7b508b3ef140 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/ui", "type": "module", - "version": "0.20.2", + "version": "0.20.3", "description": "UI for Vitest", "license": "MIT", "repository": { diff --git a/packages/vite-node/package.json b/packages/vite-node/package.json index 9078c25f44ba..2b75c1cb5492 100644 --- a/packages/vite-node/package.json +++ b/packages/vite-node/package.json @@ -1,6 +1,6 @@ { "name": "vite-node", - "version": "0.20.2", + "version": "0.20.3", "description": "Vite as Node.js runtime", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/vitest/package.json b/packages/vitest/package.json index f10bcad6581b..071126f93ebb 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "vitest", - "version": "0.20.2", + "version": "0.20.3", "description": "A blazing fast unit test framework powered by Vite", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/web-worker/package.json b/packages/web-worker/package.json index 938c7de3ab66..f38876ac34f8 100644 --- a/packages/web-worker/package.json +++ b/packages/web-worker/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/web-worker", "type": "module", - "version": "0.20.2", + "version": "0.20.3", "description": "Web Worker support for testing in Vitest", "exports": { ".": { diff --git a/packages/ws-client/package.json b/packages/ws-client/package.json index a89c7ba647de..2089e7fe86ab 100644 --- a/packages/ws-client/package.json +++ b/packages/ws-client/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/ws-client", "type": "module", - "version": "0.20.2", + "version": "0.20.3", "description": "WebSocket client wrapper for communicating with Vitest", "author": "Anthony Fu ", "license": "MIT",