Prepare Packages for Release (#48411)

Automated change: Prep @woocommerce/csv-export for release.

Co-authored-by: lanej0 <lanej0@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-11 15:59:46 -07:00 committed by GitHub
parent 1d3c34eacd
commit 10bad90c6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 12 additions and 48 deletions

View File

@ -2,16 +2,24 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.0](https://www.npmjs.com/package/@woocommerce/csv-export/v/1.9.0) - 2024-06-11
- Minor - Bump node version. [#45148]
- Patch - bump php version in packages/js/*/composer.json [#42020]
- Minor - Remove moment dependency from the csv-export package. [#45410]
- Patch - Update events that should trigger the test job(s) [#47612]
- Patch - Update pnpm to 9.1.0 [#47385]
## [1.8.0](https://www.npmjs.com/package/@woocommerce/csv-export/v/1.8.0) - 2023-11-23
- Patch - Use single quote instead of tab for escaping in CSV exports. [#41163]
- 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 node and pnpm versions via engines [#34773]
- Patch - Make eslint emit JSON report for annotating PRs. [#39704]
- Minor - Match TypeScript version with syncpack [#34787]
- Patch - Merging trunk with local [#34322]
- Patch - Update eslint to 8.32.0 across the monorepo. [#36700]
- Minor - Adjust build/test scripts to remove -- -- that was required for pnpm 6. [#34661]
- Minor - Fix node and pnpm versions via engines [#34773]
- Minor - Match TypeScript version with syncpack [#34787]
- Minor - Update pnpm monorepo-wide to 8.6.5 [#38990]
- Minor - Update pnpm to 8.6.7 [#39245]
- Minor - Update pnpm to version 8. [#37915]

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: minor
Type: dev
Remove moment dependency from the csv-export package.

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: 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,6 +1,6 @@
{
"name": "@woocommerce/csv-export",
"version": "1.8.0",
"version": "1.9.0",
"description": "WooCommerce utility library to convert data to CSV files.",
"author": "Automattic",
"license": "GPL-3.0-or-later",