From b5f114167ac6088f755eed408f324dfe500fa8c3 Mon Sep 17 00:00:00 2001 From: Ahad Birang Date: Tue, 15 Nov 2022 12:04:27 +0100 Subject: [PATCH] chore(release): v2.2.2 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d53cb98..df2a4655b 100644 --- a/CHANGELOG.md +++ b/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 +- 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) diff --git a/package.json b/package.json index 1953f2bce..613e0829e 100644 --- a/package.json +++ b/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",