Skip to content

Commit

Permalink
[Release] Increase version to 3.0.2 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Apr 12, 2023
1 parent 83cb8ec commit 9ee7a69
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 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.2 | ^2.8.12 | *<br/>dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native)
| 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
Expand Down
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Releases

## 3.0.2 (Apr 12th, 2023)

### Changelog

- #19 Update to ApplicationInsights 2.8.12
- #18 Internal Task 17133116: Add Policheck exclusion file

## 3.0.1 (Feb 7th, 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": "3.0.1",
"version": "3.0.2",
"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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "3.0.1",
"version": "3.0.2",
"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.1",
"release": "3.0.2",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
"release": "3.0.1"
"release": "3.0.2"
}
}
}

0 comments on commit 9ee7a69

Please sign in to comment.