Skip to content

Commit 505eef6

Browse files
committed
chore: update versions and lockfile
1 parent 1dee703 commit 505eef6

File tree

17 files changed

+75
-27
lines changed

17 files changed

+75
-27
lines changed

.changeset/kind-trees-fold.md

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

.changeset/proud-geese-own.md

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

.changeset/public-keys-sit.md

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

packages/browser/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# posthog-js
22

3+
## 1.297.0
4+
5+
### Minor Changes
6+
7+
- [#2578](https://github.com/PostHog/posthog-js/pull/2578) [`91f41ee`](https://github.com/PostHog/posthog-js/commit/91f41ee39ce1973ed3094e12f279c126b55414b3) Thanks [@rafaeelaudibert](https://github.com/rafaeelaudibert)! - Output confirmation log message to the user when overriding feature flags to improve user feedback on whether the action actually did something or not
8+
(2025-11-19)
9+
10+
### Patch Changes
11+
12+
- [#2575](https://github.com/PostHog/posthog-js/pull/2575) [`8acd88f`](https://github.com/PostHog/posthog-js/commit/8acd88f1b71d2c7e1222c43dd121abce78ef2bab) Thanks [@hpouillot](https://github.com/hpouillot)! - fix frame platform property for $exception events
13+
(2025-11-19)
14+
- Updated dependencies [[`8acd88f`](https://github.com/PostHog/posthog-js/commit/8acd88f1b71d2c7e1222c43dd121abce78ef2bab)]:
15+
- @posthog/core@1.5.3
16+
317
## 1.296.1
418

519
### Patch Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-js",
3-
"version": "1.296.1",
3+
"version": "1.297.0",
44
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.",
55
"repository": "https://github.com/PostHog/posthog-js",
66
"author": "[email protected]",

packages/core/CHANGELOG.md

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

3+
## 1.5.3
4+
5+
### Patch Changes
6+
7+
- [#2575](https://github.com/PostHog/posthog-js/pull/2575) [`8acd88f`](https://github.com/PostHog/posthog-js/commit/8acd88f1b71d2c7e1222c43dd121abce78ef2bab) Thanks [@hpouillot](https://github.com/hpouillot)! - fix frame platform property for $exception events
8+
(2025-11-19)
9+
310
## 1.5.2
411

512
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/core",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/nextjs-config/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8acd88f`](https://github.com/PostHog/posthog-js/commit/8acd88f1b71d2c7e1222c43dd121abce78ef2bab)]:
8+
- @posthog/core@1.5.3
9+
310
## 1.4.0
411

512
### Minor Changes

packages/nextjs-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/nextjs-config",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "NextJS configuration helper for Posthog 🦔",
55
"repository": {
66
"type": "git",

packages/node/CHANGELOG.md

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

3+
## 5.13.0
4+
5+
### Minor Changes
6+
7+
- [#2600](https://github.com/PostHog/posthog-js/pull/2600) [`8972000`](https://github.com/PostHog/posthog-js/commit/89720003c495d7813c3117da42a3e2f73cc92d96) Thanks [@dustinbyrne](https://github.com/dustinbyrne)! - fix: `fetch` is called without a bound context
8+
9+
This prevents issues in edge runtimes such as Cloudflare (2025-11-19)
10+
11+
### Patch Changes
12+
13+
- [#2575](https://github.com/PostHog/posthog-js/pull/2575) [`8acd88f`](https://github.com/PostHog/posthog-js/commit/8acd88f1b71d2c7e1222c43dd121abce78ef2bab) Thanks [@hpouillot](https://github.com/hpouillot)! - fix frame platform property for $exception events
14+
(2025-11-19)
15+
- Updated dependencies [[`8acd88f`](https://github.com/PostHog/posthog-js/commit/8acd88f1b71d2c7e1222c43dd121abce78ef2bab)]:
16+
- @posthog/core@1.5.3
17+
318
## 5.12.0
419

520
### Minor Changes

0 commit comments

Comments
 (0)