Prepare Packages for Release (#41657)

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

Co-authored-by: anu-rock <anu-rock@users.noreply.github.com>
Co-authored-by: Anurag Bhandari <anurag@automattic.com>
This commit is contained in:
github-actions[bot] 2023-11-28 20:47:14 +13:00 committed by GitHub
parent 2088e3d99a
commit 7ccbd6fd0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 362 additions and 445 deletions

View File

@ -2,11 +2,27 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.7.0](https://www.npmjs.com/package/@woocommerce/packages/js/csv-export/v/1.7.0) - 2022-07-08
## [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 - Update pnpm monorepo-wide to 8.6.5 [#38990]
- Minor - Update pnpm to 8.6.7 [#39245]
- 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]
## [1.7.0](https://www.npmjs.com/package/@woocommerce/csv-export/v/1.7.0) - 2022-07-08
- Minor - Remove PHP and Composer dependencies for packaged JS packages
## [1.6.0](https://www.npmjs.com/package/@woocommerce/packages/js/csv-export/v/1.6.0) - 2022-06-14
## [1.6.0](https://www.npmjs.com/package/@woocommerce/csv-export/v/1.6.0) - 2022-06-14
- Minor - Add Jetpack Changelogger
- Patch - Migrate @woocommerce/csv-export to TS

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: fix
Use single quote instead of tab for escaping in CSV exports.

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,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
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
Match TypeScript version with syncpack

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,5 +0,0 @@
Significance: patch
Type: dev
Comment: Configuration change only

View File

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

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Merging trunk with local

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/csv-export",
"version": "1.7.0",
"version": "1.8.0",
"description": "WooCommerce utility library to convert data to CSV files.",
"author": "Automattic",
"license": "GPL-3.0-or-later",

File diff suppressed because it is too large Load Diff