diff --git a/lynx/readme.txt b/lynx/readme.txt index d71d0fdf1..5e1ecd7b7 100644 --- a/lynx/readme.txt +++ b/lynx/readme.txt @@ -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 diff --git a/lynx/style.css b/lynx/style.css index 6d30500f8..aad1f54b2 100644 --- a/lynx/style.css +++ b/lynx/style.css @@ -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 diff --git a/package-lock.json b/package-lock.json index 3a87218db..8256ba5e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 764db72d6..7d045445c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.197", + "version": "1.0.198", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",