From 5bda835566b36bc554bb65d78fe64f8779f9df51 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Tue, 13 Jan 2026 21:17:37 -0500 Subject: [PATCH] chore(release): v0.1.2 --- wp-content/themes/moonshine/CHANGELOG.md | 15 +++++++++++++++ wp-content/themes/moonshine/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/moonshine/CHANGELOG.md b/wp-content/themes/moonshine/CHANGELOG.md index 35d325b..f5f0c63 100644 --- a/wp-content/themes/moonshine/CHANGELOG.md +++ b/wp-content/themes/moonshine/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v0.1.2 + +[compare changes](https://gitea.websimple.com/templates/wp-headless/compare/v0.1.1...v0.1.2) + +### 🚀 Enhancements + +- Initial Nuxt UI configuration (ca2e660) +- Initial layout with SiteHeader / SiteFooter (3d7a2b2) +- Update .gitignore and add Copilot instructions (f520db7) +- Optional SSL for dev server (9b6a86f) +- Typecheck npm script (33589d4) +- Initial theme setup (theme features, locale, main menu) (a286047) +- Initial GraphQL setup with remote WP schema (d0244eb) +- Initial authentication logic and UX (c109423) + ## v0.1.1 diff --git a/wp-content/themes/moonshine/package.json b/wp-content/themes/moonshine/package.json index b08dc34..d270e8a 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.1", + "version": "0.1.2", "type": "module", "private": true, "scripts": {