Skip to content

Commit

Permalink
[Main] [Release] Increase version to 4.0.3 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Feb 13, 2024
1 parent 456728a commit a57b4c6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 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.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)
| 4.0.0 | ^3.0.2 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Releases

## 4.0.3 (Feb 12th, 2024)

### Changelog

- #34 Update to Application Insights ^3.0.8
- Update to dynamicProto-js ^2.0.3
- Update GitHub status tool script
- Update GitHub status script to include -dump switch

## 4.0.2 (Nov 3rd, 2023)

### 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.2",
"version": "4.0.3",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"exports": {
Expand Down
12 changes: 6 additions & 6 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "applicationinsights-reactnative-sample",
"version": "1.0.0",
"version": "1.0.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@microsoft/applicationinsights-react-native": "^4.0.2",
"@microsoft/applicationinsights-react-native": "^4.0.3",
"@microsoft/applicationinsights-web": "^3.0.8",
"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.2"
"release": "4.0.3"
}
}
}

0 comments on commit a57b4c6

Please sign in to comment.