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] authored and theogravity committed Apr 7, 2024
1 parent 7381770 commit 59b8f71
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 23 deletions.
15 changes: 0 additions & 15 deletions .changeset/nervous-mugs-float.md

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm build
pnpm typecheck
pnpm lint:packages
pnpm test
pnpm lint-staged
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
23 changes: 22 additions & 1 deletion packages/electron-log-transport-datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# electron-log-transport-datadog

## 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]

# 2.0.1

Readme updates
Expand All @@ -15,4 +36,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
21 changes: 21 additions & 0 deletions packages/pino-datadog-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# pino-datadog-transport

## 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]

## 1.3.1 / 1.3.2 - Wed Nov 01 2023 22:55:38

(Had CI issues that published two versions but they are the same)
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 59b8f71

Please sign in to comment.