Skip to content

Commit

Permalink
chore: release v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 18, 2023
1 parent 067c1a1 commit a5e0920
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@


## [0.6.10](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.9...0.6.10) (2023-04-18)


### Bug Fixes

* **nuxt-vitest:** inject vue plugins if missing ([#130](https://github.com/danielroe/vitest-environment-nuxt/issues/130)) ([eb152f4](https://github.com/danielroe/vitest-environment-nuxt/commit/eb152f492e72f4ecfe5e9f5d1170b36edefbb0eb))

## [0.6.9](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.8...0.6.9) (2023-03-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,5 +41,5 @@
"nuxt-vitest": "workspace:*"
}
},
"version": "0.6.9"
"version": "0.6.10"
}
4 changes: 2 additions & 2 deletions packages/nuxt-vitest/package.json
@@ -1,7 +1,7 @@
{
"name": "nuxt-vitest",
"type": "module",
"version": "0.6.9",
"version": "0.6.10",
"license": "MIT",
"exports": {
"./module": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"perfect-debounce": "^0.1.3",
"std-env": "^3.3.1",
"vitest": "^0.30.0",
"vitest-environment-nuxt": "0.6.9"
"vitest-environment-nuxt": "0.6.10"
},
"devDependencies": {
"@nuxt/module-builder": "0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-environment-nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "vitest-environment-nuxt",
"version": "0.6.9",
"version": "0.6.10",
"description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.",
"repository": "danielroe/vitest-environment-nuxt",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Expand Up @@ -13,9 +13,9 @@
"devDependencies": {
"@nuxt/devtools-edge": "0.4.1-28030643.5803de9",
"nuxt": "3.4.1",
"nuxt-vitest": "0.6.9",
"nuxt-vitest": "0.6.10",
"vitest": "0.30.1",
"vitest-environment-nuxt": "0.6.9"
"vitest-environment-nuxt": "0.6.10"
},
"version": "0.6.9"
"version": "0.6.10"
}

0 comments on commit a5e0920

Please sign in to comment.