Bladeren bron

Version Bump

Jason Crist 2 jaren geleden
bovenliggende
commit
03dd7922b7
9 gewijzigde bestanden met toevoegingen van 17 en 8 verwijderingen
  1. 1 1
      blockbase/package.json
  2. 3 0
      blockbase/readme.txt
  3. 1 1
      blockbase/style.css
  4. 3 0
      jackson/readme.txt
  5. 1 1
      jackson/style.css
  6. 3 0
      kingsley/readme.txt
  7. 1 1
      kingsley/style.css
  8. 3 3
      package-lock.json
  9. 1 1
      package.json

+ 1 - 1
blockbase/package.json

@@ -1,6 +1,6 @@
 {
   "name": "blockbase",
-  "version": "3.1.8",
+  "version": "3.1.9",
   "description": "Blank Parent Theme",
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues/new?label=[Theme]%20Blockbase"

+ 3 - 0
blockbase/readme.txt

@@ -19,6 +19,9 @@ Read the release notes at https://blockbasetheme.com/category/release-notes/
 
 == Changelog ==
 
+= 3.1.9 =
+* Blockbase: Optionally remove inherited style variations from child themes (#6996)
+
 = 3.1.8 =
 * Removed forced content wrapper styles (#6961)
 

+ 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: 6.1
 Tested up to: 6.1
 Requires PHP: 5.7
-Version: 3.1.8
+Version: 3.1.9
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: blockbase

+ 3 - 0
jackson/readme.txt

@@ -12,6 +12,9 @@ Jackson is a minimalist theme, designed for single-page websites. Its single pos
 
 == Changelog ==
 
+= 1.0.3 =
+* Blockbase: Optionally remove inherited style variations from child themes (#6996)
+
 = 1.0.2 =
 * Blockbase 3 (#6167)
 

+ 1 - 1
jackson/style.css

@@ -7,7 +7,7 @@ Description: Jackson is a minimalist theme, designed for single-page websites.
 Requires at least: 5.8
 Tested up to: 5.8
 Requires PHP: 5.7
-Version: 1.0.2
+Version: 1.0.3
 License: GNU General Public License v2 or later
 License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
 Template: blockbase

+ 3 - 0
kingsley/readme.txt

@@ -12,6 +12,9 @@ Kingsley is a minimalist theme, designed for single-page websites. Its single po
 
 == Changelog ==
 
+= 1.0.5 =
+* Blockbase: Optionally remove inherited style variations from child themes (#6996)
+
 = 1.0.4 =
 * Blockbase 3 (#6167)
 

+ 1 - 1
kingsley/style.css

@@ -7,7 +7,7 @@ Description: Kingsley is a minimalist theme, designed for single-page websites.
 Requires at least: 5.8
 Tested up to: 5.8
 Requires PHP: 5.7
-Version: 1.0.4
+Version: 1.0.5
 License: GNU General Public License v2 or later
 License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
 Template: blockbase

+ 3 - 3
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "themes",
-	"version": "1.0.308",
+	"version": "1.0.309",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "themes",
-			"version": "1.0.308",
+			"version": "1.0.309",
 			"license": "GPL-2.0",
 			"workspaces": [
 				"*"
@@ -76,7 +76,7 @@
 			}
 		},
 		"blockbase": {
-			"version": "3.1.8",
+			"version": "3.1.9",
 			"license": "GPLv2",
 			"devDependencies": {
 				"@wordpress/base-styles": "^4.0.4",

+ 1 - 1
package.json

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