Forráskód Böngészése

Build videomaker variations and version bumpped

Jason Crist 3 éve
szülő
commit
ce2936c2dc

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 	"name": "themes",
-	"version": "1.0.90",
+	"version": "1.0.91",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {

+ 1 - 1
package.json

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

+ 0 - 0
videomaker-white/assets/fonts/Inter-italic.var.woff2 → videomaker-white/assets/fonts/Inter-italic_var.woff2


+ 0 - 0
videomaker-white/assets/fonts/Inter-roman.var.woff2 → videomaker-white/assets/fonts/Inter-roman_var.woff2


+ 2 - 2
videomaker-white/assets/theme.css

@@ -85,7 +85,7 @@
   font-display: swap;
   font-style: normal;
   font-named-instance: "Regular";
-  src: url("./assets/fonts/Inter-roman.var.woff2/") format("woff2");
+  src: url("./fonts/Inter-roman_var.woff2") format("woff2");
 }
 @font-face {
   font-family: "Inter";
@@ -93,7 +93,7 @@
   font-display: swap;
   font-style: italic;
   font-named-instance: "Italic";
-  src: url("./assets/fonts/Inter-italic.var.woff2/") format("woff2");
+  src: url("./fonts/Inter-italic_var.woff2") format("woff2");
 }
 a:not(.wp-block-query-pagination-next):active {
   background: var(--wp--custom--color--foreground) !important;

+ 1 - 1
videomaker-white/style.css

@@ -7,7 +7,7 @@ Description: Videomaker is a free, minimalistic WordPress theme ideal for film d
 Requires at least: 5.8
 Tested up to: 5.8
 Requires PHP: 5.7
-Version: 1.0.11
+Version: 1.0.12
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template: blockbase

+ 1 - 1
videomaker/package.json

@@ -1,6 +1,6 @@
 {
   "name": "videomaker",
-  "version": "1.0.13",
+  "version": "1.0.14",
   "description": "",
   "main": "style.css",
   "devDependencies": {

+ 1 - 1
videomaker/style.css

@@ -7,7 +7,7 @@ Description: Videomaker is a free, minimalistic WordPress theme ideal for film d
 Requires at least: 5.8
 Tested up to: 5.8
 Requires PHP: 5.7
-Version: 1.0.13
+Version: 1.0.14
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Template: blockbase