diff --git a/meraki/readme.txt b/meraki/readme.txt index 508a3e137..20bef0af6 100644 --- a/meraki/readme.txt +++ b/meraki/readme.txt @@ -11,6 +11,9 @@ Meraki is a blogging theme that supports full-site editing. == Changelog == += 0.0.8 = +* Removed font families from the child so that Blockbases are used instead (#6405) + = 0.0.7 = * lock post-content block by default (#6314) diff --git a/meraki/style.css b/meraki/style.css index 284cf050f..4571a83f0 100644 --- a/meraki/style.css +++ b/meraki/style.css @@ -7,7 +7,7 @@ Description: Meraki is a blogging theme that supports full-site editing. Requires at least: 5.8 Tested up to: 5.9 Requires PHP: 5.7 -Version: 0.0.7 +Version: 0.0.8 License: GNU General Public License v2 or later License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE Template: blockbase diff --git a/package-lock.json b/package-lock.json index fe3211c63..e438d1dcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.194", + "version": "1.0.195", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 0382a3ebc..72f087180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.194", + "version": "1.0.195", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",