Skip to content

Commit a3cc497

Browse files
chore: update versions and lockfile [version bump]
1 parent 7437982 commit a3cc497

File tree

9 files changed

+4219
-11
lines changed

9 files changed

+4219
-11
lines changed

.changeset/add-featureflags-and-set-config-types.md

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

packages/browser/CHANGELOG.md

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

3+
## 1.345.5
4+
5+
### Patch Changes
6+
7+
- [#3060](https://github.com/PostHog/posthog-js/pull/3060) [`7437982`](https://github.com/PostHog/posthog-js/commit/7437982efa2c7a7a9ede563ddd97beba5c70d650) Thanks [@pauldambra](https://github.com/pauldambra)! - Add missing `featureFlags` property and `OverrideFeatureFlagsOptions` type to `PostHog` interface, restore `set_config` to the loaded callback type, and add `featureFlagsReloading` to `on()` event types
8+
(2026-02-11)
9+
- Updated dependencies [[`7437982`](https://github.com/PostHog/posthog-js/commit/7437982efa2c7a7a9ede563ddd97beba5c70d650)]:
10+
- @posthog/types@1.345.5
11+
312
## 1.345.4
413

514
### 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.345.4",
3+
"version": "1.345.5",
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)