Skip to content

Commit

Permalink
[Release] Increase version to 4.3.3 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Sep 28, 2024
1 parent c183994 commit 29ab52b
Show file tree
Hide file tree
Showing 6 changed files with 11 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.3.3 | ^3.3.3 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.2 | ^3.3.2 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.1 | ^3.3.1 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.3.0 | ^3.3.0 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## 4.3.3 (Sep 27th, 2024)

### Changelog

- #59 [pre-release] update application insights to 3.3.3

## 4.3.2 (Sep 3rd, 2024)

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)
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.3.2",
"version": "4.3.3",
"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.3.2",
"version": "4.3.3",
"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.3.2",
"@microsoft/applicationinsights-react-native": "^4.3.3",
"@microsoft/applicationinsights-web": "^3.3.3",
"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.3.2"
"release": "4.3.3"
}
}
}

0 comments on commit 29ab52b

Please sign in to comment.