Prepare Packages for Release (#50073)
* Automated change: Prep @woocommerce/onboarding for release. --------- Co-authored-by: mordeth <mordeth@users.noreply.github.com> Co-authored-by: mordeth <cvetan.cvetanov@automattic.com>
This commit is contained in:
parent
edc268afa5
commit
a8b560a03f
|
@ -2,6 +2,14 @@
|
|||
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [3.6.0](https://www.npmjs.com/package/@woocommerce/onboarding/v/3.6.0) - 2024-07-29
|
||||
|
||||
- Minor - Add a new shared component to display logos of payment methods supported by WooPayments. [#49300]
|
||||
- Minor - Added Task Referral system for wc-admin onboarding tasks. [#47654]
|
||||
- Patch - Update events that should trigger the test job(s) [#47612]
|
||||
- Patch - Update pnpm to 9.1.0 [#47385]
|
||||
- Minor - Fix typo in findCountryOption test [#48648]
|
||||
|
||||
## [3.5.0](https://www.npmjs.com/package/@woocommerce/onboarding/v/3.5.0) - 2024-04-26
|
||||
|
||||
- Minor - Branding rollout - change WooCommerce Payments to WooPayments [#39188]
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Fix a persistent build bug where TS would try compile files outside of src and typings directories.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Update pnpm to 9.1.0
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add a new shared component to display logos of payment methods supported by WooPayments.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Added Task Referral system for wc-admin onboarding tasks.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Update events that should trigger the test job(s)
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Fix typo in findCountryOption test
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/onboarding",
|
||||
"version": "3.5.0",
|
||||
"version": "3.6.0",
|
||||
"description": "Onboarding utilities.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
Loading…
Reference in New Issue