Version Bump
This commit is contained in:
parent
11a3fbd019
commit
d290e39f1a
4 changed files with 10 additions and 7 deletions
|
@ -9,6 +9,9 @@ A theme for creators equipped with multiple patterns for single page site.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.12 =
|
||||
* Lynx: Fix wrong button label in one of the patterns. (#6441)
|
||||
|
||||
= 1.0 =
|
||||
* Released: March 8, 2022
|
||||
|
||||
|
|
|
@ -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.11
|
||||
Version: 0.0.12
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: lynx
|
||||
|
|
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.197",
|
||||
"version": "1.0.198",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "themes",
|
||||
"version": "1.0.197",
|
||||
"version": "1.0.198",
|
||||
"license": "GPL-2.0",
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
@ -177,7 +177,7 @@
|
|||
}
|
||||
},
|
||||
"geologist": {
|
||||
"version": "1.0.33",
|
||||
"version": "1.0.34",
|
||||
"license": "GPLv2",
|
||||
"devDependencies": {
|
||||
"@wordpress/base-styles": "^4.0.4",
|
||||
|
@ -19431,7 +19431,7 @@
|
|||
}
|
||||
},
|
||||
"quadrat": {
|
||||
"version": "1.1.45",
|
||||
"version": "1.1.46",
|
||||
"license": "GPLv2",
|
||||
"devDependencies": {
|
||||
"@wordpress/base-styles": "^4.0.4",
|
||||
|
@ -19626,7 +19626,7 @@
|
|||
}
|
||||
},
|
||||
"zoologist": {
|
||||
"version": "1.0.35",
|
||||
"version": "1.0.36",
|
||||
"license": "GPLv2",
|
||||
"devDependencies": {
|
||||
"@wordpress/base-styles": "^4.0.4",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "themes",
|
||||
"version": "1.0.197",
|
||||
"version": "1.0.198",
|
||||
"description": "Automattic public themes",
|
||||
"author": "automattic",
|
||||
"license": "GPL-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue