diff --git a/package.json b/package.json index 045bf3b716a8..dbf65717bb5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/monorepo", "type": "module", - "version": "0.14.2", + "version": "0.15.0", "private": true, "packageManager": "pnpm@7.2.1", "description": "A blazing fast unit test framework powered by Vite", diff --git a/packages/ui/package.json b/packages/ui/package.json index a9189e0c3649..555ca0e0433a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@vitest/ui", "type": "module", - "version": "0.14.2", + "version": "0.15.0", "description": "UI for Vitest", "license": "MIT", "repository": { diff --git a/packages/vite-node/package.json b/packages/vite-node/package.json index 7d060c5041a8..61a6536a87c2 100644 --- a/packages/vite-node/package.json +++ b/packages/vite-node/package.json @@ -1,6 +1,6 @@ { "name": "vite-node", - "version": "0.14.2", + "version": "0.15.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 89128b746ce0..c9ac2e471c48 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "vitest", - "version": "0.14.2", + "version": "0.15.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 611606713a93..5e13343eb47f 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.14.2", + "version": "0.15.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 f662cc3fdf92..1ba65708a145 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.14.2", + "version": "0.15.0", "description": "WebSocket client wrapper for communicating with Vitest", "author": "Anthony Fu ", "license": "MIT",