From 95dd63bb5847eeffffb583032e6bd7271313f46c Mon Sep 17 00:00:00 2001
From: Karlie-777 <79606506+Karlie-777@users.noreply.github.com>
Date: Thu, 15 Feb 2024 15:12:00 -0800
Subject: [PATCH] increse version to 4.1.0 (#37)
---
README.md | 1 +
RELEASES.md | 6 ++++++
applicationinsights-react-native/package.json | 2 +-
sample/package.json | 4 ++--
version.json | 2 +-
5 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 943382ca..cc0a33e2 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ any previously configured value.
| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
+| 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)
| 4.0.1 | ^3.0.3 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
diff --git a/RELEASES.md b/RELEASES.md
index c3adb706..898ac78a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,11 @@
# Releases
+## 4.1.0 (Feb 15th, 2024)
+
+### Changelog
+
+- #36 Update to Application Insights ^3.1.0
+
## 4.0.3 (Feb 12th, 2024)
### Changelog
diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json
index 6a03bddf..52dc0d02 100644
--- a/applicationinsights-react-native/package.json
+++ b/applicationinsights-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.0.3",
+ "version": "4.1.0",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
diff --git a/sample/package.json b/sample/package.json
index 0afea1c4..884ba518 100644
--- a/sample/package.json
+++ b/sample/package.json
@@ -1,6 +1,6 @@
{
"name": "applicationinsights-reactnative-sample",
- "version": "1.0.1",
+ "version": "1.1.0",
"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.0.3",
+ "@microsoft/applicationinsights-react-native": "^4.1.0",
"@microsoft/applicationinsights-web": "^3.1.0",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
diff --git a/version.json b/version.json
index cb6fb90f..b6a710a1 100644
--- a/version.json
+++ b/version.json
@@ -6,7 +6,7 @@
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
- "release": "4.0.3"
+ "release": "4.1.0"
}
}
}