Skip to content

Commit 64f429d

Browse files
authored
release 4.3.7 (#80)
1 parent 2da117b commit 64f429d

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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.7 | ^3.3.9 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
138139
| 4.3.6 | ^3.3.6 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
139140
| 4.3.5 | ^3.3.5 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
140141
| 4.3.4 | ^3.3.4 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
## 4.3.7 (July 24th, 2025)
4+
5+
### Changelog
6+
7+
- #79 Update AppInsights Core to 3.3.9
8+
- #74 Update Components to address governance issues
9+
- #77 Remove unused jquery-1.11.1.js from external test dependencies
10+
- #78 Add Require Path to package.json
11+
312
## 4.3.6 (March 6th, 2025)
413

514
### 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.6",
3+
"version": "4.3.7",
44
"description": "Microsoft Application Insights React Native Plugin",
55
"main": "dist-esm/index.js",
66
"exports": {

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.6"
9+
"release": "4.3.7"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)