Compare commits
1 Commits
v0.1.4
...
84138e09b1
| Author | SHA1 | Date | |
|---|---|---|---|
| 84138e09b1 |
@@ -1,55 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## v0.1.4
|
|
||||||
|
|
||||||
[compare changes](https://gitea.websimple.com/templates/wp-headless/compare/v0.1.2...v0.1.4)
|
|
||||||
|
|
||||||
### 🚀 Enhancements
|
|
||||||
|
|
||||||
- Initial NodeByUri logic and frontend (688c4e3)
|
|
||||||
- BuilderSections component (2b9a875)
|
|
||||||
- LaoutContained (c7f6cca)
|
|
||||||
- LayoutContained section wrapper (12048ff)
|
|
||||||
- Initial typography / prose styles (764bc6a)
|
|
||||||
- UiProse prose component with link highjacking (40becf1)
|
|
||||||
- TinyMCE WYSIWYG editor styles (8e26f19)
|
|
||||||
- Login / logout toast (2d0b176)
|
|
||||||
- Hide title on front page (5e0df22)
|
|
||||||
|
|
||||||
### 🩹 Fixes
|
|
||||||
|
|
||||||
- Fatal 404 (bfb5ae3)
|
|
||||||
|
|
||||||
### 💅 Refactors
|
|
||||||
|
|
||||||
- Update to nuxt-graphql 0.5.x (e383255)
|
|
||||||
- /api/login route (9d99770)
|
|
||||||
|
|
||||||
## v0.1.3
|
|
||||||
|
|
||||||
[compare changes](https://gitea.websimple.com/templates/wp-headless/compare/v0.1.2...v0.1.3)
|
|
||||||
|
|
||||||
### 🚀 Enhancements
|
|
||||||
|
|
||||||
- Initial NodeByUri logic and frontend (688c4e3)
|
|
||||||
- BuilderSections component (2b9a875)
|
|
||||||
- LaoutContained (c7f6cca)
|
|
||||||
- LayoutContained section wrapper (12048ff)
|
|
||||||
- Initial typography / prose styles (764bc6a)
|
|
||||||
- UiProse prose component with link highjacking (40becf1)
|
|
||||||
- TinyMCE WYSIWYG editor styles (8e26f19)
|
|
||||||
- Login / logout toast (2d0b176)
|
|
||||||
- Hide title on front page (5e0df22)
|
|
||||||
|
|
||||||
### 🩹 Fixes
|
|
||||||
|
|
||||||
- Fatal 404 (bfb5ae3)
|
|
||||||
|
|
||||||
### 💅 Refactors
|
|
||||||
|
|
||||||
- Update to nuxt-graphql 0.5.x (e383255)
|
|
||||||
- /api/login route (9d99770)
|
|
||||||
|
|
||||||
## v0.1.2
|
## v0.1.2
|
||||||
|
|
||||||
[compare changes](https://gitea.websimple.com/templates/wp-headless/compare/v0.1.1...v0.1.2)
|
[compare changes](https://gitea.websimple.com/templates/wp-headless/compare/v0.1.1...v0.1.2)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@lewebsimple/moonshine",
|
"name": "@lewebsimple/moonshine",
|
||||||
"description": "Headless WordPress theme based on Nuxt.",
|
"description": "Headless WordPress theme based on Nuxt.",
|
||||||
"version": "0.1.4",
|
"version": "0.1.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"postinstall": "pnpm --sequential /postinstall:.*/",
|
"postinstall": "pnpm --sequential /postinstall:.*/",
|
||||||
"postinstall:nuxt": "nuxt prepare",
|
"postinstall:nuxt": "nuxt prepare",
|
||||||
"preview": "nuxt preview",
|
"preview": "nuxt preview",
|
||||||
"release": "pnpm lint && changelogen --noAuthors --release --push",
|
"release": "pnpm lint && pnpm typecheck && changelogen --noAuthors --release --push",
|
||||||
"typecheck": "nuxt typecheck"
|
"typecheck": "nuxt typecheck"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user