Skip to content

Commit 2425a29

Browse files
chore: update versions and lockfile [version bump]
1 parent d578824 commit 2425a29

30 files changed

+9563
-27
lines changed

.changeset/grumpy-fans-repair.md

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

.changeset/sixty-forks-wear.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.8.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d578824`](https://github.com/PostHog/posthog-js/commit/d578824395ceba3b854970c2a7723e97466d9e9d)]:
8+
- @posthog/core@1.21.0
9+
- posthog-node@5.24.14
10+
311
## 7.8.7
412

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

packages/browser/CHANGELOG.md

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

3+
## 1.344.0
4+
5+
### Minor Changes
6+
7+
- [#2820](https://github.com/PostHog/posthog-js/pull/2820) [`d578824`](https://github.com/PostHog/posthog-js/commit/d578824395ceba3b854970c2a7723e97466d9e9d) Thanks [@ordehi](https://github.com/ordehi)! - Add survey response validation for message length (min and max length). Fixes whitespace-only bypass for required questions. Existing surveys work unchanged but now properly reject blank responses.
8+
(2026-02-09)
9+
10+
### Patch Changes
11+
12+
- [#3055](https://github.com/PostHog/posthog-js/pull/3055) [`afdf746`](https://github.com/PostHog/posthog-js/commit/afdf7467ecff7bf8ed8f1645de0d370808c3ee9a) Thanks [@adboio](https://github.com/adboio)! - do not attempt to load the toolbar from the toolbar itself
13+
(2026-02-09)
14+
- Updated dependencies [[`d578824`](https://github.com/PostHog/posthog-js/commit/d578824395ceba3b854970c2a7723e97466d9e9d)]:
15+
- @posthog/core@1.21.0
16+
- @posthog/types@1.344.0
17+
318
## 1.343.2
419

520
### 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.343.2",
3+
"version": "1.344.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)