File tree Expand file tree Collapse file tree 6 files changed +11
-4
lines changed
applicationinsights-react-native Expand file tree Collapse file tree 6 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ any previously configured value.
135135
136136| Version | Application Insights | React Native | Branch
137137|---------|-----------------------|----------------------|-----------
138+ | 4.3.1 | ^3.3.1 | * <br />dev:^0.69.9 | [ main] ( https://github.com/microsoft/applicationinsights-react-native )
138139| 4.3.0 | ^3.3.0 | * <br />dev:^0.69.9 | [ main] ( https://github.com/microsoft/applicationinsights-react-native )
139140| 4.2.0 | ^3.2.0 | * <br />dev:^0.69.9 | [ main] ( https://github.com/microsoft/applicationinsights-react-native )
140141| 4.1.1 | ^3.1.2 | * <br />dev:^0.69.9 | [ main] ( https://github.com/microsoft/applicationinsights-react-native )
Original file line number Diff line number Diff line change 11# Releases
22
3+ ## 4.3.1 (Aug 23rd, 2024)
4+
5+ ### Changelog
6+
7+ - #54 [ pre-release] update application insights to 3.3.1
8+
39## 4.3.0 (July 2nd, 2024)
410
511### Changelog
Original file line number Diff line number Diff line change 11{
22 "name" : " @microsoft/applicationinsights-react-native" ,
3- "version" : " 4.3.0 " ,
3+ "version" : " 4.3.1 " ,
44 "description" : " Microsoft Application Insights React Native Plugin" ,
55 "main" : " dist-esm/index.js" ,
66 "exports" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @microsoft/applicationinsights-react-native" ,
3- "version" : " 4.3.0 " ,
3+ "version" : " 4.3.1 " ,
44 "description" : " Microsoft Application Insights React Native Plugin" ,
55 "main" : " dist-esm/index.js" ,
66 "types" : " types/index.d.ts" ,
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "@expo/webpack-config" : " ^18.0.1" ,
13- "@microsoft/applicationinsights-react-native" : " ^4.3.0 " ,
13+ "@microsoft/applicationinsights-react-native" : " ^4.3.1 " ,
1414 "@microsoft/applicationinsights-web" : " ^3.3.1" ,
1515 "expo" : " ~48.0.18" ,
1616 "expo-status-bar" : " ~1.4.4" ,
Original file line number Diff line number Diff line change 66 "pkgs" : {
77 "@microsoft/applicationinsights-react-native" : {
88 "package" : " applicationinsights-react-native/package.json" ,
9- "release" : " 4.3.0 "
9+ "release" : " 4.3.1 "
1010 }
1111 }
1212}
You can’t perform that action at this time.
0 commit comments