Dependency Extraction Webpack Plugin: bump version to 1.2 (https://github.com/woocommerce/woocommerce-admin/pull/6268)

* bump DEWP to 1.2

* reference PR number
This commit is contained in:
Paul Sealock 2021-02-09 15:20:54 +13:00 committed by GitHub
parent 078b4efa3c
commit 5871e9e9d2
3 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,6 @@
"devDependencies": {
"@wordpress/scripts": "^12.2.1",
"@woocommerce/eslint-plugin": "1.1.0",
"@woocommerce/dependency-extraction-webpack-plugin": "1.1.0"
"@woocommerce/dependency-extraction-webpack-plugin": "1.2.0"
}
}

View File

@ -1,3 +1,7 @@
# 1.2.0
- Add WooCommerce Blocks Dependencies. #6228
# 1.1.0
- Fix: Handle irregular package names that don't conform to a pattern.

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/dependency-extraction-webpack-plugin",
"version": "1.1.0",
"version": "1.2.0",
"description": "WooCommerce Dependency Extraction Webpack Plugin",
"author": "Automattic",
"license": "GPL-2.0-or-later",