소스 검색

Version Bump

arthur 2 년 전
부모
커밋
369ea011b1
4개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 0
      blank-canvas-3/readme.txt
  2. 1 1
      blank-canvas-3/style.css
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 3 - 0
blank-canvas-3/readme.txt

@@ -12,6 +12,9 @@ Blank Canvas is a barebones starter theme, stripped off of content templates but
 
 == Changelog ==
 
+= 0.0.8 =
+* Add missing comma that breaks the json (#6854)
+
 = 0.0.7 =
 * Remove top and bottom global paddings (#6845)
 

+ 1 - 1
blank-canvas-3/style.css

@@ -7,7 +7,7 @@ Description:Blank Canvas is a barebones starter theme, stripped off of content t
 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: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: blank-canvas

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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