File tree 5 files changed +15
-3
lines changed
examples/example-expo-latest
5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -65,4 +65,4 @@ const styles = StyleSheet.create({
65
65
alignItems : 'center' ,
66
66
justifyContent : 'center' ,
67
67
} ,
68
- } )
68
+ } )
Original file line number Diff line number Diff line change 1
1
# Next
2
2
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
+
3
9
# 3.11.1 - 2025-02-21
4
10
5
11
## Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthog-react-native" ,
3
- "version" : " 3.11.1 " ,
3
+ "version" : " 3.11.2 " ,
4
4
"main" : " lib/posthog-react-native/index.js" ,
5
5
"files" : [
6
6
" lib/"
Original file line number Diff line number Diff line change 1
1
# Next
2
2
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
+
3
9
# 3.4.1 - 2025-02-20
4
10
5
11
## Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " posthog-js-lite" ,
3
- "version" : " 3.4.1 " ,
3
+ "version" : " 3.4.2 " ,
4
4
"main" : " lib/index.cjs.js" ,
5
5
"module" : " lib/index.esm.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments