Skip to content

Commit

Permalink
chore(release): v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 15, 2022
1 parent 1fbd2c7 commit b5f1141
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,39 @@
# Changelog


## v2.2.2

[compare changes](https://github.com/nuxt/content/compare/v2.2.1...v2.2.2)


### 🩹 Fixes

- **ContentRenderer:** Empty content detection ([#1653](https://github.com/nuxt/content/pull/1653))
- **ContentList:** Handle props change and fix slots default ([#1668](https://github.com/nuxt/content/pull/1668))

### 💅 Refactors

- Improve typings and simplify logic ([#1669](https://github.com/nuxt/content/pull/1669))

### 📖 Documentation

- Fix error in ContentQuery where clause example ([#1643](https://github.com/nuxt/content/pull/1643))
- Update sources ([#1664](https://github.com/nuxt/content/pull/1664))
- **a11y:** Use list for nav example ([#1670](https://github.com/nuxt/content/pull/1670))

### 🏡 Chore

- Add #content/context virtual file ([6e205703](https://github.com/nuxt/content/commit/6e205703))
- No need for virtual file ([37e2caf9](https://github.com/nuxt/content/commit/37e2caf9))
- Upgrade deps ([#1682](https://github.com/nuxt/content/pull/1682))

### ❤️ Contributors

- Farnabaz <farnabaz@gmail.com>
- Novellac
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
- Brett Ormsby

## v2.2.1

[compare changes](https://github.com/nuxt/content/compare/v2.2.0...v2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/content",
"version": "2.2.1",
"version": "2.2.2",
"description": "Write your content inside your Nuxt app",
"keywords": [
"nuxt",
Expand Down

0 comments on commit b5f1141

Please sign in to comment.