浏览代码

Version Bump

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

+ 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.18 =
+* Update block canvas styles (#6640)
+
 = 0.0.17 =
 * Block canvas: clean up templates (#6620)
 

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

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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

+ 6 - 2
rainfall/readme.txt

@@ -1,7 +1,7 @@
 === Rainfall ===
 Contributors: Automattic
-Requires at least: 5.8
-Tested up to: 5.9
+Requires at least: 6.0
+Tested up to: 6.0
 Requires PHP: 5.7
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -13,7 +13,11 @@ Its minimalist functionality is balanced by a strong accent color, beautiful pho
 
 == Changelog ==
 
+= 1.0.0 =
+* Rainfall: add to deploy list, update screenshot, bump version (#6654)
+
 = 0.0.13 =
+* Initial release
 * Rainfall: Updates for dotorg submission (#6626)
 
 = 0.0.12 =