Prepare Packages for Release (#41065)

Co-authored-by: opr <opr@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-31 02:02:59 -07:00 committed by GitHub
parent 7ed46ad2fe
commit 3a265c3afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 720 additions and 1529 deletions

View File

@ -2,11 +2,29 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.2.0](https://www.npmjs.com/package/@woocommerce/packages/js/dependency-extraction-webpack-plugin/v/2.2.0) - 2022-07-08
## [2.3.0](https://www.npmjs.com/package/@woocommerce/dependency-extraction-webpack-plugin/v/2.3.0) - 2023-10-27
- Minor - Add @woocommerce/admin-layout package. [#37094]
- Minor - Add @woocommerce/product-editor package to the packages list. [#36600]
- Minor - Add @woocommerce/block-templates. [#40263]
- Minor - Fix node and pnpm versions via engines [#34773]
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
- Minor - Match TypeScript version with syncpack [#34787]
- Minor - Remove direct dependency on eslint so that linting works properly with pnpm7 [#34661]
- Minor - Sync @wordpress package versions via syncpack. [#37034]
- Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
- Minor - Update pnpm monorepo-wide to 8.6.5 [#38990]
- Minor - Update pnpm to 8.6.7 [#39245]
- Minor - Update pnpm to version 8. [#37915]
- Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#35007]
- Minor - Upgrade TypeScript to 5.1.6 [#39531]
- Minor - Add `@woocommerce/blocks-components` to the list of packages that will be resolved. [#41042]
## [2.2.0](https://www.npmjs.com/package/@woocommerce/dependency-extraction-webpack-plugin/v/2.2.0) - 2022-07-08
- Minor - Remove PHP and Composer dependencies for packaged JS packages
## [2.1.0](https://www.npmjs.com/package/@woocommerce/packages/js/dependency-extraction-webpack-plugin/v/2.1.0) - 2022-06-14
## [2.1.0](https://www.npmjs.com/package/@woocommerce/dependency-extraction-webpack-plugin/v/2.1.0) - 2022-06-14
- Patch - Add '@woocommerce/extend-cart-checkout-block' to list of packages
- Patch - Standardize lint scripts: add lint:fix

View File

@ -1,4 +0,0 @@
Significance: minor
Type: enhancement
Add `@woocommerce/blocks-components` to the list of packages that will be resolved.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add @woocommerce/product-editor package to the packages list.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add @woocommerce/admin-layout package.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Add @woocommerce/block-templates.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Update eslint to 8.32.0 across the monorepo.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Fix node and pnpm versions via engines

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Make eslint emit JSON report for annotating PRs.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Sync @wordpress package versions via syncpack.

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Package scripts were modified to support simplified running of turbo commands in the monorepo.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm to 8.6.7

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm monorepo-wide to 8.6.5

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm to version 8.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Upgrade TypeScript to 5.1.6

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Remove direct dependency on eslint so that linting works properly with pnpm7

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Match TypeScript version with syncpack

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Configuration change only

View File

@ -1,5 +0,0 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

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

File diff suppressed because it is too large Load Diff