Skip to content

Commit

Permalink
[Release] Increase version to 3.4.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Apr 12, 2023
1 parent f213599 commit e310188
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ Please note that it can take up to 10 minutes for new custom metric to appear in

| Version | Application Insights | React | Branch
|---------|-----------------------|-----------|-----------
| 3.4.1 | ^2.8.10 | >= 17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 3.4.0 | ^2.8.5 | >= 17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 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)
| 3.4.0 | ^2.8.5 | >= 17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 3.3.6 | ^2.8.5 | ^17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js) <-- First release from this repo
| 3.3.5 | 2.8.5 | ^17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js) and [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-react-js)
| 3.3.4 | 2.8.4 | ^17.0.1 | [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-react-js)
Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Releases

## 3.4.2 (Apr 12th, 2023)

### Changelog

- [Released from applicationinsights-react-js Repo](https://github.com/microsoft/applicationinsights-react-js)
- #39 Update to ApplicationInsights ^2.8.12
- #36 Internal Task 17133116: Add Policheck exclusion file
- #35 Fix up formatting / typo's in release notes

## 3.4.1 (Feb 7th, 2023)

### Changelog
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.1",
"version": "3.4.2",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 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-js",
"version": "3.4.1",
"version": "3.4.2",
"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.1",
"version": "0.1.2",
"description": "Microsoft Application Insights React plugin Sample",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-react-js": "^3.4.1",
"@microsoft/applicationinsights-react-js": "^3.4.2",
"@microsoft/applicationinsights-web": "^2.8.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
6 changes: 3 additions & 3 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.1",
"release": "3.4.2",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-js": {
"package": "package.json",
"release": "3.4.1"
"release": "3.4.2"
},
"@microsoft/applicationinsights-react-sample": {
"package": "sample/applicationinsights-react-sample/package.json",
"release": "0.1.1"
"release": "0.1.2"
}
}
}

0 comments on commit e310188

Please sign in to comment.