Sarah Norris 2 vuotta sitten
vanhempi
commit
a71c0df4ee

+ 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 ==
 == Changelog ==
 
 
+= 0.0.23 =
+* Remove font-smoothing CSS (#6816)
+
 = 0.0.22 =
 = 0.0.22 =
 * Add home.html template to Block Canvas (#6784)
 * 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
 Requires at least: 6.0
 Tested up to: 6.0
 Tested up to: 6.0
 Requires PHP: 5.7
 Requires PHP: 5.7
-Version: 0.0.22
+Version: 0.0.23
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: block-canvas
 Text Domain: block-canvas

+ 1 - 1
blockbase/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "blockbase",
   "name": "blockbase",
-  "version": "3.1.5",
+  "version": "3.1.6",
   "description": "Blank Parent Theme",
   "description": "Blank Parent Theme",
   "bugs": {
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues/new?label=[Theme]%20Blockbase"
     "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 ==
 == Changelog ==
 
 
+= 3.1.6 =
+* Fix missing --wp prefix for var --custom--form--color--border (#6796)
+
 = 3.1.5 =
 = 3.1.5 =
 * Blockbase + children: remove __unstableLocation (#6759)
 * 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
 Requires at least: 6.1
 Tested up to: 6.1
 Tested up to: 6.1
 Requires PHP: 5.7
 Requires PHP: 5.7
-Version: 3.1.5
+Version: 3.1.6
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: blockbase
 Text Domain: blockbase

+ 2 - 2
package-lock.json

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

+ 1 - 1
package.json

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