浏览代码

Version Bump

Jason Crist 2 年之前
父节点
当前提交
664a3df2af
共有 4 个文件被更改,包括 6 次插入3 次删除
  1. 3 0
      meraki/readme.txt
  2. 1 1
      meraki/style.css
  3. 1 1
      package-lock.json
  4. 1 1
      package.json

+ 3 - 0
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)
 

+ 1 - 1
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

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.194",
+	"version": "1.0.195",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {

+ 1 - 1
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",