From f768cf4a8d1bb99738a1ebbcd33546d1af0bbbb8 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Thu, 14 Dec 2023 09:11:23 -0500 Subject: [PATCH] chore(release): v0.2.6 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d183c08..0a3b1b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v0.2.6 + +[compare changes](https://github.com/lewebsimple/nuxt-graphql-fullstack/compare/v0.2.5...v0.2.6) + +### 🚀 Enhancements + +- Add showCancel prop to UFormWrapper ([05a54dd](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/05a54dd)) +- UDate component ([0c1e17a](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/0c1e17a)) +- Backport features from real-world project ([fb50abe](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/fb50abe)) + +### 🩹 Fixes + +- Use AuthRole from ~/graphql/utils/graphql ([4274e2e](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/4274e2e)) +- Show users button if isAdministrator ([71e16d5](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/71e16d5)) + +### 🏡 Chore + +- Update deps and set TS version ([a409bc8](https://github.com/lewebsimple/nuxt-graphql-fullstack/commit/a409bc8)) + +### ❤️ Contributors + +- Pascal Martineau + ## v0.2.5 [compare changes](https://github.com/lewebsimple/nuxt-graphql-fullstack/compare/v0.2.4...v0.2.5) diff --git a/package.json b/package.json index 3c63115..da8d38e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lewebsimple/nuxt-graphql-fullstack", "description": "Nuxt 3 GraphQL fullstack boilerplate", - "version": "0.2.5", + "version": "0.2.6", "author": "Pascal Martineau ", "repository": { "type": "git",