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:
parent
906c84b85e
commit
a3e26fe9ea
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add WooOnboardingTaskListHeader component
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Cleanup product task experiment
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Update eslint to 8.32.0 across the monorepo.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Fix node and pnpm versions via engines
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Package scripts were modified to support simplified running of turbo commands in the monorepo.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix wcpay benefits padding
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Added in missing TS definitions in package.json
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Match TypeScript version with syncpack
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
Comment: Dev dependency update.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Adjust build/test scripts to remove -- -- that was required for pnpm 6.
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue