diff --git a/wp-content/themes/moonshine/CHANGELOG.md b/wp-content/themes/moonshine/CHANGELOG.md index a9cebab..a3bd930 100644 --- a/wp-content/themes/moonshine/CHANGELOG.md +++ b/wp-content/themes/moonshine/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.1.8 + +[compare changes](https://gitea.websimple.com/templates/wp-headless/compare/v0.1.7...v0.1.8) + +### 🚀 Enhancements + +- UseResponsive with device detection on SSR (c82bf47) +- Graphql cache keyPrefix from package.json version (b1b1aa4) +- All of wrangler config in nuxt.config.ts (21a7036) +- Configure nuxt-svgo module (5f9c29c) + +### 🩹 Fixes + +- Headless_home_url needs to be in mu-plugins (51f594b) +- Use public wpUrl runtime config for auth refresh token mutation (2c86905) +- Term_order and default WPGraphQL settings (a27e6af) +- Update nuxt-graphql and extractNodes typing (maybe => undefined instead of null) (27f4f73) + ## v0.1.7 [compare changes](https://gitea.websimple.com/templates/wp-headless/compare/v0.1.6...v0.1.7) diff --git a/wp-content/themes/moonshine/package.json b/wp-content/themes/moonshine/package.json index 86eb5f1..f6faa53 100644 --- a/wp-content/themes/moonshine/package.json +++ b/wp-content/themes/moonshine/package.json @@ -1,7 +1,7 @@ { "name": "@lewebsimple/moonshine", "description": "Headless WordPress theme based on Nuxt.", - "version": "0.1.7", + "version": "0.1.8", "type": "module", "private": true, "scripts": {