浏览代码

Version Bump

Sarah Norris 2 年之前
父节点
当前提交
a71c0df4ee
共有 7 个文件被更改,包括 12 次插入6 次删除
  1. 3 0
      block-canvas/readme.txt
  2. 1 1
      block-canvas/style.css
  3. 1 1
      blockbase/package.json
  4. 3 0
      blockbase/readme.txt
  5. 1 1
      blockbase/style.css
  6. 2 2
      package-lock.json
  7. 1 1
      package.json

+ 3 - 0
block-canvas/readme.txt

@@ -12,6 +12,9 @@ Block Canvas is a simple theme that supports full-site editing. It comes with a
 
 == Changelog ==
 
+= 0.0.23 =
+* Remove font-smoothing CSS (#6816)
+
 = 0.0.22 =
 * Add home.html template to Block Canvas (#6784)
 

+ 1 - 1
block-canvas/style.css

@@ -7,7 +7,7 @@ Description: Block Canvas is a simple theme that supports full-site editing. It
 Requires at least: 6.0
 Tested up to: 6.0
 Requires PHP: 5.7
-Version: 0.0.22
+Version: 0.0.23
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: block-canvas

+ 1 - 1
blockbase/package.json

@@ -1,6 +1,6 @@
 {
   "name": "blockbase",
-  "version": "3.1.5",
+  "version": "3.1.6",
   "description": "Blank Parent Theme",
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues/new?label=[Theme]%20Blockbase"

+ 3 - 0
blockbase/readme.txt

@@ -19,6 +19,9 @@ Read the release notes at https://blockbasetheme.com/category/release-notes/
 
 == Changelog ==
 
+= 3.1.6 =
+* Fix missing --wp prefix for var --custom--form--color--border (#6796)
+
 = 3.1.5 =
 * Blockbase + children: remove __unstableLocation (#6759)
 

+ 1 - 1
blockbase/style.css

@@ -7,7 +7,7 @@ Description: Blockbase is a simple theme that supports full-site editing. It com
 Requires at least: 6.1
 Tested up to: 6.1
 Requires PHP: 5.7
-Version: 3.1.5
+Version: 3.1.6
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: blockbase

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "themes",
-	"version": "1.0.281",
+	"version": "1.0.282",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "themes",
-			"version": "1.0.281",
+			"version": "1.0.282",
 			"license": "GPL-2.0",
 			"workspaces": [
 				"*"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.281",
+	"version": "1.0.282",
 	"description": "Automattic public themes",
 	"author": "automattic",
 	"license": "GPL-2.0",