Skip to content

Commit

Permalink
[Release] Increase version to 3.4.3 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Jun 8, 2023
1 parent d6625c0 commit 31acfa4
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Please note that it can take up to 10 minutes for new custom metric to appear in

| Version | Application Insights | React | Branch
|---------|-----------------------|-----------|-----------
| 3.4.3 | ^2.8.14 | >= 17.0.1 | [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)
| 3.4.0 | ^2.8.5 | >= 17.0.1 | [main](https://github.com/microsoft/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.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
[main](https://github.com/microsoft/applicationinsights-react-js/tree/main) is being updated to support [ApplicationInsights 3.x](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md) and will have it's major version number bumped to match the major version of the supported React-JS version (which will be v17.x as the first release)
### Changelog

- #44 [Update to ApplicationInsights ^2.8.14 from ^2.8.12](https://github.com/microsoft/ApplicationInsights-JS/blob/master/RELEASES.md)
- Moved to release3.x branch

## 3.4.2 (Apr 12th, 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.2",
"version": "3.4.3",
"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.2",
"version": "3.4.3",
"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.2",
"version": "0.1.3",
"description": "Microsoft Application Insights React plugin Sample",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-react-js": "^3.4.2",
"@microsoft/applicationinsights-react-js": "^3.4.3",
"@microsoft/applicationinsights-web": "^2.8.14",
"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.2",
"release": "3.4.3",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-js": {
"package": "package.json",
"release": "3.4.2"
"release": "3.4.3"
},
"@microsoft/applicationinsights-react-sample": {
"package": "sample/applicationinsights-react-sample/package.json",
"release": "0.1.2"
"release": "0.1.3"
}
}
}

0 comments on commit 31acfa4

Please sign in to comment.