Kaynağa Gözat

Version Bump

Jason Crist 2 yıl önce
ebeveyn
işleme
35a3ff702c
4 değiştirilmiş dosya ile 6 ekleme ve 3 silme
  1. 3 0
      block-canvas/readme.txt
  2. 1 1
      block-canvas/style.css
  3. 1 1
      package-lock.json
  4. 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.26 =
+* Remove table CSS from block canvas theme as it has been addressed in Gutenberg (#6954)
+
 = 0.0.24 =
 * Block Canvas: Add no results content to search template (#6860)
 

+ 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.25
+Version: 0.0.26
 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
package-lock.json

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

+ 1 - 1
package.json

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