diff --git a/blank-canvas-3/readme.txt b/blank-canvas-3/readme.txt index 08077909e..f63144bcc 100644 --- a/blank-canvas-3/readme.txt +++ b/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.5 = +* Update Spacings (#6745) + = 0.0.4 = * Update font sizes for better fluid typography scale (#6740) diff --git a/blank-canvas-3/style.css b/blank-canvas-3/style.css index 0896e5370..d6dd491ef 100644 --- a/blank-canvas-3/style.css +++ b/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.4 +Version: 0.0.5 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: blank-canvas diff --git a/package-lock.json b/package-lock.json index 7498ca773..eec1ac22d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.262", + "version": "1.0.263", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.262", + "version": "1.0.263", "license": "GPL-2.0", "workspaces": [ "*" diff --git a/package.json b/package.json index c0c162fe2..82087e077 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.262", + "version": "1.0.263", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",