Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2024
1 parent 7381770 commit 419ea4e
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 19 deletions.
15 changes: 0 additions & 15 deletions .changeset/nervous-mugs-float.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/datadog-transport-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# datadog-transport-common

## 3.0.0

### Minor Changes

- [`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04) Thanks [@theogravity](https://github.com/theogravity)! - The core logic for `electron-log-transport-datadog` and `pino-datadog-transport`
has been split into the `datadog-transport-common` package.

- The `p-retry` and `exit-hook` libs are now updated to current
- If `sendImmediate` is enabled, we will no longer enable the exit hook to send
off any pending logs (since sending is immediate)

The changes should be transparent, but we're releasing these
packages under a new major version just in case.
2 changes: 1 addition & 1 deletion packages/datadog-transport-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-transport-common",
"version": "1.0.0",
"version": "3.0.0",
"description": "A library for sending batches of JSON log data to datadog",
"files": [
"dist/*"
Expand Down
21 changes: 20 additions & 1 deletion packages/electron-log-transport-datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 2.0.1

## 3.0.0

### Major Changes

- [`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04) Thanks [@theogravity](https://github.com/theogravity)! - The core logic for `electron-log-transport-datadog` and `pino-datadog-transport`
has been split into the `datadog-transport-common` package.

- The `p-retry` and `exit-hook` libs are now updated to current
- If `sendImmediate` is enabled, we will no longer enable the exit hook to send
off any pending logs (since sending is immediate)

The changes should be transparent, but we're releasing these
packages under a new major version just in case.

### Patch Changes

- Updated dependencies [[`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04)]:
- [email protected]

Readme updates

# 2.0.0
Expand All @@ -15,4 +34,4 @@ Added:

# 1.1.0

Downgrade `p-retry` and `exit-hook` to enable CJS compatibility.
Downgrade `p-retry` and `exit-hook` to enable CJS compatibility.
2 changes: 1 addition & 1 deletion packages/electron-log-transport-datadog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-log-transport-datadog",
"version": "2.0.1",
"version": "3.0.0",
"description": "Send logs to Datadog from electron-log in Electron.",
"files": [
"dist/*"
Expand Down
19 changes: 19 additions & 0 deletions packages/pino-datadog-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
## 1.3.1 / 1.3.2 - Wed Nov 01 2023 22:55:38

## 3.0.0

### Major Changes

- [`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04) Thanks [@theogravity](https://github.com/theogravity)! - The core logic for `electron-log-transport-datadog` and `pino-datadog-transport`
has been split into the `datadog-transport-common` package.

- The `p-retry` and `exit-hook` libs are now updated to current
- If `sendImmediate` is enabled, we will no longer enable the exit hook to send
off any pending logs (since sending is immediate)

The changes should be transparent, but we're releasing these
packages under a new major version just in case.

### Patch Changes

- Updated dependencies [[`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04)]:
- [email protected]

(Had CI issues that published two versions but they are the same)

**Contributor:** Daniel Hochman
Expand Down
2 changes: 1 addition & 1 deletion packages/pino-datadog-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-datadog-transport",
"version": "1.3.2",
"version": "3.0.0",
"description": "A pino v7+ transport for sending logs to Datadog",
"files": [
"dist/*"
Expand Down

0 comments on commit 419ea4e

Please sign in to comment.