Skip to content

Commit

Permalink
[Release] Increase version to 4.0.1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Sep 26, 2023
1 parent c4f7ebf commit d4939f7
Show file tree
Hide file tree
Showing 7 changed files with 225 additions and 218 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.1 | ^3.0.3 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 4.0.0 | ^3.0.2 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 3.0.3 | ^2.8.14 | *<br/>dev:^0.69.9 | [release3.x](https://github.com/microsoft/applicationinsights-react-native/tree/release3.x)
| 3.0.2 | ^2.8.12 | *<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.0.1 (Sep 26st, 2023)

### Changelog

- #29 [expo] correct export path to support android expo

## 4.0.0 (July 21st, 2023)

Major update to support ApplicationInsights v3.x, see the [ApplicationInsights breaking changes](https://microsoft.github.io/ApplicationInsights-JS/upgrade/v3_BreakingChanges.html)
Expand Down
6 changes: 3 additions & 3 deletions 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.0",
"version": "4.0.1",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
Expand Down Expand Up @@ -72,8 +72,8 @@
"uglify-js": "3.16.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^3.0.2",
"@microsoft/applicationinsights-core-js": "^3.0.2",
"@microsoft/applicationinsights-common": "^3.0.3",
"@microsoft/applicationinsights-core-js": "^3.0.3",
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.9.4 < 2.x"
Expand Down
420 changes: 210 additions & 210 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "4.0.0",
"version": "4.0.1",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -67,8 +67,8 @@
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^3.0.2",
"@microsoft/applicationinsights-core-js": "^3.0.2",
"@microsoft/applicationinsights-common": "^3.0.3",
"@microsoft/applicationinsights-core-js": "^3.0.3",
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.9.4 < 2.x"
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.0",
"@microsoft/applicationinsights-react-native": "^4.0.1",
"@microsoft/applicationinsights-web": "^3.0.2",
"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.0"
"release": "4.0.1"
}
}
}

0 comments on commit d4939f7

Please sign in to comment.