Skip to content

Commit

Permalink
[Release] Increase version to 17.0.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Jul 21, 2023
1 parent 36c0b72 commit 22b3e33
Show file tree
Hide file tree
Showing 7 changed files with 2,047 additions and 1,142 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Additionally, as part of this change the existing v3.x extension has been moved

| Version | Application Insights | React | Branch
|---------|-----------------------|-----------|-----------
| 17.0.0 | TBD (^3.x) | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.0.0 | ^3.0.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 3.4.3 | ^2.8.14 | >= 17.0.2 | [release3.x](https://github.com/microsoft/applicationinsights-react-js/tree/release3.x)
| 3.4.2 | ^2.8.12 | >= 17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 3.4.1 | ^2.8.10 | >= 17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js)
Expand Down
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Releases

## 17.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)

We are also re-numbering the plugin to match the major version number of the targeted react version used to create the plugin.

### Changelog

- #42 ApplicationInsights-JS v3 Compatibility
- #45 Update main branch to prepare for next major version.
- #47 Merge release3.x changes into main
- #49 Dynmic Config Change
- #50 fix version update

## 3.4.3 (June 8th, 2023)

Version 3.x is now being maintained / released from the [release3.x branch](https://github.com/microsoft/applicationinsights-react-js/tree/release3.x) as
Expand Down
2 changes: 1 addition & 1 deletion applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-js",
"version": "3.4.3",
"version": "17.0.0",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
3,157 changes: 2,024 additions & 1,133 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-js",
"version": "3.4.3",
"version": "17.0.0",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions sample/applicationinsights-react-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@microsoft/applicationinsights-react-sample",
"version": "0.1.3",
"version": "1.0.0",
"description": "Microsoft Application Insights React plugin Sample",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-react-js": "3.4.3",
"@microsoft/applicationinsights-react-js": "17.0.0",
"@microsoft/applicationinsights-web": "^3.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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.4.3",
"next": "major",
"release": "4.0.0",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-js": {
"package": "package.json",
"release": "3.4.3"
"release": "17.0.0"
},
"@microsoft/applicationinsights-react-sample": {
"package": "sample/applicationinsights-react-sample/package.json",
"release": "0.1.3"
"release": "1.0.0"
}
}
}

0 comments on commit 22b3e33

Please sign in to comment.