Prepare Packages for Release (#38818)

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-06-20 16:13:48 +08:00 committed by GitHub
parent 924b29fd92
commit 109b9bfb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 781 additions and 700 deletions

View File

@ -2,16 +2,27 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.4.0](https://www.npmjs.com/package/@woocommerce/onboarding/v/3.4.0) - 2023-06-20
- Minor - Added getCountry utility for splitting colon delimited country:state strings [#38536]
- Minor - Replace use of interpolateComponents with createInterpolateElement. [#38536]
- Minor - Fix lint issues [#38536]
- Minor - Moved geolocation country matching functions to @woocommerce/onboarding [#38536]
- Minor - Sync @wordpress package versions via syncpack. [#38536]
- Minor - Update pnpm to version 8. [#38536]
- Patch - Update webpack config to use @woocommerce/internal-style-build's parser config [#38536]
- Patch - Fix a word case typo. [#38536]
## [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]
- Patch - Cleanup product task experiment [#36701]
- Patch - Update eslint to 8.32.0 across the monorepo. [#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

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Added getCountry utility for splitting colon delimited country:state strings

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Moved geolocation country matching functions to @woocommerce/onboarding

View File

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

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Fix lint issues

View File

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

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: TypeScript build change

View File

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

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Replace use of interpolateComponents with createInterpolateElement.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: tweak
Fix a word case typo.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Update webpack config to use @woocommerce/internal-style-build's parser config

View File

@ -1,3 +0,0 @@
Significance: patch
Type: dev

View File

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

File diff suppressed because it is too large Load Diff