Skip to content

Commit

Permalink
[Release] Increase version to 3.4.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Feb 7, 2023
1 parent 167bf62 commit 186997d
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 60 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.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)
Expand Down
17 changes: 17 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Releases

## 3.4.1 (Feb 7th, 2023)

- [Released from applicationinsights-react-js Repo](https://github.com/microsoft/applicationinsights-react-js)
- Updates React Plugin to v3.4.1 (with UNPINNED ApplicationInsights ^2.8.10 as dependency) -- using React 17, compatible with React 18
- #33 Update to ApplicationInsights v2.8.10
- #31 Update base applicationinsights to version 2.8.9
- #30 Add code owners
- #26 Change react-scripts to a dev dependency
- #23 Add --no-sandbox to test runs

### Changelog

- #14 Add react sample and build with rush
- #15 Upgrade to support React 18
- #17 Add nightly release documentation
- #16 Address Component Governance issues

## 3.4.0 (Aug 15th, 2022)

- [Released from applicationinsights-react-js Repo](https://github.com/microsoft/applicationinsights-react-js)
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.0",
"version": "3.4.1",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
16 changes: 8 additions & 8 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.0",
"version": "3.4.1",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
92 changes: 46 additions & 46 deletions sample/applicationinsights-react-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "@microsoft/applicationinsights-react-sample",
"version": "0.1.0",
"description": "Microsoft Application Insights React plugin Sample",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-react-js": "^3.3.6",
"@microsoft/applicationinsights-web": "^2.8.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "11.13.2",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"react-scripts": "^5.0.1",
"typescript": "^4.3.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"rebuild": "react-scripts build",
"test": "react-scripts test --watchAll=false",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"name": "@microsoft/applicationinsights-react-sample",
"version": "0.1.1",
"description": "Microsoft Application Insights React plugin Sample",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-react-js": "^3.4.1",
"@microsoft/applicationinsights-web": "^2.8.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "11.13.2",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"react-scripts": "^5.0.1",
"typescript": "^4.3.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"rebuild": "react-scripts build",
"test": "react-scripts test --watchAll=false",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
12 changes: 8 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,12 +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.0",
"release": "3.4.1",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-js": {
"package": "extensions/applicationinsights-react-js/package.json",
"release": "3.4.0"
}
"package": "package.json",
"release": "3.4.1"
},
"@microsoft/applicationinsights-react-sample": {
"package": "sample/applicationinsights-react-sample/package.json",
"release": "0.1.1"
}
}
}

0 comments on commit 186997d

Please sign in to comment.