From 9f1df9cd278046deb3855ed0c06a80fb0502b79e Mon Sep 17 00:00:00 2001 From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:11:44 -0700 Subject: [PATCH] [Release] Increase version to 15.3.2 (#181) --- README.md | 1 + RELEASES.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- .../applicationinsights-angularplugin-js/package.json | 2 +- .../applicationinsights-angularplugin-sample/package.json | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7fb9353..d823238 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.2 | ^3.3.2 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.3.1 | ^3.3.1 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.3.0 | ^3.3.0 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.2.0 | ^3.2.0 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) diff --git a/RELEASES.md b/RELEASES.md index 01dca94..f7bde6e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,13 @@ # Releases +## 15.3.2 (Sep 3rd, 2024) + +This release contains a potential type break change due to the definition of the expCfg in [IConfiguration](https://github.com/microsoft/ApplicationInsights-JS/blob/main/shared/AppInsightsCore/src/JavaScriptSDK.Interfaces/IConfiguration.ts) + +### Changelog + +- #180 [pre-release] update application insights to 3.3.2 + ## 15.3.1 (Aug 20th, 2024) ### Changelog diff --git a/package-lock.json b/package-lock.json index ea2d5b6..d080bef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.1", + "version": "15.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.1", + "version": "15.3.2", "license": "MIT", "dependencies": { "@microsoft/applicationinsights-common": "^3.3.2", diff --git a/package.json b/package.json index 6d3447d..51a7faa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.1", + "version": "15.3.2", "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 5c4fb7e..4c26d74 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.1", + "version": "15.3.2", "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 8475cf9..b03f2dd 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.1", + "@microsoft/applicationinsights-angularplugin-js": "^15.3.2", "@microsoft/applicationinsights-web": "^3.3.2", "angular-in-memory-web-api": "~0.15.0", "rxjs": "~7.5.0",