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

Commit 950e9c1

Browse files
committed
version
1 parent 98635db commit 950e9c1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.3.0-beta.2",
5+
"version": "2.3.0-beta.3",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8383

8484
== Changelog ==
8585

86-
= 2.3.0 - 2019-07-25 =
86+
= 2.3.0 - 2019-07-29 =
8787

8888
- Feature: Added a new Featured Category Block; feature a category and show a link to it's archive.
8989
- Feature: Added a new Products by Tag(s) block.

src/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Package {
1919
*
2020
* @var string
2121
*/
22-
const VERSION = '2.3.0-beta.2';
22+
const VERSION = '2.3.0-beta.3';
2323

2424
/**
2525
* Stores if init has ran yet.

woocommerce-gutenberg-products-block.php

Lines changed: 1 addition & 1 deletion
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.3.0-beta.2
6+
* Version: 2.3.0-beta.3
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block

0 commit comments

Comments
 (0)