Prepare Packages for Release (#51222)

Automated change: Prep @woocommerce/remote-logging --initial-release for release.

Co-authored-by: chihsuan <chihsuan@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-09-09 04:54:09 +00:00 committed by GitHub
parent 0abaab29fe
commit 70ee1c9f3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 16 additions and 41 deletions

View File

@ -1,3 +1,18 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0](https://www.npmjs.com/package/@woocommerce/remote-logging/v/1.0.0) - 2024-09-09
- Patch - Fix wc asset url check [#50701]
- Minor - Add JS remote logging package [#49702]
- Patch - Track frequency of unhandled JS errors with MC Stats [#50155]
- Minor - Add query params sanitisation [#51046]
- Patch - Add request_uri prop to remote logging data [#50671]
- Patch - Comment: Fix some comment typos. [#50993]
- Patch - Update README.md to document the filters specs & usage [#51010]
- Patch - Update remote logger to check dev env and whether logging is enabled [#50134]
- Patch - Fix pnpm version to 9.1.3 to avoid dependency installation issues. [#50828]
- Patch - Tweak logic for adding remote logging tool in beta tester [#50425]
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/remote-logging/CHANGELOG.md).

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add JS remote logging package

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Fix pnpm version to 9.1.3 to avoid dependency installation issues.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
Comment: Fix some comment typos.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: add
Track frequency of unhandled JS errors with MC Stats

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Add query params sanitisation

View File

@ -1,4 +0,0 @@
Significance: patch
Type: tweak
Tweak logic for adding remote logging tool in beta tester

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
Update remote logger to check dev env and whether logging is enabled

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Fix wc asset url check

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
Add request_uri prop to remote logging data

View File

@ -1,4 +0,0 @@
Significance: patch
Type: update
Update README.md to document the filters specs & usage

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/remote-logging",
"version": "0.0.1",
"version": "1.0.0",
"description": "WooCommerce remote logging for Automattic based projects",
"author": "Automattic",
"license": "GPL-2.0-or-later",