Prepare Packages for Release (#36825)

Automated change: Prep @woocommerce/onboarding for release.

Co-authored-by: chihsuan <chihsuan@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-14 09:43:17 +08:00 committed by GitHub
parent 906c84b85e
commit a3e26fe9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 49 deletions

View File

@ -2,12 +2,24 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.2.0](https://www.npmjs.com/package/@woocommerce/packages/js/onboarding/v/3.2.0) - 2022-07-08
## [3.3.0](https://www.npmjs.com/package/@woocommerce/onboarding/v/3.3.0) - 2023-02-14
- Patch - Added in missing TS definitions in package.json [#36701]
- Patch - Fix wcpay benefits padding [#36701]
- Minor - Add WooOnboardingTaskListHeader component [#36701]
- Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#36701]
- Patch - Cleanup product task experiment [#36701]
- Minor - Fix node and pnpm versions via engines [#36701]
- Minor - Match TypeScript version with syncpack [#36701]
- Patch - Update eslint to 8.32.0 across the monorepo. [#36701]
- Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#36701]
## [3.2.0](https://www.npmjs.com/package/@woocommerce/onboarding/v/3.2.0) - 2022-07-08
- Minor - Add WCPayBanner & WCPayBenefits components
- Minor - Remove PHP and Composer dependencies for packaged JS packages
## [3.1.0](https://www.npmjs.com/package/@woocommerce/packages/js/onboarding/v/3.1.0) - 2022-06-15
## [3.1.0](https://www.npmjs.com/package/@woocommerce/onboarding/v/3.1.0) - 2022-06-15
- Minor - Add ExPlat dependency and product task experiment logic
- Minor - Add Jetpack Changelogger

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add WooOnboardingTaskListHeader component

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
Cleanup product task experiment

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,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: patch
Type: fix
Fix wcpay benefits padding

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Added in missing TS definitions in package.json

View File

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

View File

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

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Adjust build/test scripts to remove -- -- that was required for pnpm 6.

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/onboarding",
"version": "3.2.0",
"version": "3.3.0",
"description": "Onboarding utilities.",
"author": "Automattic",
"license": "GPL-3.0-or-later",