Skip to content

Commit 3331a76

Browse files
authored
[Release] Increase version to 4.3.2 (#57)
1 parent 13c87d8 commit 3331a76

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ any previously configured value.
135135

136136
| Version | Application Insights | React Native | Branch
137137
|---------|-----------------------|----------------------|-----------
138+
| 4.3.2 | ^3.3.2 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
138139
| 4.3.1 | ^3.3.1 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
139140
| 4.3.0 | ^3.3.0 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
140141
| 4.2.0 | ^3.2.0 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Releases
22

3+
## 4.3.2 (Sep 3rd, 2024)
4+
5+
This release contains a potential type break change due to the definition of the expCfg in [IConfiguration](https://github.com/microsoft/ApplicationInsights-JS/blob/main/shared/AppInsightsCore/src/JavaScriptSDK.Interfaces/IConfiguration.ts)
6+
7+
### Changelog
8+
9+
- #55 [pre-release] update application insights to 3.3.2
10+
311
## 4.3.1 (Aug 23rd, 2024)
412

513
### Changelog

applicationinsights-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/applicationinsights-react-native",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "Microsoft Application Insights React Native Plugin",
55
"main": "dist-esm/index.js",
66
"exports": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/applicationinsights-react-native",
3-
"version": "4.3.1",
3+
"version": "4.3.2",
44
"description": "Microsoft Application Insights React Native Plugin",
55
"main": "dist-esm/index.js",
66
"types": "types/index.d.ts",

sample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@expo/webpack-config": "^18.0.1",
13-
"@microsoft/applicationinsights-react-native": "^4.3.1",
13+
"@microsoft/applicationinsights-react-native": "^4.3.2",
1414
"@microsoft/applicationinsights-web": "^3.3.2",
1515
"expo": "~48.0.18",
1616
"expo-status-bar": "~1.4.4",

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pkgs": {
77
"@microsoft/applicationinsights-react-native": {
88
"package": "applicationinsights-react-native/package.json",
9-
"release": "4.3.1"
9+
"release": "4.3.2"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)