Skip to content

Commit f4e5889

Browse files
chore: update versions and lockfile [version bump]
1 parent 9cd2313 commit f4e5889

34 files changed

+10000
-28
lines changed

.changeset/eleven-parents-walk.md

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

.changeset/forty-adults-appear.md

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

packages/ai/CHANGELOG.md

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

3+
## 7.12.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9cd2313`](https://github.com/PostHog/posthog-js/commit/9cd23138343e1020811f85853d6016cc985bb24f)]:
8+
- @posthog/core@1.24.0
9+
- posthog-node@5.28.4
10+
311
## 7.12.0
412

513
### Minor 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.12.0",
3+
"version": "7.12.1",
44
"description": "PostHog Node.js AI integrations",
55
"repository": {
66
"type": "git",

packages/browser/CHANGELOG.md

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

3+
## 1.362.0
4+
5+
### Minor Changes
6+
7+
- [#3244](https://github.com/PostHog/posthog-js/pull/3244) [`ff8a93e`](https://github.com/PostHog/posthog-js/commit/ff8a93e99bb9bab98d02074d84973430d279a29d) Thanks [@sampennington](https://github.com/sampennington)! - Fixed $set_once initial person properties (e.g. $initial_current_url) not being included with $identify calls when they had already been sent with a prior event. This ensures initial properties are reliably set when identifying users across subdomains, even if an anonymous event was captured first.
8+
(2026-03-18)
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [[`9cd2313`](https://github.com/PostHog/posthog-js/commit/9cd23138343e1020811f85853d6016cc985bb24f)]:
13+
- @posthog/core@1.24.0
14+
- @posthog/types@1.362.0
15+
316
## 1.361.1
417

518
### 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.361.1",
3+
"version": "1.362.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)