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.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 12, 2023
1 parent 9a581ba commit 55300ec
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 4 deletions.
19 changes: 19 additions & 0 deletions packages/nuxt-vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## v0.10.5

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.10.4...v0.10.5)

### 🩹 Fixes

- Handle mocking composables that use default export ([cf521f4](https://github.com/danielroe/nuxt-vitest/commit/cf521f4))
- **vitest-environment-nuxt:** Import `@testing-library/vue` within `renderSuspended` ([#331](https://github.com/danielroe/nuxt-vitest/pull/331))

### ✅ Tests

- Avoid depending on specific number of ticks ([99c8444](https://github.com/danielroe/nuxt-vitest/commit/99c8444))

### ❤️ Contributors

- Julien Huang <julien.huang@outlook.fr>
- Niko-chaffinchicas
- Daniel Roe <daniel@roe.dev>

## v0.10.4

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.10.3...v0.10.4)
Expand Down
2 changes: 1 addition & 1 deletion 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.10.4",
"version": "0.10.5",
"license": "MIT",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down
19 changes: 19 additions & 0 deletions packages/vitest-environment-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


## v0.10.5

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.10.4...v0.10.5)

### 🩹 Fixes

- Handle mocking composables that use default export ([cf521f4](https://github.com/danielroe/nuxt-vitest/commit/cf521f4))
- **vitest-environment-nuxt:** Import `@testing-library/vue` within `renderSuspended` ([#331](https://github.com/danielroe/nuxt-vitest/pull/331))

### ✅ Tests

- Avoid depending on specific number of ticks ([99c8444](https://github.com/danielroe/nuxt-vitest/commit/99c8444))

### ❤️ Contributors

- Julien Huang <julien.huang@outlook.fr>
- Niko-chaffinchicas
- Daniel Roe <daniel@roe.dev>

## v0.10.4

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.10.3...v0.10.4)
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.10.4",
"version": "0.10.5",
"description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"happy-dom": "11.0.2",
"jsdom": "22.1.0",
"nuxt": "3.7.1",
"nuxt-vitest": "0.10.4",
"nuxt-vitest": "0.10.5",
"typescript": "5.2.2",
"vitest": "0.33.0",
"vitest-environment-nuxt": "0.10.4",
"vitest-environment-nuxt": "0.10.5",
"vue-tsc": "1.8.8"
},
"version": "0.10.2"
Expand Down

0 comments on commit 55300ec

Please sign in to comment.