Browse Source

Version Bump

madhusudhand 3 years ago
parent
commit
2f14ac70a7
7 changed files with 11 additions and 5 deletions
  1. 1 1
      blockbase/package.json
  2. 3 0
      blockbase/readme.txt
  3. 1 1
      blockbase/style.css
  4. 3 0
      curator/readme.txt
  5. 1 1
      curator/style.css
  6. 1 1
      package-lock.json
  7. 1 1
      package.json

+ 1 - 1
blockbase/package.json

@@ -1,6 +1,6 @@
 {
   "name": "blockbase",
-  "version": "2.0.37",
+  "version": "2.0.38",
   "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 ==
 
+= 2.0.38 =
+* Remove close button styles (#6082)
+
 = 2.0.37 =
 * Update all /pub themes so the theme-uri points to `https://wordpress.com/theme/<slug>` (#6033)
 

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

+ 3 - 0
curator/readme.txt

@@ -12,6 +12,9 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
 == Changelog ==
 
+= 0.0.8 =
+* Curator: revise header template part (#5980)
+
 = 0.0.7 =
 * Curator: revise single template (#5987)
 

+ 1 - 1
curator/style.css

@@ -7,7 +7,7 @@ Description:
 Requires at least: 5.8
 Tested up to: 5.9
 Requires PHP: 5.7
-Version: 0.0.7
+Version: 0.0.8
 License: GNU General Public License v2 or later
 License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
 Template:

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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