Skip to content

Commit

Permalink
[Release] Increase version to 3.0.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Feb 7, 2023
1 parent 1683c2a commit 4343ae8
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ any previously configured value.

| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
| 3.0.1 | ^2.8.10 | *<br/>dev:^0.69.8 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 3.0.0 | ^2.8.5 | *<br/>dev:^0.69.3 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 2.5.6 | ^2.8.5 | *<br/>dev:^0.68.0 | [main](https://github.com/microsoft/applicationinsights-react-native) <-- First release from this repo
| 2.5.5 | 2.8.5 | *<br/>dev:^0.68.0 | [main](https://github.com/microsoft/applicationinsights-react-native) and [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/
Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Releases

## 3.0.1 (Feb 7th, 2023)

### Changelog

- #16 Update to ApplicationInsights v2.8.10
- #15 Add --no-sandbox to test runs
- #14 Fix mojibake in Readme.md file
- #12 README Example myDeviceInfoModule syntax error fixes
- #11 [Task] Add nightly build documentation

## 3.0.0 (Aug 2nd, 2022)

### Changelog
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": "3.0.0",
"version": "3.0.1",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-promise": "^5.1.0",
"qunit": "^2.11.2",
"react": "^18.0.0",
"react-native": "^0.69.3",
"react-native": "^0.69.8",
"react-native-device-info": "^10.0.2",
"globby": "^11.0.0",
"magic-string": "^0.25.7",
Expand All @@ -80,4 +80,4 @@
"react-native": "*",
"react-native-device-info": ">=5.2.1"
}
}
}
10 changes: 5 additions & 5 deletions common/config/rush/npm-shrinkwrap.json

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

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": "3.0.0",
"version": "3.0.1",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js",
"usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'",
"release": "3.0.0",
"release": "3.0.1",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
"release": "3.0.0"
"release": "3.0.1"
}
}
}

0 comments on commit 4343ae8

Please sign in to comment.