Skip to content

Commit 3dcedc3

Browse files
authored
chore: release Supports gracefully handling quotaLimited responses from the PostHog API for feature flag (#410)
1 parent 9b845ec commit 3dcedc3

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

examples/example-expo-latest/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ const styles = StyleSheet.create({
6565
alignItems: 'center',
6666
justifyContent: 'center',
6767
},
68-
})
68+
})

posthog-react-native/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Next
22

3+
# 3.11.2 - 2025-02-27
4+
5+
## Fixed
6+
7+
1. Supports gracefully handling quotaLimited responses from the PostHog API for feature flags.
8+
39
# 3.11.1 - 2025-02-21
410

511
## Fixed

posthog-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-react-native",
3-
"version": "3.11.1",
3+
"version": "3.11.2",
44
"main": "lib/posthog-react-native/index.js",
55
"files": [
66
"lib/"

posthog-web/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Next
22

3+
# 3.4.2 - 2025-02-27
4+
5+
## Fixed
6+
7+
1. Supports gracefully handling quotaLimited responses from the PostHog API for feature flags.
8+
39
# 3.4.1 - 2025-02-20
410

511
## Fixed

posthog-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-js-lite",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"main": "lib/index.cjs.js",
55
"module": "lib/index.esm.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)