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


## v0.11.3

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

### 🩹 Fixes

- Support components with options API style export ([#391](https://github.com/danielroe/nuxt-vitest/pull/391))

### ❤️ Contributors

- Juho Rutila ([@nice-game-hints](http://github.com/nice-game-hints))

## v0.11.2

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.1...v0.11.2)
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.11.2",
"version": "0.11.3",
"license": "MIT",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/vitest-environment-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## v0.11.3

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

### 🩹 Fixes

- Support components with options API style export ([#391](https://github.com/danielroe/nuxt-vitest/pull/391))

### ❤️ Contributors

- Juho Rutila ([@nice-game-hints](http://github.com/nice-game-hints))

## v0.11.2

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.1...v0.11.2)
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.11.2",
"version": "0.11.3",
"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": "12.1.2",
"jsdom": "22.1.0",
"nuxt": "3.7.4",
"nuxt-vitest": "0.11.2",
"nuxt-vitest": "0.11.3",
"typescript": "5.2.2",
"vitest": "0.33.0",
"vitest-environment-nuxt": "0.11.2",
"vitest-environment-nuxt": "0.11.3",
"vue-tsc": "1.8.19"
},
"version": "0.10.2",
Expand Down

0 comments on commit db5700a

Please sign in to comment.