Version Bump
This commit is contained in:
parent
4ff1fe9803
commit
b900b6233e
8 changed files with 16 additions and 6 deletions
|
@ -12,6 +12,9 @@ A theme for music-y stuff
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.3 =
|
||||
* Decibel is no longer a Block Canvas child (#6598)
|
||||
|
||||
= 0.0.2 =
|
||||
* Decibel: add typography styles (#6571)
|
||||
* Decibel: add layout and global spacing (#6574)
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: A theme for music-y stuff
|
|||
Requires at least: 5.8
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.2
|
||||
Version: 0.0.3
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: decibel
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.220",
|
||||
"version": "1.0.221",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.220",
|
||||
"version": "1.0.221",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.220",
|
||||
"version": "1.0.221",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
|
@ -12,6 +12,10 @@ Description: Pixl is a simple yet opinionated blogging theme inspired by website
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.7 =
|
||||
* add overlay to featured image (#6591)
|
||||
* Pixl: add style variations (#6530)
|
||||
|
||||
= 0.0.6 =
|
||||
* Block Canvas: update comments pattern. (#6575)
|
||||
* Pixl: add readme and screenshot (#6529)
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Pixl is a simple yet opinionated blogging theme inspired by website
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.0
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.6
|
||||
Version: 0.0.7
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
||||
Template:
|
||||
|
|
|
@ -13,6 +13,9 @@ Its minimalist functionality is balanced by a strong accent color, beautiful pho
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.11 =
|
||||
* Rainfall: fixing page template (#6594)
|
||||
|
||||
= 0.0.10 =
|
||||
* Rainfall: fix CTA pattern (#6576)
|
||||
* Rainfall: fix navigation link colors (#6577)
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Rainfall is a clean, objective blogging theme strongly inspired by
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.0
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.10
|
||||
Version: 0.0.11
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: rainfall
|
||||
|
|
Loading…
Reference in a new issue