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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 3, 2023
1 parent 6113a07 commit bd2bd27
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 6 deletions.
45 changes: 45 additions & 0 deletions packages/nuxt-vitest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
# Changelog


## v0.11.0

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

### 🚀 Enhancements

- **utils:** Add method option to `registerEndpoint` ([#346](https://github.com/danielroe/nuxt-vitest/pull/346))

### 🩹 Fixes

- ⚠️ Ignore query params when checking if an endpoint is mocked ([a9f406e](https://github.com/danielroe/nuxt-vitest/commit/a9f406e))
- Mock app manifest if required ([#354](https://github.com/danielroe/nuxt-vitest/pull/354))

### 📖 Documentation

- Fix `registerEndpoint` example ([#336](https://github.com/danielroe/nuxt-vitest/pull/336))

### 🏡 Chore

- Update to latest nuxi ([#335](https://github.com/danielroe/nuxt-vitest/pull/335))
- Update to nuxt v3.7.3 ([f9d7b73](https://github.com/danielroe/nuxt-vitest/commit/f9d7b73))
- Bump nuxt versions to v3.7.4 ([#353](https://github.com/danielroe/nuxt-vitest/pull/353))
- Explicit type imports ([3465a25](https://github.com/danielroe/nuxt-vitest/commit/3465a25))
- Use more explicit type imports ([21952b4](https://github.com/danielroe/nuxt-vitest/commit/21952b4))
- More explicit types ([80ee333](https://github.com/danielroe/nuxt-vitest/commit/80ee333))

### ✅ Tests

- Update test to use server rather than live api ([b05c3f6](https://github.com/danielroe/nuxt-vitest/commit/b05c3f6))

### 🎨 Styles

- Lint ([a5c4c85](https://github.com/danielroe/nuxt-vitest/commit/a5c4c85))

#### ⚠️ Breaking Changes

- ⚠️ Ignore query params when checking if an endpoint is mocked ([a9f406e](https://github.com/danielroe/nuxt-vitest/commit/a9f406e))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Yasser Lahbibi ([@yassilah](http://github.com/yassilah))
- Alexander Lichter ([@manniL](http://github.com/manniL))
- Pooya Parsa <[email protected]>

## v0.10.5

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.10.4...v0.10.5)
Expand Down
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.10.5",
"version": "0.11.0",
"license": "MIT",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down Expand Up @@ -64,4 +64,4 @@
"nuxt": "3.7.4",
"vitest": "0.33.0"
}
}
}
45 changes: 45 additions & 0 deletions packages/vitest-environment-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@


## v0.11.0

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

### 🚀 Enhancements

- **utils:** Add method option to `registerEndpoint` ([#346](https://github.com/danielroe/nuxt-vitest/pull/346))

### 🩹 Fixes

- ⚠️ Ignore query params when checking if an endpoint is mocked ([a9f406e](https://github.com/danielroe/nuxt-vitest/commit/a9f406e))
- Mock app manifest if required ([#354](https://github.com/danielroe/nuxt-vitest/pull/354))

### 📖 Documentation

- Fix `registerEndpoint` example ([#336](https://github.com/danielroe/nuxt-vitest/pull/336))

### 🏡 Chore

- Update to latest nuxi ([#335](https://github.com/danielroe/nuxt-vitest/pull/335))
- Update to nuxt v3.7.3 ([f9d7b73](https://github.com/danielroe/nuxt-vitest/commit/f9d7b73))
- Bump nuxt versions to v3.7.4 ([#353](https://github.com/danielroe/nuxt-vitest/pull/353))
- Explicit type imports ([3465a25](https://github.com/danielroe/nuxt-vitest/commit/3465a25))
- Use more explicit type imports ([21952b4](https://github.com/danielroe/nuxt-vitest/commit/21952b4))
- More explicit types ([80ee333](https://github.com/danielroe/nuxt-vitest/commit/80ee333))

### ✅ Tests

- Update test to use server rather than live api ([b05c3f6](https://github.com/danielroe/nuxt-vitest/commit/b05c3f6))

### 🎨 Styles

- Lint ([a5c4c85](https://github.com/danielroe/nuxt-vitest/commit/a5c4c85))

#### ⚠️ Breaking Changes

- ⚠️ Ignore query params when checking if an endpoint is mocked ([a9f406e](https://github.com/danielroe/nuxt-vitest/commit/a9f406e))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Yasser Lahbibi ([@yassilah](http://github.com/yassilah))
- Alexander Lichter ([@manniL](http://github.com/manniL))
- Pooya Parsa <[email protected]>

## v0.10.5

[compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.10.4...v0.10.5)
Expand Down
4 changes: 2 additions & 2 deletions 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.5",
"version": "0.11.0",
"description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.",
"repository": "danielroe/nuxt-vitest",
"keywords": [
Expand Down Expand Up @@ -84,4 +84,4 @@
"optional": true
}
}
}
}
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.10.5",
"nuxt-vitest": "0.11.0",
"typescript": "5.2.2",
"vitest": "0.33.0",
"vitest-environment-nuxt": "0.10.5",
"vitest-environment-nuxt": "0.11.0",
"vue-tsc": "1.8.15"
},
"version": "0.10.2"
Expand Down

0 comments on commit bd2bd27

Please sign in to comment.