From e602a25286810f900f6de6235fe630a6395345d2 Mon Sep 17 00:00:00 2001
From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com>
Date: Fri, 23 Aug 2024 13:28:05 -0700
Subject: [PATCH] [Release] Increase version to 4.3.1 (#55)
---
README.md | 1 +
RELEASES.md | 6 ++++++
applicationinsights-react-native/package.json | 2 +-
package.json | 2 +-
sample/package.json | 2 +-
version.json | 2 +-
6 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 6c07363c..1ab71ecb 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ any previously configured value.
| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
+| 4.3.1 | ^3.3.1 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.0 | ^3.3.0 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.2.0 | ^3.2.0 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.1.1 | ^3.1.2 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
diff --git a/RELEASES.md b/RELEASES.md
index 6071aede..c503728b 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,5 +1,11 @@
# Releases
+## 4.3.1 (Aug 23rd, 2024)
+
+### Changelog
+
+- #54 [pre-release] update application insights to 3.3.1
+
## 4.3.0 (July 2nd, 2024)
### Changelog
diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json
index 275ae0da..fa110f2f 100644
--- a/applicationinsights-react-native/package.json
+++ b/applicationinsights-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.3.0",
+ "version": "4.3.1",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
diff --git a/package.json b/package.json
index 95137a3d..2f9a589b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
- "version": "4.3.0",
+ "version": "4.3.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 3bca3ee1..7589fdef 100644
--- a/sample/package.json
+++ b/sample/package.json
@@ -10,7 +10,7 @@
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
- "@microsoft/applicationinsights-react-native": "^4.3.0",
+ "@microsoft/applicationinsights-react-native": "^4.3.1",
"@microsoft/applicationinsights-web": "^3.3.1",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
diff --git a/version.json b/version.json
index 2aa67bb4..0d8dbecf 100644
--- a/version.json
+++ b/version.json
@@ -6,7 +6,7 @@
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
- "release": "4.3.0"
+ "release": "4.3.1"
}
}
}