Prepare Packages for Release (#48404)

Automated change: Prep @woocommerce/navigation for release.

Co-authored-by: lanej0 <lanej0@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-11 15:26:38 -07:00 committed by GitHub
parent 1504add942
commit 594d466ece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
37 changed files with 28 additions and 148 deletions

View File

@ -2,11 +2,36 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [8.1.0](https://www.npmjs.com/package/@woocommerce/packages/js/navigation/v/8.1.0) - 2022-07-08
## [8.2.0](https://www.npmjs.com/package/@woocommerce/navigation/v/8.2.0) - 2024-06-11
- Patch - Added in missing TS definitions in package.json [#34154]
- Minor - Added useQuery hook for usage in React functional components [#34183]
- Minor - Add hook to check unsaved form changes before page navigation [#36752]
- Patch - Add __experimentalLocationStack prop to history [#46665]
- Minor - Bump node version. [#45148]
- Patch - bump php version in packages/js/*/composer.json [#42020]
- Patch - Add missing type definitions and add babel config for tests [#34428]
- Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#34661]
- Minor - Fix lint issues [#36988]
- Minor - Fix node and pnpm versions via engines [#34773]
- Minor - Fix return value on parseAdminUrl [#36235]
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
- Minor - Match TypeScript version with syncpack [#34787]
- Minor - Sync @wordpress package versions via syncpack. [#37034]
- Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
- Patch - Update events that should trigger the test job(s) [#47612]
- Minor - Update pnpm monorepo-wide to 8.6.5 [#38990]
- Minor - Update pnpm to 8.6.7 [#39245]
- Patch - Update pnpm to 9.1.0 [#47385]
- Minor - Update pnpm to version 8. [#37915]
- Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues [#35007]
- Minor - Upgrade TypeScript to 5.1.6 [#39531]
## [8.1.0](https://www.npmjs.com/package/@woocommerce/navigation/v/8.1.0) - 2022-07-08
- Minor - Remove PHP and Composer dependencies for packaged JS packages
## [8.0.0](https://www.npmjs.com/package/@woocommerce/packages/js/navigation/v/8.0.0) - 2022-06-15
## [8.0.0](https://www.npmjs.com/package/@woocommerce/navigation/v/8.0.0) - 2022-06-15
- Minor - Add Jetpack Changelogger
- Minor - Update dependency `@wordpress/hooks` to ^3.5.0

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: Just changing package.json command for lint

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: Only a change to development tooling.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: Updated PNPM

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is a CI-only change.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is a developer-only build tooling related change.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Bump node version.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: adds `glob`, `rimraf`, and `uuid` to Syncpack

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
Added useQuery hook for usage in React functional components

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
bump php version in packages/js/*/composer.json

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: dev
Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Update eslint to 8.32.0 across the monorepo.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Add missing type definitions and add babel config for tests

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Fix node and pnpm versions via engines

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Make eslint emit JSON report for annotating PRs.

View File

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

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Package scripts were modified to support simplified running of turbo commands in the monorepo.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm to 8.6.7

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 monorepo-wide to 8.6.5

View File

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

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Upgrade TypeScript to 5.1.6

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Fix return value on parseAdminUrl

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Added in missing TS definitions in package.json

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Match TypeScript version with syncpack

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Just updated a code comment

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: add
Add hook to check unsaved form changes before page navigation

View File

@ -1,5 +0,0 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: add
Add __experimentalLocationStack prop to history

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is just a change to developer commands.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Adjust build/test scripts to remove -- -- that was required for pnpm 6.

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/navigation",
"version": "8.1.0",
"version": "8.2.0",
"description": "WooCommerce navigation utilities.",
"author": "Automattic",
"license": "GPL-3.0-or-later",