浏览代码

Version Bump

alaczek 2 年之前
父节点
当前提交
cfd6e04749
共有 4 个文件被更改,包括 10 次插入7 次删除
  1. 3 0
      lynx/readme.txt
  2. 1 1
      lynx/style.css
  3. 5 5
      package-lock.json
  4. 1 1
      package.json

+ 3 - 0
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
 

+ 1 - 1
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

+ 5 - 5
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",

+ 1 - 1
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",