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

Commit 1476765

Browse files
committed
Bump version to 10.9.0
1 parent dbb47a1 commit 1476765

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "WooCommerce blocks for the Gutenberg editor.",
44
"homepage": "https://woocommerce.com/",
55
"type": "wordpress-plugin",
6-
"version": "10.9.0-dev",
6+
"version": "10.9.0",
77
"keywords": [
88
"gutenberg",
99
"woocommerce",

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "10.9.0-dev",
5+
"version": "10.9.0",
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
@@ -4,7 +4,7 @@ Tags: gutenberg, woocommerce, woo commerce, products, blocks, woocommerce blocks
44
Requires at least: 6.2
55
Tested up to: 6.2
66
Requires PHP: 7.3
7-
Stable tag: 10.8.3
7+
Stable tag: 10.9.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

src/BlockTypes/ProductButton.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ protected function render( $attributes, $content, $block ) {
128128
/**
129129
* Filters the change the quantity to add to cart.
130130
*
131-
* @since $VID:$
131+
* @since 10.9.0
132132
* @param number $default_quantity The default quantity.
133133
* @param number $product_id The product id.
134134
*/

src/Package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static function container( $reset = false ) {
109109
NewPackage::class,
110110
function ( $container ) {
111111
// leave for automated version bumping.
112-
$version = '10.9.0-dev';
112+
$version = '10.9.0';
113113
return new NewPackage(
114114
$version,
115115
dirname( __DIR__ ),

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: 10.9.0-dev
6+
* Version: 10.9.0
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block

0 commit comments

Comments
 (0)