Skip to content

Commit e602a25

Browse files
authored
[Release] Increase version to 4.3.1 (#55)
1 parent 7ee5258 commit e602a25

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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.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)

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

applicationinsights-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

sample/package.json

Lines changed: 1 addition & 1 deletion
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.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",

version.json

Lines changed: 1 addition & 1 deletion
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.0"
9+
"release": "4.3.1"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)