Skip to content

Commit

Permalink
[Release] Increase version to 3.0.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Aug 2, 2022
1 parent 2b5f615 commit a894530
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 195 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.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/
| 2.5.4 | 2.8.4 | *<br/>dev:^0.68.0 | [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/
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

## 3.0.0 (Aug 2nd, 2022)

### Changelog

- #4 Update to React-Native 0.69.x #4

## 2.5.6 (July 27th, 2022)

### Changelog
Expand Down
4 changes: 2 additions & 2 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": "2.5.6",
"version": "3.0.0",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"application insights",
"microsoft",
"azure",
"react native"
"react native"
],
"scripts": {
"build": "npm run build:esm && npm run build:package && npm run dtsgen",
Expand Down
Loading

0 comments on commit a894530

Please sign in to comment.