* Bump to version 2.2.0-dev

* Update changelog with 2.1.0 heading

* Revert "Bump to version 2.2.0-dev"

This reverts commit cc7d4b95ea3ccae140a5366cdd521ac8f35a3100.

* Bump to version 2.2.0-dev

This was performed using `npm run bump-version`

* Move recent changelog entries out of 2.1.0
This commit is contained in:
Adrian Duffell 2021-02-26 11:48:52 +08:00 committed by GitHub
parent 41585794eb
commit 63435dfa71
6 changed files with 14 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "woocommerce/woocommerce-admin",
"version": "2.1.0-dev",
"version": "2.2.0-dev",
"description": "A modern, javascript-driven WooCommerce Admin experience.",
"homepage": "https://github.com/woocommerce/woocommerce-admin",
"type": "wordpress-plugin",

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-library",
"version": "2.1.0-dev",
"version": "2.2.0-dev",
"homepage": "https://woocommerce.github.io/woocommerce-admin/",
"repository": {
"type": "git",

View File

@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, store, sales, reports, analytics, dashboard, activi
Requires at least: 5.4.0
Tested up to: 5.6.0
Requires PHP: 7.0
Stable tag: 2.1.0-dev
Stable tag: 2.2.0-dev
License: GPLv3
License URI: https://github.com/woocommerce/woocommerce-admin/blob/main/license.txt
@ -75,6 +75,14 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
== Unreleased ==
- Dev: Add a changelog lint check to PRs. #6414
- Fix: Move the shipping input and text 1px lower. #6408
- Dev: support use of Array.flat in client and packages. #6411
- Fix: Correct the Klarna slug #6440
- Tweak: Refactor autoloader to remove global variable. #6412
== 2.1.0 ==
- Dev: Allow highlight tooltip to use body tag as parent. #6309
- Dev: Remove Google fonts and material icons. #6343
- Add: Remove CES actions for adding and editing a product and editing an order #6355
@ -84,7 +92,6 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Fix: Removed @woocommerce/components/card from OBW #6374
- Fix: Email notes now are turned off by default #6324
- Add: CES track settings tab on updating settings #6368
- Dev: support use of Array.flat in client and packages. #6411
- Fix: Top bar slightly overlaps wp-admin navigation on mobile #6292
- Fix: Hide tooltip in welcome modal #6142
- Fix: update single column home screen width to 680px #6297
@ -118,11 +125,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Dev: Change `siteUrl` to `homeUrl` on navigation site title #6240
- Dev: Add navigation favorites data store #6275
- Add: Add navigation intro modal. #6367
- Tweak: Refactor autoloader to remove global variable. #6412
- Fix: Reset Navigation submenu before making Flyout #6396
- Dev: Add a changelog lint check to PRs. #6414
- Fix: Move the shipping input and text 1px lower. #6408
- Fix: Correct the Klarna slug #6440
== 2.0.0 02/05/2021 ==

View File

@ -24,7 +24,7 @@ class Package {
*
* @var string
*/
const VERSION = '2.1.0-dev';
const VERSION = '2.2.0-dev';
/**
* Package active.

View File

@ -154,7 +154,7 @@ class FeaturePlugin {
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
// WARNING: Do not directly edit this version number constant.
// It is updated as part of the prebuild process from the package.json value.
$this->define( 'WC_ADMIN_VERSION_NUMBER', '2.1.0-dev' );
$this->define( 'WC_ADMIN_VERSION_NUMBER', '2.2.0-dev' );
}
/**

View File

@ -7,7 +7,7 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-admin
* Domain Path: /languages
* Version: 2.1.0-dev
* Version: 2.2.0-dev
* Requires at least: 5.4
* Requires PHP: 7.0
*