浏览代码

Version Bump

alaczek 3 年之前
父节点
当前提交
98e4cda3ae

+ 1 - 1
blockbase/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "blockbase",
-  "version": "1.3.1",
+  "version": "1.3.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
blockbase/package.json

@@ -1,6 +1,6 @@
 {
   "name": "blockbase",
-  "version": "1.3.1",
+  "version": "1.3.2",
   "description": "Blank Parent Theme",
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"

+ 1 - 1
blockbase/style.css

@@ -7,7 +7,7 @@ Description: Blockbase is a simple theme that supports full-site editing. It com
 Requires at least: 5.7
 Tested up to: 5.8
 Requires PHP: 5.7
-Version: 1.3.1
+Version: 1.3.2
 License: GNU General Public License v2 or later
 License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
 Text Domain: blockbase

+ 7 - 13
kerr/block-template-parts/header.html

@@ -1,14 +1,8 @@
-<!-- wp:group {"className":"site-header","layout":{"type":"flex"}} -->
-<div class="wp-block-group site-header">
+<!-- wp:group {"tagName":"header","className":"site-header","layout":{"type":"flex"}} -->
+<header class="wp-block-group site-header">
 	<!-- wp:site-logo /-->
-
-	<!-- wp:group -->
-	<div class="wp-block-group">
-		<!-- wp:site-title /-->
-		<!-- wp:site-tagline {"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
-	</div>
-	<!-- /wp:group -->
-
-	<!-- wp:navigation {"className":"is-style-blockbase-navigation-improved-responsive","itemsJustification":"right","isResponsive":true,"__unstableLocation":"primary","__unstableSocialLinks":"social"} /-->
-</div>
-<!-- /wp:group -->
+	<!-- wp:site-title /-->
+	<!-- wp:site-tagline {"style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} /-->
+	<!-- wp:navigation {"itemsJustification":"right","isResponsive":true,"__unstableLocation":"primary","__unstableSocialLinks":"social"} /-->
+</header>
+<!-- /wp:group -->

+ 0 - 22
kerr/child-theme.json

@@ -73,28 +73,6 @@
 				"secondary": "var(--wp--preset--color--secondary)",
 				"tertiary": "var(--wp--preset--color--tertiary)"
 			},
-			"colorPalettes": [
-				{
-					"label": "White",
-					"slug": "white",
-					"colors": {
-						"primary": "#000000",
-						"secondary": "#000000",
-						"tertiary": "#f1f1f1",
-						"background": "#ffffff"
-					}
-				},
-				{
-					"label": "Black",
-					"slug": "black",
-					"colors": {
-						"primary": "#ffffff",
-						"secondary": "#ffffff",
-						"tertiary": "#313131",
-						"background": "#000000"
-					}
-				}
-			],
 			"form": {
 				"border": {
 					"color": "var(--wp--custom--color--foreground)",

+ 1 - 1
kerr/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "kerr",
-  "version": "0.0.4",
+  "version": "0.0.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
kerr/package.json

@@ -1,6 +1,6 @@
 {
   "name": "kerr",
-  "version": "0.0.4",
+  "version": "0.0.5",
   "description": "",
   "main": "style.css",
   "dependencies": {},

+ 1 - 1
kerr/style.css

@@ -7,7 +7,7 @@ Description: Kerr is a simple blogging theme that supports full-site editing. It
 Requires at least: 5.7
 Tested up to: 5.7
 Requires PHP: 5.7
-Version: 0.0.4
+Version: 0.0.5
 License: GNU General Public License v2 or later
 License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
 Template: blockbase

+ 25 - 12
kerr/theme.json

@@ -120,23 +120,36 @@
 			},
 			"colorPalettes": [
 				{
-					"label": "White",
-					"slug": "white",
+					"label": "Featured",
+					"slug": "palette-1",
 					"colors": {
-						"primary": "#000000",
-						"secondary": "#000000",
-						"tertiary": "#f1f1f1",
-						"background": "#ffffff"
+						"primary": "#C8133E",
+						"secondary": "#4E2F4B",
+						"foreground": "#1D1E1E",
+						"background": "#FFFFFF",
+						"tertiary": "#F9F9F9"
 					}
 				},
 				{
-					"label": "Black",
-					"slug": "black",
+					"label": "Featured",
+					"slug": "palette-2",
 					"colors": {
-						"primary": "#ffffff",
-						"secondary": "#ffffff",
-						"tertiary": "#313131",
-						"background": "#000000"
+						"primary": "#35845D",
+						"secondary": "#233252",
+						"foreground": "#242527",
+						"background": "#EEF4F7",
+						"tertiary": "#F9F9F9"
+					}
+				},
+				{
+					"label": "Featured",
+					"slug": "palette-3",
+					"colors": {
+						"primary": "#9FD3E8",
+						"secondary": "#FBE6AA",
+						"foreground": "#FFFFFF",
+						"background": "#1F2527",
+						"tertiary": "#364043"
 					}
 				}
 			],

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.33",
+	"version": "1.0.34",
 	"lockfileVersion": 1,
 	"requires": true,
 	"dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.33",
+	"version": "1.0.34",
 	"description": "Automattic public themes",
 	"author": "automattic",
 	"license": "GPL-2.0",