diff --git a/package.json b/package.json index 751ebe872a97..c96c532c0fad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/monorepo", "type": "module", - "version": "0.17.0", + "version": "0.17.1", "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 b0376dc4a583..645b2be9faab 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/ui", "type": "module", - "version": "0.17.0", + "version": "0.17.1", "description": "UI for Vitest", "license": "MIT", "repository": { diff --git a/packages/vite-node/package.json b/packages/vite-node/package.json index 2aa566496703..ae7f5b07a765 100644 --- a/packages/vite-node/package.json +++ b/packages/vite-node/package.json @@ -1,6 +1,6 @@ { "name": "vite-node", - "version": "0.17.0", + "version": "0.17.1", "description": "Vite as Node.js runtime", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 63913463a41e..6cd65a1b7d7e 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "vitest", - "version": "0.17.0", + "version": "0.17.1", "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 a5e71d43ca38..fe09de1fb1ef 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.17.0", + "version": "0.17.1", "description": "Web Worker support for testing in Vitest", "exports": { ".": { diff --git a/packages/ws-client/package.json b/packages/ws-client/package.json index 7de33cf8f3b3..07cac4068f3b 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.17.0", + "version": "0.17.1", "description": "WebSocket client wrapper for communicating with Vitest", "author": "Anthony Fu ", "license": "MIT",