Skip to content

Commit 86d6525

Browse files
committed
chore: update versions and lockfile
1 parent a581328 commit 86d6525

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fair-places-kneel.md

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

packages/node/CHANGELOG.md

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

3+
## 5.10.2
4+
5+
### Patch Changes
6+
7+
- [#2470](https://github.com/PostHog/posthog-js/pull/2470) [`a581328`](https://github.com/PostHog/posthog-js/commit/a581328156d6ee50804cd740aa84c05d4e9c1f22) Thanks [@luke-belton](https://github.com/luke-belton)! - Fix crash caused by calling `getFeatureFlagPayloads` for a flag that depends on a static cohort
8+
39
## 5.10.1
410

511
### Patch Changes

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-node",
3-
"version": "5.10.1",
3+
"version": "5.10.2",
44
"description": "PostHog Node.js integration",
55
"repository": {
66
"type": "git",

packages/nuxt/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a581328`](https://github.com/PostHog/posthog-js/commit/a581328156d6ee50804cd740aa84c05d4e9c1f22)]:
8+
- posthog-node@5.10.2
9+
310
## 0.0.14
411

512
### Patch Changes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/nuxt",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Nuxt module for Posthog 🦔",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)