Skip to content

Commit a680bb8

Browse files
update versions and lockfile (#2721)
Co-authored-by: lucasheriques <[email protected]>
1 parent 915da62 commit a680bb8

File tree

7 files changed

+4869
-11
lines changed

7 files changed

+4869
-11
lines changed

.changeset/wide-zoos-knock.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.303.0
4+
5+
### Minor Changes
6+
7+
- [#2720](https://github.com/PostHog/posthog-js/pull/2720) [`915da62`](https://github.com/PostHog/posthog-js/commit/915da624eca3368f2f0d8143d4973bff4f2c67ef) Thanks [@adboio](https://github.com/adboio)! - product tours super-alpha
8+
(2025-12-10)
9+
310
## 1.302.2
411

512
### Patch Changes
@@ -268,19 +275,16 @@
268275
```
269276

270277
**URL format:** `?q0=1&q1=8&auto_submit=true`
271-
272278
- `q{N}` = question index (0-based)
273279
- Value = choice index or rating value
274280
- `auto_submit=true` enables auto-submission
275281

276282
**Supported question types:**
277-
278283
- Single choice (choice index)
279284
- Multiple choice (multiple q{N} params)
280285
- Rating (numeric value, validated against scale)
281286

282287
**Use cases:**
283-
284288
- Pre-filled NPS surveys from email campaigns
285289
- One-click survey responses from notifications
286290
- SMS surveys with embedded feedback

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.302.2",
3+
"version": "1.303.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]",

0 commit comments

Comments
 (0)