Skip to content

Commit d920553

Browse files
committed
chore(release): release v2.8.2
1 parent 2d6cfaa commit d920553

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v2.8.2
5+
6+
[compare changes](https://github.com/nuxt/content/compare/v2.8.1...v2.8.2)
7+
8+
### 🩹 Fixes
9+
10+
- **query:** Prevent `undefined` error ([b680b47c](https://github.com/nuxt/content/commit/b680b47c))
11+
- **navigation:** Prevent client-db conflict ([fd8e3b82](https://github.com/nuxt/content/commit/fd8e3b82))
12+
- **serverQueryContent:** Do not expose advanced query typing ([09e37c19](https://github.com/nuxt/content/commit/09e37c19))
13+
- **document-driven:** Invalid composable import ([e56f71dc](https://github.com/nuxt/content/commit/e56f71dc))
14+
- **ContentList:** Component slot typechecking ([#2277](https://github.com/nuxt/content/pull/2277))
15+
16+
### ❤️ Contributors
17+
18+
- Cédric Exbrayat
19+
- Farnabaz <[email protected]>
20+
421
## v2.8.1
522

623
[compare changes](https://github.com/nuxt/content/compare/v2.8.0...v2.8.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Write your content inside your Nuxt app",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)