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

Commit cb1482d

Browse files
authored
Release version 2.2.0 (#651)
* Version bump to RC * Add json files to built package * Center images in product columns * Update changelog, bump version to final
1 parent fbad2ee commit cb1482d

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

assets/css/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
img {
2828
vertical-align: middle;
29+
margin-left: auto;
30+
margin-right: auto;
2931
}
3032
}
3133

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: 2 additions & 2 deletions
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.2.0-dev",
5+
"version": "2.2.0",
66
"description": "WooCommerce blocks for the Gutenberg editor.",
77
"homepage": "https://github.com/woocommerce/woocommerce-gutenberg-products-block/",
88
"keywords": [
@@ -105,7 +105,7 @@
105105
],
106106
"files": [
107107
"assets/**/*.{js,scss,php}",
108-
"build/**/*.{js,css}",
108+
"build/**/*.{js,json,css}",
109109
"includes/**/*.php",
110110
"languages/**/*.json",
111111
"license.txt",

readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
8383

8484
== Changelog ==
8585

86+
= 2.2.0 - 2019-06-26 =
87+
88+
- Feature: Add Product Categories List navigation block for showing a list of categories on your site.
89+
- Enhancement: All grid blocks are now rendered directly by the blocks code, not using the shortcode.
90+
- Enhancement: Brand the WooCommerce Blocks for better discoverability in the block inserter.
91+
- Build: Update build process to dynamically generate required WordPress dependencies.
92+
- Build: Update packages.
93+
8694
= 2.1.0 - 2019-05-14 =
8795

8896
- Feature: Add focal point picker to the Featured Product block, so you can adjust the background image position (only available on WP 5.2+ or with Gutenberg plugin).

woocommerce-gutenberg-products-block.php

Lines changed: 2 additions & 2 deletions
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.2.0-dev
6+
* Version: 2.2.0
77
* Author: Automattic
88
* Author URI: https://woocommerce.com
99
* Text Domain: woo-gutenberg-products-block
@@ -15,7 +15,7 @@
1515

1616
defined( 'ABSPATH' ) || die();
1717

18-
define( 'WGPB_VERSION', '2.2.0-dev' );
18+
define( 'WGPB_VERSION', '2.2.0' );
1919
define( 'WGPB_PLUGIN_FILE', __FILE__ );
2020
define( 'WGPB_ABSPATH', dirname( WGPB_PLUGIN_FILE ) . '/' );
2121

0 commit comments

Comments
 (0)