From dbdce9c15cb553cca31e0a3b635e545ce1b5c374 Mon Sep 17 00:00:00 2001 From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:49:26 -0800 Subject: [PATCH] [Release] Increase version to 15.3.6 (#204) --- README.md | 1 + RELEASES.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- projects/applicationinsights-angularplugin-js/package.json | 2 +- .../applicationinsights-angularplugin-sample/package.json | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index caae5df..d7b6073 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Additionally, as part of this change the existing v3.x extension has been moved | Version | Application Insights | Angular | Branch |---------|-----------------------|----------------------|----------- +| 15.3.6 | ^3.3.6 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.3.5 | ^3.3.5 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.3.4 | ^3.3.4 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.3.3 | ^3.3.3 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) diff --git a/RELEASES.md b/RELEASES.md index 2614aad..b1b7885 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,11 +1,18 @@ # Releases +## 15.3.6 (March 6th, 2025) + +### Changelog +- #203 [pre-release] update application insights to 3.3.6 + ## 15.3.5 (Feb 4th, 2025) ### Changelog - #200 Update to Application Insights 3.3.5 - #195 Add support scripts to enable automated nightly integration testing +- #197 Update Stale Issue action +- #198 Update Lock Issue action ## 15.3.4 (Oct 31st, 2024) diff --git a/package-lock.json b/package-lock.json index 52e3eb5..0623825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.5", + "version": "15.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.5", + "version": "15.3.6", "license": "MIT", "dependencies": { "@microsoft/applicationinsights-common": "^3.3.6", diff --git a/package.json b/package.json index 73f7acb..183882f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.5", + "version": "15.3.6", "description": "Microsoft Application Insights Angular plugin", "main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js", "module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js", diff --git a/projects/applicationinsights-angularplugin-js/package.json b/projects/applicationinsights-angularplugin-js/package.json index 1227ae3..ed930e5 100644 --- a/projects/applicationinsights-angularplugin-js/package.json +++ b/projects/applicationinsights-angularplugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.5", + "version": "15.3.6", "description": "Microsoft Application Insights Angular plugin", "author": "Microsoft Application Insights Team", "license": "MIT", diff --git a/sample/applicationinsights-angularplugin-sample/package.json b/sample/applicationinsights-angularplugin-sample/package.json index f1a8240..f269e8a 100644 --- a/sample/applicationinsights-angularplugin-sample/package.json +++ b/sample/applicationinsights-angularplugin-sample/package.json @@ -31,7 +31,7 @@ "@angular/platform-browser": "^15.2.9", "@angular/platform-browser-dynamic": "^15.2.9", "@angular/router": "^15.2.9", - "@microsoft/applicationinsights-angularplugin-js": "^15.3.5", + "@microsoft/applicationinsights-angularplugin-js": "^15.3.6", "@microsoft/applicationinsights-web": "^3.3.6", "angular-in-memory-web-api": "~0.15.0", "rxjs": "~7.5.0",