diff --git a/README.md b/README.md index 7e1f9293..6d798433 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ ddev delete project-name -O -y && cd ../ && rm -rf project-name ## Changelog +### v1.0.8 +* Allow `core/search` block to be nested within the Navigation Container block. +* Many updates to deployment +* Removal of `accentColor` +* Removal of all variations of pre-defined gray. + ### v1.0.7 * Added Custom Video Player Component. * Replaced SVG Support with Safe SVG. diff --git a/packages.json b/packages.json index 393a5b0b..ce17c346 100644 --- a/packages.json +++ b/packages.json @@ -1,7 +1,7 @@ { "package": { "name": "viget/wordpress-site-starter", - "version": "1.0.7", + "version": "1.0.8", "source": { "url": "/root/path/not/relative/path/to/wordpress-site-starter/.git", "type": "git",