Skip to content

Commit 7327809

Browse files
chore: update versions and lockfile [version bump]
1 parent a92ba45 commit 7327809

File tree

11 files changed

+2733
-10
lines changed

11 files changed

+2733
-10
lines changed

.changeset/warm-foxes-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/convex/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @posthog/convex
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5784dca`](https://github.com/PostHog/posthog-js/commit/5784dcaeb71f7e67d9c9df28f116886a573d19df)]:
8+
- posthog-node@5.28.6
9+
310
## 0.1.13
411

512
### Patch Changes

packages/convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/PostHog/posthog-js/issues"
1212
},
1313
"author": "PostHog Inc.",
14-
"version": "0.1.13",
14+
"version": "0.1.14",
1515
"license": "MIT",
1616
"keywords": [
1717
"convex",

packages/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @posthog/next
22

3+
## 0.2.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5784dca`](https://github.com/PostHog/posthog-js/commit/5784dcaeb71f7e67d9c9df28f116886a573d19df)]:
8+
- posthog-node@5.28.6
9+
310
## 0.2.11
411

512
### Patch Changes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/next",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "PostHog integration for Next.js",
55
"repository": {
66
"type": "git",

packages/node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# posthog-node
22

3+
## 5.28.6
4+
5+
### Patch Changes
6+
7+
- [#3282](https://github.com/PostHog/posthog-js/pull/3282) [`5784dca`](https://github.com/PostHog/posthog-js/commit/5784dcaeb71f7e67d9c9df28f116886a573d19df) Thanks [@marandaneto](https://github.com/marandaneto)! - fix: captureException now uses distinctId from request context
8+
(2026-03-26)
9+
310
## 5.28.5
411

512
### Patch Changes

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-node",
3-
"version": "5.28.5",
3+
"version": "5.28.6",
44
"description": "PostHog Node.js integration",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)