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:
github-actions[bot] 2024-07-29 16:18:37 +03:00 committed by GitHub
parent edc268afa5
commit a8b560a03f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 9 additions and 25 deletions

View File

@ -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]

View File

@ -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.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Update pnpm to 9.1.0

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add a new shared component to display logos of payment methods supported by WooPayments.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Added Task Referral system for wc-admin onboarding tasks.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Update events that should trigger the test job(s)

View File

@ -1,4 +0,0 @@
Significance: minor
Type: tweak
Fix typo in findCountryOption test

View File

@ -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",