Skip to content

Commit 1fc147e

Browse files
chore: update versions and lockfile [version bump]
1 parent db089fd commit 1fc147e

16 files changed

+4368
-44
lines changed

.changeset/fix-replay-cache-timestamp-default.md

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

.changeset/funny-cameras-know.md

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

.changeset/tough-apes-judge.md

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

.changeset/wild-mirrors-find.md

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

packages/ai/CHANGELOG.md

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

3+
## 7.10.0
4+
5+
### Minor Changes
6+
7+
- [#3206](https://github.com/PostHog/posthog-js/pull/3206) [`43a81c5`](https://github.com/PostHog/posthog-js/commit/43a81c52e50230c63e69070fd370bf52c0d32457) Thanks [@Radu-Raicea](https://github.com/Radu-Raicea)! - Add version-aware prompt fetching to the Prompts SDK so callers can request a specific published prompt version without colliding with the latest prompt cache entry.
8+
(2026-03-09)
9+
310
## 7.9.5
411

512
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/ai",
3-
"version": "7.9.5",
3+
"version": "7.10.0",
44
"description": "PostHog Node.js AI integrations",
55
"repository": {
66
"type": "git",

packages/browser/CHANGELOG.md

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

3+
## 1.360.0
4+
5+
### Patch Changes
6+
7+
- [#3213](https://github.com/PostHog/posthog-js/pull/3213) [`db089fd`](https://github.com/PostHog/posthog-js/commit/db089fd81f35a9c5e825c43853a870a17c916ce0) Thanks [@TueHaulund](https://github.com/TueHaulund)! - fix(replay): treat legacy configs without cache_timestamp as fresh
8+
9+
Configs persisted by older SDK versions never include a cache_timestamp.
10+
Defaulting to 0 treats them as always stale, causing the persisted config
11+
to be cleared before start() runs — so recording never starts for
12+
customers on older core SDK versions paired with the latest CDN recorder. (2026-03-09)
13+
14+
- [#3207](https://github.com/PostHog/posthog-js/pull/3207) [`c5a37cb`](https://github.com/PostHog/posthog-js/commit/c5a37cbc248515ff5333f425ffa270136169d47f) Thanks [@dustinbyrne](https://github.com/dustinbyrne)! - fix: PostHogFeatureFlags uses a TreeShakeable<T> type
15+
(2026-03-09)
16+
- Updated dependencies [[`c5a37cb`](https://github.com/PostHog/posthog-js/commit/c5a37cbc248515ff5333f425ffa270136169d47f)]:
17+
- @posthog/types@1.360.0
18+
319
## 1.359.1
420

521
### 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.359.1",
3+
"version": "1.360.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": "hey@posthog.com",

0 commit comments

Comments
 (0)