Skip to content

Commit b5f1141

Browse files
committed
chore(release): v2.2.2
1 parent 1fbd2c7 commit b5f1141

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.2.2
5+
6+
[compare changes](https://github.com/nuxt/content/compare/v2.2.1...v2.2.2)
7+
8+
9+
### 🩹 Fixes
10+
11+
- **ContentRenderer:** Empty content detection ([#1653](https://github.com/nuxt/content/pull/1653))
12+
- **ContentList:** Handle props change and fix slots default ([#1668](https://github.com/nuxt/content/pull/1668))
13+
14+
### 💅 Refactors
15+
16+
- Improve typings and simplify logic ([#1669](https://github.com/nuxt/content/pull/1669))
17+
18+
### 📖 Documentation
19+
20+
- Fix error in ContentQuery where clause example ([#1643](https://github.com/nuxt/content/pull/1643))
21+
- Update sources ([#1664](https://github.com/nuxt/content/pull/1664))
22+
- **a11y:** Use list for nav example ([#1670](https://github.com/nuxt/content/pull/1670))
23+
24+
### 🏡 Chore
25+
26+
- Add #content/context virtual file ([6e205703](https://github.com/nuxt/content/commit/6e205703))
27+
- No need for virtual file ([37e2caf9](https://github.com/nuxt/content/commit/37e2caf9))
28+
- Upgrade deps ([#1682](https://github.com/nuxt/content/pull/1682))
29+
30+
### ❤️ Contributors
31+
32+
- Farnabaz <[email protected]>
33+
- Novellac
34+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
35+
- Brett Ormsby
36+
437
## v2.2.1
538

639
[compare changes](https://github.com/nuxt/content/compare/v2.2.0...v2.2.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.2.1",
3+
"version": "2.2.2",
44
"description": "Write your content inside your Nuxt app",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)