From 02c948e92dd1a83f786dc067f15e3d220f29f2f1 Mon Sep 17 00:00:00 2001 From: Karlie-777 <79606506+Karlie-777@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:32:30 -0700 Subject: [PATCH] release 4.1.1 (#40) --- README.md | 1 + RELEASES.md | 9 +++++++++ applicationinsights-react-native/package.json | 2 +- package.json | 2 +- sample/package.json | 4 ++-- version.json | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc0a33e2..e185583d 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ any previously configured value. | Version | Application Insights | React Native | Branch |---------|-----------------------|----------------------|----------- +| 4.1.1 | ^3.1.2 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 4.1.0 | ^3.1.0 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 4.0.3 | ^3.0.8 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 4.0.2 | ^3.0.5 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) diff --git a/RELEASES.md b/RELEASES.md index 898ac78a..957e96a7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,14 @@ # Releases +## 4.1.1 (March 22nd, 2024) + +### Changelog + +- #39 Update to Application Insights ^3.1.2 + - Fix version 3.1.1 giving TypeError: Cannot read properties of undefined (reading 'getCrypto') + - Fix Circular dependencies of version 3.1.1 + - Fix Excessive memory usage for SPA where unload hooks keep accumulating + ## 4.1.0 (Feb 15th, 2024) ### Changelog diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json index 38d34478..a74eec3e 100644 --- a/applicationinsights-react-native/package.json +++ b/applicationinsights-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-native", - "version": "4.1.0", + "version": "4.1.1", "description": "Microsoft Application Insights React Native Plugin", "main": "dist-esm/index.js", "exports": { diff --git a/package.json b/package.json index 6b6aa195..9b17605d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-native", - "version": "4.0.2", + "version": "4.1.1", "description": "Microsoft Application Insights React Native Plugin", "main": "dist-esm/index.js", "types": "types/index.d.ts", diff --git a/sample/package.json b/sample/package.json index bcb252f1..26156756 100644 --- a/sample/package.json +++ b/sample/package.json @@ -1,6 +1,6 @@ { "name": "applicationinsights-reactnative-sample", - "version": "1.1.0", + "version": "1.1.1", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", @@ -10,7 +10,7 @@ }, "dependencies": { "@expo/webpack-config": "^18.0.1", - "@microsoft/applicationinsights-react-native": "^4.1.0", + "@microsoft/applicationinsights-react-native": "^4.1.1", "@microsoft/applicationinsights-web": "^3.1.2", "expo": "~48.0.18", "expo-status-bar": "~1.4.4", diff --git a/version.json b/version.json index b6a710a1..94afe36f 100644 --- a/version.json +++ b/version.json @@ -6,7 +6,7 @@ "pkgs": { "@microsoft/applicationinsights-react-native": { "package": "applicationinsights-react-native/package.json", - "release": "4.1.0" + "release": "4.1.1" } } }