Skip to content

Commit

Permalink
Prepare Packages for Release (#38818)
Browse files Browse the repository at this point in the history
Automated change: Prep @woocommerce/onboarding for release.

Co-authored-by: chihsuan <chihsuan@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and chihsuan committed Jun 20, 2023
1 parent 924b29f commit 109b9bf
Show file tree
Hide file tree
Showing 14 changed files with 847 additions and 766 deletions.
15 changes: 13 additions & 2 deletions packages/js/onboarding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions packages/js/onboarding/changelog/add-get-country-util

This file was deleted.

4 changes: 0 additions & 4 deletions packages/js/onboarding/changelog/dev-move-geolocation-utils

This file was deleted.

4 changes: 0 additions & 4 deletions packages/js/onboarding/changelog/dev-pin-wp-deps-6

This file was deleted.

4 changes: 0 additions & 4 deletions packages/js/onboarding/changelog/dev-update-eslint-plugin

This file was deleted.

4 changes: 0 additions & 4 deletions packages/js/onboarding/changelog/dev-update-pnpm8

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions packages/js/onboarding/changelog/update-wp-env-8.0.0

This file was deleted.

2 changes: 1 addition & 1 deletion packages/js/onboarding/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 109b9bf

Please sign in to comment.