Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 7830486

Browse files
committed
Bumping version strings to new version.
1 parent cf927e2 commit 7830486

5 files changed

+6
-6
lines changed

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@woocommerce/block-library",
33
"title": "WooCommerce Blocks",
44
"author": "Automattic",
5-
"version": "2.7.0",
5+
"version": "2.7.1",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [
@@ -208,4 +208,4 @@
208208
"license.txt",
209209
"woocommerce-gutenberg-products-block.php"
210210
]
211-
}
211+
}

Diff for: readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
44
Requires at least: 5.2
55
Tested up to: 5.4
66
Requires PHP: 5.6
7-
Stable tag: 2.7.0
7+
Stable tag: 2.7.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

Diff for: src/Package.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static function container( $reset = false ) {
101101
NewPackage::class,
102102
function ( $container ) {
103103
// leave for automated version bumping.
104-
$version = '2.7.0';
104+
$version = '2.7.1';
105105
return new NewPackage(
106106
$version,
107107
dirname( __DIR__ )

Diff for: woocommerce-gutenberg-products-block.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce Blocks
44
* Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
55
* Description: WooCommerce blocks for the Gutenberg editor.
6-
* Version: 2.7.0
6+
* Version: 2.7.1
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block

0 commit comments

Comments
 (0)