diff --git a/README.md b/README.md index ba9dedc..c3df72b 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Additionally, as part of this change the existing v3.x extension has been moved | Version | Application Insights | React | Branch |---------|-----------------------|-----------|----------- +| 17.3.5 | ^3.3.5 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js) | 17.3.4 | ^3.3.4 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js) | 17.3.3 | ^3.3.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js) | 17.3.2 | ^3.3.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js) diff --git a/RELEASES.md b/RELEASES.md index 33747c0..b911d6d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,14 @@ # Releases +## 17.3.5 (Feb 4th, 2025) + +### Changelog + +- #139 Update to ApplicationInsights 3.3.5 +- #127 Add AI version update script to assist with automated integration testing +- #130 Update Stale Issue action +- #131 Update Lock Issue action + ## 17.3.4 (Oct 31st, 2024) ### Changelog diff --git a/applicationinsights-react-js/package.json b/applicationinsights-react-js/package.json index cd4d160..28ea1c4 100644 --- a/applicationinsights-react-js/package.json +++ b/applicationinsights-react-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-js", - "version": "17.3.4", + "version": "17.3.5", "description": "Microsoft Application Insights React plugin", "author": "Microsoft Application Insights Team", "license": "MIT", diff --git a/package.json b/package.json index 86cbbdf..a556fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-js", - "version": "17.3.4", + "version": "17.3.5", "description": "Microsoft Application Insights React plugin", "author": "Microsoft Application Insights Team", "license": "MIT", diff --git a/sample/applicationinsights-react-sample/package.json b/sample/applicationinsights-react-sample/package.json index c3a97b6..6be2848 100644 --- a/sample/applicationinsights-react-sample/package.json +++ b/sample/applicationinsights-react-sample/package.json @@ -1,12 +1,12 @@ { "name": "@microsoft/applicationinsights-react-sample", - "version": "1.3.0", + "version": "1.3.1", "description": "Microsoft Application Insights React plugin Sample", "author": "Microsoft Application Insights Team", "license": "MIT", "dependencies": { "@microsoft/applicationinsights-core-js": "^3.3.5", - "@microsoft/applicationinsights-react-js": "17.3.4", + "@microsoft/applicationinsights-react-js": "17.3.5", "@microsoft/applicationinsights-web": "^3.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/version.json b/version.json index a4d07ae..e8027a4 100644 --- a/version.json +++ b/version.json @@ -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": "17.3.4", + "release": "17.3.5", "next": "patch", "pkgs": { "@microsoft/applicationinsights-react-js": { "package": "package.json", - "release": "17.3.4" + "release": "17.3.5" }, "@microsoft/applicationinsights-react-sample": { "package": "sample/applicationinsights-react-sample/package.json", - "release": "1.3.0" + "release": "1.3.1" } } }