浏览代码

Version Bump

Jason Crist 2 年之前
父节点
当前提交
59ab4f94da
共有 7 个文件被更改,包括 13 次插入7 次删除
  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. 3 3
      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.21 =
+* Block Canvas: Add self-closing tag to comments pattern in page template (#6764)
+
 = 0.0.20 =
 * Block Canvas: small updates (#6705)
 

+ 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.20
+Version: 0.0.21
 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.1",
+  "version": "3.1.2",
   "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.2 =
+* Blockbase: Ensure Blockbase migration script is only run once (#6711)
+
 = 3.1.1 =
 * Removed the bits that disabled the navigation fallback so that navigation would work as expected. (#6743)
 

+ 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.1
+Version: 3.1.2
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: blockbase

+ 3 - 3
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "themes",
-	"version": "1.0.267",
+	"version": "1.0.268",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "themes",
-			"version": "1.0.267",
+			"version": "1.0.268",
 			"license": "GPL-2.0",
 			"workspaces": [
 				"*"
@@ -76,7 +76,7 @@
 			}
 		},
 		"blockbase": {
-			"version": "3.1.1",
+			"version": "3.1.2",
 			"license": "GPLv2",
 			"devDependencies": {
 				"@wordpress/base-styles": "^4.0.4",

+ 1 - 1
package.json

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