Version Bump
This commit is contained in:
parent
678de460fe
commit
43d8c886cb
5 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "blockbase",
|
||||
"version": "3.0.7",
|
||||
"version": "3.0.8",
|
||||
"description": "Blank Parent Theme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Automattic/themes/issues/new?label=[Theme]%20Blockbase"
|
||||
|
|
|
@ -19,6 +19,9 @@ Read the release notes at https://blockbasetheme.com/category/release-notes/
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 3.0.8 =
|
||||
* Blockbase: move link pseudo states to theme.json (#6156)
|
||||
|
||||
= 3.0.7 =
|
||||
* Make theme available for translation as much as possible (#6484)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Blockbase is a simple theme that supports full-site editing. It com
|
|||
Requires at least: 5.8
|
||||
Tested up to: 5.9
|
||||
Requires PHP: 5.7
|
||||
Version: 3.0.7
|
||||
Version: 3.0.8
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: blockbase
|
||||
|
|
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.252",
|
||||
"version": "1.0.253",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.249",
|
||||
"version": "1.0.253",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
},
|
||||
"blockbase": {
|
||||
"version": "3.0.7",
|
||||
"version": "3.0.8",
|
||||
"license": "GPLv2",
|
||||
"devDependencies": {
|
||||
"@wordpress/base-styles": "^4.0.4",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.252",
|
||||
"version": "1.0.253",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
Loading…
Reference in a new issue