Version Bump
This commit is contained in:
parent
27937bd881
commit
0f3012e582
4 changed files with 7 additions and 4 deletions
|
@ -11,6 +11,9 @@ Meraki is a blogging theme that supports full-site editing.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.5 =
|
||||
* Meraki: Re-add the 'auto-loading-homepage' tag to style.css (#6039)
|
||||
|
||||
= 0.0.4 =
|
||||
* Meraki: Update footer pattern background color; update footer pattern structure to avoid horizontal scrollbars. (#6030)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Meraki is a blogging theme that supports full-site editing.
|
|||
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: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
||||
Template: blockbase
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.141",
|
||||
"version": "1.0.142",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.141",
|
||||
"version": "1.0.142",
|
||||
"license": "GPL-2.0",
|
||||
"dependencies": {
|
||||
"wp-prettier": "^2.0.5"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.141",
|
||||
"version": "1.0.142",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
Loading…
Reference in a new issue