diff --git a/package.json b/package.json index 7572fc9c0e70..6791cea7a88e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/monorepo", "type": "module", - "version": "0.16.0", + "version": "0.17.0", "private": true, "packageManager": "pnpm@7.3.0", "description": "A blazing fast unit test framework powered by Vite", diff --git a/packages/ui/package.json b/packages/ui/package.json index ab71ea658130..b0376dc4a583 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/ui", "type": "module", - "version": "0.16.0", + "version": "0.17.0", "description": "UI for Vitest", "license": "MIT", "repository": { diff --git a/packages/vite-node/package.json b/packages/vite-node/package.json index 7315f04a97d7..2aa566496703 100644 --- a/packages/vite-node/package.json +++ b/packages/vite-node/package.json @@ -1,6 +1,6 @@ { "name": "vite-node", - "version": "0.16.0", + "version": "0.17.0", "description": "Vite as Node.js runtime", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 38e00a724351..63913463a41e 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "vitest", - "version": "0.16.0", + "version": "0.17.0", "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 89060916199c..a5e71d43ca38 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.16.0", + "version": "0.17.0", "description": "Web Worker support for testing in Vitest", "exports": { ".": { diff --git a/packages/ws-client/package.json b/packages/ws-client/package.json index cc64e458c458..7de33cf8f3b3 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.16.0", + "version": "0.17.0", "description": "WebSocket client wrapper for communicating with Vitest", "author": "Anthony Fu ", "license": "MIT",