Skip to content

Commit

Permalink
[Release4.x][Release] Increase version to 4.0.4 (#45)
Browse files Browse the repository at this point in the history
* add tag

* [Release4.x][Release] Increase version to 4.0.4

* update
  • Loading branch information
Karlie-777 authored Mar 22, 2024
1 parent f727faf commit 564c5f8
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ any previously configured value.

| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
| 4.0.4 | ^3.0.9 | *<br/>dev:^0.69.9 | [release4.x](https://github.com/microsoft/applicationinsights-react-native/tree/release4.x)
| 4.0.3 | ^3.0.8 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.0.2 | ^3.0.5 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.0.1 | ^3.0.3 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
Expand Down
17 changes: 17 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Releases

## 4.0.4 (March 22nd, 2024)

### Changelog

- #44 Update to Application Insights ^3.0.9

!! Critical Bug fix for Memoery Leak !!
[#2311](https://github.com/microsoft/ApplicationInsights-JS/issues/2311)
It also contains a packaging fix for webpack [#2307](https://github.com/microsoft/ApplicationInsights-JS/issues/2307) (caused by [#2306]](https://github.com/microsoft/ApplicationInsights-JS/issues/2306) )

- Fix Circular dependencies
- Fix Excessive memory usage for SPA where unload hooks keep accumulating
- Internal Task: Update npm pack sequence
- Fix Update namespaced types (DTS) generation to include referenced bundles
- Remove 403 as a “retriable” error code


## 4.0.3 (Feb 12th, 2024)

### Changelog
Expand Down
2 changes: 1 addition & 1 deletion applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "4.0.3",
"version": "4.0.4",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "4.0.3",
"version": "4.0.4",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@microsoft/applicationinsights-react-native": "^4.0.3",
"@microsoft/applicationinsights-react-native": "^4.0.4",
"@microsoft/applicationinsights-web": "^3.0.9",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
"release": "4.0.3"
"release": "4.0.4"
}
}
}

0 comments on commit 564c5f8

Please sign in to comment.