Version Bump
This commit is contained in:
parent
0500207504
commit
9c9e56c337
4 changed files with 8 additions and 5 deletions
|
@ -12,6 +12,9 @@ Blank Canvas is a barebones starter theme, stripped off of content templates but
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.7 =
|
||||
* Remove top and bottom global paddings (#6845)
|
||||
|
||||
= 0.0.6 =
|
||||
* Fix background color variable (#6806)
|
||||
|
||||
|
|
|
@ -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.6
|
||||
Version: 0.0.7
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: blank-canvas
|
||||
|
|
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.283",
|
||||
"version": "1.0.284",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.283",
|
||||
"version": "1.0.284",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
},
|
||||
"blockbase": {
|
||||
"version": "3.1.5",
|
||||
"version": "3.1.6",
|
||||
"license": "GPLv2",
|
||||
"devDependencies": {
|
||||
"@wordpress/base-styles": "^4.0.4",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.283",
|
||||
"version": "1.0.284",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
Loading…
Reference in a new issue