Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 29, 2023
1 parent 51144ba commit f217a94
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## [0.8.0](https://github.com/danielroe/vitest-environment-nuxt/compare/0.7.2...0.8.0) (2023-05-29)


### Features

* **nuxt-vitest:** allow configuring nuxt rootDir and overrides ([#187](https://github.com/danielroe/vitest-environment-nuxt/issues/187)) ([914cee4](https://github.com/danielroe/vitest-environment-nuxt/commit/914cee4bd801d7443094b4f593024410b886ac44))


### Bug Fixes

* move nuxt overrides to `environmentOptions` ([2cc5038](https://github.com/danielroe/vitest-environment-nuxt/commit/2cc5038d58e02bb0a3ca4617da4a9f46060e7003))

## [0.7.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.7.1...0.7.2) (2023-05-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"nuxt-vitest": "workspace:*"
}
},
"version": "0.7.2"
"version": "0.8.0"
}
4 changes: 2 additions & 2 deletions packages/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-vitest",
"type": "module",
"version": "0.7.2",
"version": "0.8.0",
"license": "MIT",
"exports": {
"./module": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"get-port-please": "^3.0.1",
"perfect-debounce": "^1.0.0",
"std-env": "^3.3.3",
"vitest-environment-nuxt": "0.7.2"
"vitest-environment-nuxt": "0.8.0"
},
"devDependencies": {
"@nuxt/kit": "3.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest-environment-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitest-environment-nuxt",
"version": "0.7.2",
"version": "0.8.0",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"devDependencies": {
"@nuxt/devtools": "0.5.5",
"nuxt": "3.5.1",
"nuxt-vitest": "0.7.2",
"nuxt-vitest": "0.8.0",
"vitest": "0.30.1",
"vitest-environment-nuxt": "0.7.2"
"vitest-environment-nuxt": "0.8.0"
},
"version": "0.7.2"
"version": "0.8.0"
}

0 comments on commit f217a94

Please sign in to comment.