Version Bump
This commit is contained in:
parent
de12d33c26
commit
bb06a1f513
11 changed files with 31 additions and 8 deletions
|
@ -7,7 +7,7 @@ Description: Block canvas is a simple theme that supports full-site editing. It
|
|||
Requires at least: 5.7
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.15
|
||||
Version: 0.0.16
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: block-canvas
|
||||
|
|
|
@ -12,6 +12,17 @@ A theme for music-y stuff
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.2 =
|
||||
* Decibel: add typography styles (#6571)
|
||||
* Decibel: add layout and global spacing (#6574)
|
||||
* Decibel: add link styles (#6570)
|
||||
* Decibel: add button styles (#6567)
|
||||
* Style/decibel header (#6582)
|
||||
* Style/decibel navigation (#6586)
|
||||
* Added large illustration patterns (#6585)
|
||||
* Add decibel single template and adjust according parent settings. (#6584)
|
||||
* Add table CSS to Blockbase and Decibel (#6593)
|
||||
|
||||
= 0.0.1 =
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -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.1
|
||||
Version: 0.0.2
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Template: block-canvas
|
||||
|
|
|
@ -9,6 +9,9 @@ A theme for creators equipped with multiple patterns for single page site.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.18 =
|
||||
* Lynx: Add fluid typography support. (#6572)
|
||||
|
||||
= 0.0.17 =
|
||||
* Lynx: Update theme screenshot. (#6522)
|
||||
* Lynx: Update the mesh gradient pattern. (#6540)
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: A theme for anyone who wants to create a collection of links to the
|
|||
Requires at least: 5.7
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.17
|
||||
Version: 0.0.18
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: lynx
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.216",
|
||||
"version": "1.0.217",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.216",
|
||||
"version": "1.0.217",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.216",
|
||||
"version": "1.0.217",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
|
@ -12,6 +12,11 @@ Description: Pixl is a simple yet opinionated blogging theme inspired by website
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.6 =
|
||||
* Block Canvas: update comments pattern. (#6575)
|
||||
* Pixl: add readme and screenshot (#6529)
|
||||
* Pixl: update font licenses (#6583)
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -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.5
|
||||
Version: 0.0.6
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
||||
Template:
|
||||
|
|
|
@ -13,6 +13,10 @@ Its minimalist functionality is balanced by a strong accent color, beautiful pho
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.10 =
|
||||
* Rainfall: fix CTA pattern (#6576)
|
||||
* Rainfall: fix navigation link colors (#6577)
|
||||
|
||||
= 0.0.9 =
|
||||
* Rainfall: Update navigation styles and tidy up templates (#6417)
|
||||
* Rainfall: add Home template (#6450)
|
||||
|
|
|
@ -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.9
|
||||
Version: 0.0.10
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: rainfall
|
||||
|
|
Loading…
Add table
Reference in a new issue