From 55a6683ebb01dcc67b60b0ca72cb90004995906b Mon Sep 17 00:00:00 2001 From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:35:15 -0800 Subject: [PATCH] [Release] Increase version to 4.0.2 (#33) --- README.md | 1 + RELEASES.md | 7 +++++++ applicationinsights-react-native/package.json | 2 +- package.json | 2 +- sample/package.json | 2 +- version.json | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b5ea0d5..572a1770 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ any previously configured value. | Version | Application Insights | React Native | Branch |---------|-----------------------|----------------------|----------- +| 4.0.2 | ^3.0.5 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 4.0.1 | ^3.0.3 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 4.0.0 | ^3.0.2 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 3.0.3 | ^2.8.14 | *
dev:^0.69.9 | [release3.x](https://github.com/microsoft/applicationinsights-react-native/tree/release3.x) diff --git a/RELEASES.md b/RELEASES.md index ed4d8ffa..d5200e85 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,12 @@ # Releases +## 4.0.2 (Nov 3rd, 2023) + +### Changelog + +- #32 [pre-release] udpate application insight dependency, get ready for release +- #31 Add Issues state reporting script + ## 4.0.1 (Sep 26st, 2023) ### Changelog diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json index 27be7a19..18c0c6c2 100644 --- a/applicationinsights-react-native/package.json +++ b/applicationinsights-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-native", - "version": "4.0.1", + "version": "4.0.2", "description": "Microsoft Application Insights React Native Plugin", "main": "dist-esm/index.js", "exports": { diff --git a/package.json b/package.json index 50ace149..7279f800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-native", - "version": "4.0.1", + "version": "4.0.2", "description": "Microsoft Application Insights React Native Plugin", "main": "dist-esm/index.js", "types": "types/index.d.ts", diff --git a/sample/package.json b/sample/package.json index 5120ab6f..a9a92a85 100644 --- a/sample/package.json +++ b/sample/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@expo/webpack-config": "^18.0.1", - "@microsoft/applicationinsights-react-native": "^4.0.1", + "@microsoft/applicationinsights-react-native": "^4.0.2", "@microsoft/applicationinsights-web": "^3.0.5", "expo": "~48.0.18", "expo-status-bar": "~1.4.4", diff --git a/version.json b/version.json index b00a98f9..c7cfdef8 100644 --- a/version.json +++ b/version.json @@ -6,7 +6,7 @@ "pkgs": { "@microsoft/applicationinsights-react-native": { "package": "applicationinsights-react-native/package.json", - "release": "4.0.1" + "release": "4.0.2" } } }