Skip to content

Commit 217fd1d

Browse files
committed
chore: update versions and lockfile
1 parent 7d45a7a commit 217fd1d

18 files changed

+105
-60
lines changed

.changeset/evaluation-environments-core.md

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

.changeset/evaluation-environments-node.md

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

.changeset/evaluation-environments-react-native.md

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

.changeset/moody-baths-hammer.md

Lines changed: 0 additions & 8 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.275.2
4+
5+
### Patch Changes
6+
7+
- [#2431](https://github.com/PostHog/posthog-js/pull/2431) [`7d45a7a`](https://github.com/PostHog/posthog-js/commit/7d45a7a52c44ba768913d66a4c4363d107042682) Thanks [@marandaneto](https://github.com/marandaneto)! - fix: remove deprecated attribute $exception_personURL from exception events
8+
9+
- Updated dependencies [[`daf919b`](https://github.com/PostHog/posthog-js/commit/daf919be225527ee4ad026d806dec195b75e44aa), [`7d45a7a`](https://github.com/PostHog/posthog-js/commit/7d45a7a52c44ba768913d66a4c4363d107042682)]:
10+
- @posthog/core@1.3.0
11+
312
## 1.275.1
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.275.1",
3+
"version": "1.275.2",
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]",

packages/core/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#2417](https://github.com/PostHog/posthog-js/pull/2417) [`daf919b`](https://github.com/PostHog/posthog-js/commit/daf919be225527ee4ad026d806dec195b75e44aa) Thanks [@dmarticus](https://github.com/dmarticus)! - feat: Add evaluation environments support for feature flags
8+
9+
This PR adds base support for evaluation environments in the core library, allowing SDKs that extend the core to specify which environment tags their SDK instance should use when evaluating feature flags.
10+
11+
The core library now handles sending the `evaluation_environments` parameter to the feature flags API when configured.
12+
13+
### Patch Changes
14+
15+
- [#2431](https://github.com/PostHog/posthog-js/pull/2431) [`7d45a7a`](https://github.com/PostHog/posthog-js/commit/7d45a7a52c44ba768913d66a4c4363d107042682) Thanks [@marandaneto](https://github.com/marandaneto)! - fix: remove deprecated attribute $exception_personURL from exception events
16+
317
## 1.2.4
418

519
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/core",
3-
"version": "1.2.4",
3+
"version": "1.3.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/nextjs-config/CHANGELOG.md

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

3+
## 1.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`daf919b`](https://github.com/PostHog/posthog-js/commit/daf919be225527ee4ad026d806dec195b75e44aa), [`7d45a7a`](https://github.com/PostHog/posthog-js/commit/7d45a7a52c44ba768913d66a4c4363d107042682)]:
8+
- @posthog/core@1.3.0
9+
310
## 1.3.2
411

512
### Patch Changes

packages/nextjs-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/nextjs-config",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "NextJS configuration helper for Posthog 🦔",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)