Skip to content

Commit 4530728

Browse files
author
Waclaw Jacek
committed
Product version bump update
1 parent 9a1faa6 commit 4530728

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** WooCommerce Shipping & Tax Changelog ***
22

3-
= 2.2.2 - 2023-xx-xx =
3+
= 2.2.2 - 2023-02-02 =
44
* Fix - Adjust checkout US zipcode validation to run only when exactly 5 or 10 digits are typed.
55

66
= 2.2.1 - 2023-01-24 =

npm-shrinkwrap.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
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-services",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"scripts": {
55
"start": "cross-env NODE_ENV=development CALYPSO_CLIENT=true webpack-dev-server --hot --inline --watch --content-base dist --port 8085",
66
"prepare": "cd wp-calypso && npm ci && cd .. && husky install",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires at least: 4.6
66
Tested up to: 6.1.1
77
WC requires at least: 3.6
88
WC tested up to: 7.3.0
9-
Stable tag: 2.2.1
9+
Stable tag: 2.2.2
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212

@@ -78,7 +78,7 @@ The source code is freely available [in GitHub](https://github.com/Automattic/wo
7878

7979
== Changelog ==
8080

81-
= 2.2.2 - 2023-xx-xx =
81+
= 2.2.2 - 2023-02-02 =
8282
* Fix - Adjust checkout US zipcode validation to run only when exactly 5 or 10 digits are typed.
8383

8484
= 2.2.1 - 2023-01-24 =

woocommerce-services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://woocommerce.com/
88
* Text Domain: woocommerce-services
99
* Domain Path: /i18n/languages/
10-
* Version: 2.2.1
10+
* Version: 2.2.2
1111
* Requires at least: 4.6
1212
* Tested up to: 6.1
1313
* WC requires at least: 3.6

0 commit comments

Comments
 (0)