Skip to content

Commit

Permalink
[Release] Increase version to 4.0.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Jul 21, 2023
1 parent b31f885 commit f83ece6
Show file tree
Hide file tree
Showing 7 changed files with 725 additions and 1,050 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ any previously configured value.

| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
| TBD | TBD (^3.x) | | [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)
| 3.0.3 | ^2.8.14 | *<br/>dev:^0.69.9 | [release3.x](https://github.com/microsoft/applicationinsights-react-native/tree/release3.x)
| 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)
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## 4.0.0 (July 21st, 2023)

Major update to support ApplicationInsights v3.x, see the [ApplicationInsights breaking changes](https://microsoft.github.io/ApplicationInsights-JS/upgrade/v3_BreakingChanges.html)

### Changelog

- #7 React Native Expo Support
- #23 Update main branch to prepare for next major version.
- #21 dynamic config change
- #24 Quick fix for setVersion.json

## 3.0.3 (June 7th, 2023)

### Changelog
Expand Down
2 changes: 1 addition & 1 deletion applicationinsights-react-native/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
!dist/**
!browser/**
!types/**
!src/**

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

Large diffs are not rendered by default.

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.2",
"version": "4.0.0",
"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
Expand Up @@ -2,11 +2,11 @@
"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.2",
"next": "major",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-native": {
"package": "applicationinsights-react-native/package.json",
"release": "3.0.2"
"release": "4.0.0"
}
}
}

0 comments on commit f83ece6

Please sign in to comment.