Skip to content

Commit

Permalink
release v0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 20, 2022
1 parent ddd4a95 commit fa066cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/monorepo",
"type": "module",
"version": "0.12.6",
"version": "0.12.7",
"private": true,
"packageManager": "pnpm@7.0.1",
"description": "A blazing fast unit test framework powered by Vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/ui",
"type": "module",
"version": "0.12.6",
"version": "0.12.7",
"description": "UI for Vitest",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
@@ -1,7 +1,7 @@
{
"name": "vite-node",
"type": "module",
"version": "0.12.6",
"version": "0.12.7",
"description": "Vite as Node.js runtime",
"homepage": "https://github.com/vitest-dev/vitest/blob/main/packages/vite-node#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
@@ -1,7 +1,7 @@
{
"name": "vitest",
"type": "module",
"version": "0.12.6",
"version": "0.12.7",
"description": "A blazing fast unit test framework powered by Vite",
"keywords": [
"vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/web-worker",
"type": "module",
"version": "0.12.6",
"version": "0.12.7",
"description": "Web Worker support for testing in Vitest",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitest/ws-client",
"type": "module",
"version": "0.12.6",
"version": "0.12.7",
"description": "WebSocket client wrapper for communicating with Vitest",
"homepage": "https://github.com/vitest-dev/vitest#readme",
"bugs": {
Expand Down

0 comments on commit fa066cb

Please sign in to comment.