From a356fc090c17323cc6f0cf8f8cca0f4742bf138c Mon Sep 17 00:00:00 2001 From: Nev <54870357+MSNev@users.noreply.github.com> Date: Tue, 8 Jun 2021 11:54:37 -0700 Subject: [PATCH] [Release][Core] Increase version to 2.6.3 (#1574) --- AISKU/README.md | 1 + AISKU/package.json | 14 ++++---- AISKULight/package.json | 11 +++--- RELEASES.md | 15 ++++++++ .../Tests/Sender.tests.ts | 4 +-- .../package.json | 6 ++-- .../src/EnvelopeCreator.ts | 4 +-- common/config/rush/npm-shrinkwrap.json | 36 +++++++++---------- .../package.json | 10 +++--- .../src/JavaScriptSDK/ApplicationInsights.ts | 4 +-- .../package.json | 8 ++--- .../src/ClickAnalyticsPlugin.ts | 2 +- .../package.json | 6 ++-- .../package.json | 6 ++-- .../package.json | 6 ++-- .../src/Context/Internal.ts | 2 +- shared/AppInsightsCommon/package.json | 4 +-- shared/AppInsightsCore/package.json | 2 +- tools/release-tools/setVersion.js | 2 +- version.json | 2 +- 20 files changed, 80 insertions(+), 65 deletions(-) diff --git a/AISKU/README.md b/AISKU/README.md index d38976538..4b06f3377 100644 --- a/AISKU/README.md +++ b/AISKU/README.md @@ -26,6 +26,7 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js) | Version | Full Size | Raw Minified | GZip Size |---------|-----------|--------------|------------- +| 2.6.3: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.3.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.3.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.3.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.3.min.js.svg?compression=gzip&softmax=30000&max=35000) | 2.6.2: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.2.min.js.svg?compression=gzip&softmax=30000&max=35000) | 2.6.1: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.1.min.js.svg?compression=gzip&softmax=30000&max=35000) | 2.6.0: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.6.0.min.js.svg?compression=gzip&softmax=30000&max=35000) diff --git a/AISKU/package.json b/AISKU/package.json index a9b2a6d64..21e05be00 100644 --- a/AISKU/package.json +++ b/AISKU/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights JavaScript SDK - Web", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -64,12 +64,12 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-analytics-js": "2.6.2", - "@microsoft/applicationinsights-channel-js": "2.6.2", - "@microsoft/applicationinsights-common": "2.6.2", - "@microsoft/applicationinsights-core-js": "2.6.2", - "@microsoft/applicationinsights-dependencies-js": "2.6.2", - "@microsoft/applicationinsights-properties-js": "2.6.2" + "@microsoft/applicationinsights-analytics-js": "2.6.3", + "@microsoft/applicationinsights-channel-js": "2.6.3", + "@microsoft/applicationinsights-common": "2.6.3", + "@microsoft/applicationinsights-core-js": "2.6.3", + "@microsoft/applicationinsights-dependencies-js": "2.6.3", + "@microsoft/applicationinsights-properties-js": "2.6.3" }, "license": "MIT" } diff --git a/AISKULight/package.json b/AISKULight/package.json index 47b03d915..dc857ee6c 100644 --- a/AISKULight/package.json +++ b/AISKULight/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-web-basic", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights Javascript SDK core and channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -41,11 +41,10 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-common": "2.6.2", - "@microsoft/applicationinsights-channel-js": "2.6.2", - "@microsoft/applicationinsights-core-js": "2.6.2" - }, - "peerDependencies": { + "@microsoft/applicationinsights-common": "2.6.3", + "@microsoft/applicationinsights-channel-js": "2.6.3", + "@microsoft/applicationinsights-core-js": "2.6.3" }, + "peerDependencies": {}, "license": "MIT" } diff --git a/RELEASES.md b/RELEASES.md index f17f3af38..b1108ad08 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,20 @@ # Releases +## 2.6.3 (June 8th, 2021) + +### Changelog + +- #1268 Investigate and add a sender that uses fetch when XMLHttpRequest is not available +- #1545 Cannot modify the request headers and cookies when using a custom endpoint +- #1546 [Typings] Update the TypeScript typings to identify the readonly properties/fields and dynamic values of the snippet +- #1541 ITelemetryContext.user is sometimes null - setAuthenticatedUserContext throws +- #1569 [BUG] Authorization header included when enableRequestHeaderTracking is enabled + - As part of this change the ["Authorization", "X-API-Key", "WWW-Authenticate"] headers will NO longer be logged when ```enableRequestHeaderTracking``` is enabled, if you want these headers to be sent to AzureMonitor you will need to override the default ```ignoreHeaders``` config which excludes them (See the [Configuration settings](https://github.com/Microsoft/ApplicationInsights-JS#configuration)). +- #1558 [BUG] Durations reported as zero (00:00:00.000) in Angular SPA for router changes +- #363 Script error: Browser exception message not providing information type and method +- #1568 Add VSCode specific exclusions +- #1572 Task 9901543: Remediate security vulnerabilities + ## 2.6.2 (April 22nd, 2021) ### Changelog diff --git a/channels/applicationinsights-channel-js/Tests/Sender.tests.ts b/channels/applicationinsights-channel-js/Tests/Sender.tests.ts index b323dd657..5a5174b40 100644 --- a/channels/applicationinsights-channel-js/Tests/Sender.tests.ts +++ b/channels/applicationinsights-channel-js/Tests/Sender.tests.ts @@ -552,7 +552,7 @@ export class SenderTests extends TestClass { QUnit.assert.ok(baseData.ver); QUnit.assert.equal(2, baseData.ver); - QUnit.assert.equal("javascript:2.6.2", appInsightsEnvelope.tags["ai.internal.sdkVersion"]); + QUnit.assert.equal("javascript:2.6.3", appInsightsEnvelope.tags["ai.internal.sdkVersion"]); } }) @@ -1256,4 +1256,4 @@ export class SenderTests extends TestClass { }); } -} +} \ No newline at end of file diff --git a/channels/applicationinsights-channel-js/package.json b/channels/applicationinsights-channel-js/package.json index 3670a97cd..470e6ce8e 100644 --- a/channels/applicationinsights-channel-js/package.json +++ b/channels/applicationinsights-channel-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-channel-js", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights JavaScript SDK Channel", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -46,8 +46,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.2", - "@microsoft/applicationinsights-common": "2.6.2" + "@microsoft/applicationinsights-core-js": "2.6.3", + "@microsoft/applicationinsights-common": "2.6.3" }, "license": "MIT" } diff --git a/channels/applicationinsights-channel-js/src/EnvelopeCreator.ts b/channels/applicationinsights-channel-js/src/EnvelopeCreator.ts index 77235c01f..21e0989b2 100644 --- a/channels/applicationinsights-channel-js/src/EnvelopeCreator.ts +++ b/channels/applicationinsights-channel-js/src/EnvelopeCreator.ts @@ -23,7 +23,7 @@ function _setValueIf(target:T, field:keyof T, value:any) { } export abstract class EnvelopeCreator { - public static Version = "2.6.2"; + public static Version = "2.6.3"; protected static extractPropsAndMeasurements(data: { [key: string]: any }, properties: { [key: string]: any }, measurements: { [key: string]: any }) { if (!isNullOrUndefined(data)) { @@ -357,4 +357,4 @@ export class TraceEnvelopeCreator extends EnvelopeCreator { const data = new Data(Trace.dataType, baseData); return EnvelopeCreator.createEnvelope(logger, Trace.envelopeType, telemetryItem, data); } -} +} \ No newline at end of file diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index 0c905ee83..19c45f384 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -345,7 +345,7 @@ "node_modules/@rush-temp/applicationinsights-analytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-analytics-js.tgz", - "integrity": "sha512-q8z3u76HRNbjwniXq3sVILYri7mf56Y3lCGIQJaTWg/Un/A8F8howH8KmjV/LDkuWU7jiZOcM6mEGVOcaOiUTg==", + "integrity": "sha512-oN+tPQQVVYbMtdkgZ1jxHn95HMbNC4N/SPm6DHF/aLxGgwhOrEsFsjhSCCMI03g00ztnntAqJk2ZFVxQtyJWbg==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -372,7 +372,7 @@ "node_modules/@rush-temp/applicationinsights-channel-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-channel-js.tgz", - "integrity": "sha512-83dJC/4QbbPT/LAamNSge97aLwQSevB6lEfNbDzfC9xnrl3D/Shwp8k9NJDRyp/QKTG0ILB67VHsCI4c6mPkDw==", + "integrity": "sha512-enRxvN20Iv7/CNaASEwQ0ztIb9t0zSpdGOq2ovYuUdIve1MXP/OLAiXP/I3H3KqMHb9rFV+5dkP2xyqQ2GRJnw==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -401,7 +401,7 @@ "node_modules/@rush-temp/applicationinsights-clickanalytics-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-9PnrgexheOE0zNWR/yFhNM7kwMfH3I6sSZJVT8n8kA9gpFUmX0SgUbAYsAqeVQkNf58MhczCgvxzvRI6egJI+Q==", + "integrity": "sha512-E6AaLJjbAZVF4nlElvudVw3ReFi+KJTW2CSlc4gTmOvbPjYNC1p77m2/uFVRbW47L+ovGHaJixza7NRg4mDf1Q==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -426,7 +426,7 @@ "node_modules/@rush-temp/applicationinsights-common": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-common.tgz", - "integrity": "sha512-cBkuS1Qs3ofnhYtZfK3SmEvE4xkEYgAZi2JbTO6LlefSqnn2FV586gtmNzqysMnfl8smf0wubJNlEM68ojG3Bw==", + "integrity": "sha512-Um1xeGkFNw6v1G9nXaBxpqby8NfKqsv3+jHKd/dRCF1jr9n1rX0crR1cn2Da5kutG0DZu7JPqX2OhhHnuO3rtQ==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -477,7 +477,7 @@ "node_modules/@rush-temp/applicationinsights-debugplugin-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-XXntt+GW3XhnBK2zR4VZph4APebYaTotSWOhej6ej6gSHqD//rQXAWSBI+NqDrt+ZefrlWjlgLPJFB7OBk/kjQ==", + "integrity": "sha512-z3v+ChlEYdNP31ZuVoWM0iUaP8K6mChcwrhA11kOqBlobSulKVGtj8GafMFEESsVGYic5wpTtahA/vXxj4d53g==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -502,7 +502,7 @@ "node_modules/@rush-temp/applicationinsights-dependencies-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-dependencies-js.tgz", - "integrity": "sha512-zSnt1WfGiZWP3P+Qph/dXb/uYD6/8VXFs49Oen3JHlHeYkIqs4nMIs1oZANtSjgSGQWH8JUU/ds13tDQ90MJuw==", + "integrity": "sha512-oLAsxBo8LRVaUYjQeyTeSuwWxLn/ISby6uGNmfc79sXXmrtA/QSGkxg9Y63SdDLu2SVUG51pvPDC8sXi2RDODQ==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -536,7 +536,7 @@ "node_modules/@rush-temp/applicationinsights-properties-js": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-properties-js.tgz", - "integrity": "sha512-++HOMnQ4DxZnqRcnra3FxOe8XUbDKe/8kVJLQPRScjKzQpXN3BRceALpCPcDhBWd90QZDb4a/i9KhLjVF7N3pg==", + "integrity": "sha512-4IzG28NGTpirRb9OVoxjsBioL42XR8FX6NZKKhFinpv2MzC8y6WXvIKIWGBwYdxzY+af7/6J3HRF9zmps1JNVw==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -629,7 +629,7 @@ "node_modules/@rush-temp/applicationinsights-web": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web.tgz", - "integrity": "sha512-UgdS4jX1VX52q+BOBU6k2qqB0R/dh4sLN6E4DcZ2XhZJkDfUKWGjUzVjRR4I36llkdSAV/8t+boAQubpnwFMWw==", + "integrity": "sha512-LZhg7tPBumAflnDxlHMD0BrjZReHO7EBLl7EFcCvJV3mrD1k74oYItZ9W7gxwlR+/y4u/aAm1l2XbUBGcDUxXQ==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -663,7 +663,7 @@ "node_modules/@rush-temp/applicationinsights-web-basic": { "version": "0.0.0", "resolved": "file:projects/applicationinsights-web-basic.tgz", - "integrity": "sha512-5Zk3FvDGtyo0AsW7xwgsOsJY6liVhe7C9q93MBRESj2nQAzk02/bSpO5k6jVQ61ecc3faOXhECbu45LqEzUJXg==", + "integrity": "sha512-jzQZUfyluSnmzaYAcOI96UoywBlq8NQlS28Ev8Y25046qen3g2MVyihHWZUEsT6IgHyLhFZNDAmFCWDjik0rAw==", "dependencies": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5703,7 +5703,7 @@ }, "@rush-temp/applicationinsights-analytics-js": { "version": "file:projects\\applicationinsights-analytics-js.tgz", - "integrity": "sha512-q8z3u76HRNbjwniXq3sVILYri7mf56Y3lCGIQJaTWg/Un/A8F8howH8KmjV/LDkuWU7jiZOcM6mEGVOcaOiUTg==", + "integrity": "sha512-oN+tPQQVVYbMtdkgZ1jxHn95HMbNC4N/SPm6DHF/aLxGgwhOrEsFsjhSCCMI03g00ztnntAqJk2ZFVxQtyJWbg==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5729,7 +5729,7 @@ }, "@rush-temp/applicationinsights-channel-js": { "version": "file:projects\\applicationinsights-channel-js.tgz", - "integrity": "sha512-83dJC/4QbbPT/LAamNSge97aLwQSevB6lEfNbDzfC9xnrl3D/Shwp8k9NJDRyp/QKTG0ILB67VHsCI4c6mPkDw==", + "integrity": "sha512-enRxvN20Iv7/CNaASEwQ0ztIb9t0zSpdGOq2ovYuUdIve1MXP/OLAiXP/I3H3KqMHb9rFV+5dkP2xyqQ2GRJnw==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5757,7 +5757,7 @@ }, "@rush-temp/applicationinsights-clickanalytics-js": { "version": "file:projects\\applicationinsights-clickanalytics-js.tgz", - "integrity": "sha512-9PnrgexheOE0zNWR/yFhNM7kwMfH3I6sSZJVT8n8kA9gpFUmX0SgUbAYsAqeVQkNf58MhczCgvxzvRI6egJI+Q==", + "integrity": "sha512-E6AaLJjbAZVF4nlElvudVw3ReFi+KJTW2CSlc4gTmOvbPjYNC1p77m2/uFVRbW47L+ovGHaJixza7NRg4mDf1Q==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5781,7 +5781,7 @@ }, "@rush-temp/applicationinsights-common": { "version": "file:projects\\applicationinsights-common.tgz", - "integrity": "sha512-cBkuS1Qs3ofnhYtZfK3SmEvE4xkEYgAZi2JbTO6LlefSqnn2FV586gtmNzqysMnfl8smf0wubJNlEM68ojG3Bw==", + "integrity": "sha512-Um1xeGkFNw6v1G9nXaBxpqby8NfKqsv3+jHKd/dRCF1jr9n1rX0crR1cn2Da5kutG0DZu7JPqX2OhhHnuO3rtQ==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5830,7 +5830,7 @@ }, "@rush-temp/applicationinsights-debugplugin-js": { "version": "file:projects\\applicationinsights-debugplugin-js.tgz", - "integrity": "sha512-XXntt+GW3XhnBK2zR4VZph4APebYaTotSWOhej6ej6gSHqD//rQXAWSBI+NqDrt+ZefrlWjlgLPJFB7OBk/kjQ==", + "integrity": "sha512-z3v+ChlEYdNP31ZuVoWM0iUaP8K6mChcwrhA11kOqBlobSulKVGtj8GafMFEESsVGYic5wpTtahA/vXxj4d53g==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5854,7 +5854,7 @@ }, "@rush-temp/applicationinsights-dependencies-js": { "version": "file:projects\\applicationinsights-dependencies-js.tgz", - "integrity": "sha512-zSnt1WfGiZWP3P+Qph/dXb/uYD6/8VXFs49Oen3JHlHeYkIqs4nMIs1oZANtSjgSGQWH8JUU/ds13tDQ90MJuw==", + "integrity": "sha512-oLAsxBo8LRVaUYjQeyTeSuwWxLn/ISby6uGNmfc79sXXmrtA/QSGkxg9Y63SdDLu2SVUG51pvPDC8sXi2RDODQ==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5886,7 +5886,7 @@ }, "@rush-temp/applicationinsights-properties-js": { "version": "file:projects\\applicationinsights-properties-js.tgz", - "integrity": "sha512-++HOMnQ4DxZnqRcnra3FxOe8XUbDKe/8kVJLQPRScjKzQpXN3BRceALpCPcDhBWd90QZDb4a/i9KhLjVF7N3pg==", + "integrity": "sha512-4IzG28NGTpirRb9OVoxjsBioL42XR8FX6NZKKhFinpv2MzC8y6WXvIKIWGBwYdxzY+af7/6J3HRF9zmps1JNVw==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -5975,7 +5975,7 @@ }, "@rush-temp/applicationinsights-web": { "version": "file:projects\\applicationinsights-web.tgz", - "integrity": "sha512-UgdS4jX1VX52q+BOBU6k2qqB0R/dh4sLN6E4DcZ2XhZJkDfUKWGjUzVjRR4I36llkdSAV/8t+boAQubpnwFMWw==", + "integrity": "sha512-LZhg7tPBumAflnDxlHMD0BrjZReHO7EBLl7EFcCvJV3mrD1k74oYItZ9W7gxwlR+/y4u/aAm1l2XbUBGcDUxXQ==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", @@ -6008,7 +6008,7 @@ }, "@rush-temp/applicationinsights-web-basic": { "version": "file:projects\\applicationinsights-web-basic.tgz", - "integrity": "sha512-5Zk3FvDGtyo0AsW7xwgsOsJY6liVhe7C9q93MBRESj2nQAzk02/bSpO5k6jVQ61ecc3faOXhECbu45LqEzUJXg==", + "integrity": "sha512-jzQZUfyluSnmzaYAcOI96UoywBlq8NQlS28Ev8Y25046qen3g2MVyihHWZUEsT6IgHyLhFZNDAmFCWDjik0rAw==", "requires": { "@microsoft/api-extractor": "^7.9.11", "@microsoft/dynamicproto-js": "^1.1.4", diff --git a/extensions/applicationinsights-analytics-js/package.json b/extensions/applicationinsights-analytics-js/package.json index c6c8ac4c1..feee92101 100644 --- a/extensions/applicationinsights-analytics-js/package.json +++ b/extensions/applicationinsights-analytics-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-analytics-js", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights JavaScript SDK - Web Analytics", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -24,8 +24,8 @@ "@microsoft/ai-test-framework": "0.0.1", "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0", "@microsoft/applicationinsights-rollup-es3": "1.1.3", - "@microsoft/applicationinsights-properties-js": "2.6.2", - "@microsoft/applicationinsights-channel-js": "2.6.2", + "@microsoft/applicationinsights-properties-js": "2.6.3", + "@microsoft/applicationinsights-channel-js": "2.6.3", "@microsoft/api-extractor": "^7.9.11", "typescript": "2.5.3", "tslib": "^1.13.0", @@ -49,8 +49,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.2", - "@microsoft/applicationinsights-common": "2.6.2" + "@microsoft/applicationinsights-core-js": "2.6.3", + "@microsoft/applicationinsights-common": "2.6.3" }, "license": "MIT" } diff --git a/extensions/applicationinsights-analytics-js/src/JavaScriptSDK/ApplicationInsights.ts b/extensions/applicationinsights-analytics-js/src/JavaScriptSDK/ApplicationInsights.ts index c5057b914..b13e1b5d6 100644 --- a/extensions/applicationinsights-analytics-js/src/JavaScriptSDK/ApplicationInsights.ts +++ b/extensions/applicationinsights-analytics-js/src/JavaScriptSDK/ApplicationInsights.ts @@ -40,7 +40,7 @@ function _dispatchEvent(target:EventTarget, evnt: Event) { } export class ApplicationInsights extends BaseTelemetryPlugin implements IAppInsights, IAppInsightsInternal { - public static Version = "2.6.2"; // Not currently used anywhere + public static Version = "2.6.3"; // Not currently used anywhere public static getDefaultConfig(config?: IConfig): IConfig { if (!config) { @@ -945,4 +945,4 @@ class Timing { _events[name] = undefined; } } -} +} \ No newline at end of file diff --git a/extensions/applicationinsights-clickanalytics-js/package.json b/extensions/applicationinsights-clickanalytics-js/package.json index 01e8feeb3..660b32b9a 100644 --- a/extensions/applicationinsights-clickanalytics-js/package.json +++ b/extensions/applicationinsights-clickanalytics-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-clickanalytics-js", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights Click Analytics extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -40,9 +40,9 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.2", - "@microsoft/applicationinsights-common": "2.6.2", - "@microsoft/applicationinsights-properties-js": "2.6.2" + "@microsoft/applicationinsights-core-js": "2.6.3", + "@microsoft/applicationinsights-common": "2.6.3", + "@microsoft/applicationinsights-properties-js": "2.6.3" }, "repository": { "type": "git", diff --git a/extensions/applicationinsights-clickanalytics-js/src/ClickAnalyticsPlugin.ts b/extensions/applicationinsights-clickanalytics-js/src/ClickAnalyticsPlugin.ts index f4756d84e..1504bb9c0 100644 --- a/extensions/applicationinsights-clickanalytics-js/src/ClickAnalyticsPlugin.ts +++ b/extensions/applicationinsights-clickanalytics-js/src/ClickAnalyticsPlugin.ts @@ -27,7 +27,7 @@ export { BehaviorMapValidator, BehaviorValueValidator, BehaviorEnumValidator } export class ClickAnalyticsPlugin extends BaseTelemetryPlugin { public identifier: string = 'ClickAnalyticsPlugin'; public priority: number = 181; - public static Version = "2.6.2"; + public static Version = "2.6.3"; private _config: IClickAnalyticsConfiguration; private pageAction: PageAction; private _autoCaptureHandler: IAutoCaptureHandler; diff --git a/extensions/applicationinsights-debugplugin-js/package.json b/extensions/applicationinsights-debugplugin-js/package.json index c180f8661..ed9886d57 100644 --- a/extensions/applicationinsights-debugplugin-js/package.json +++ b/extensions/applicationinsights-debugplugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-debugplugin-js", - "version": "2.6.2-beta", + "version": "2.6.3-beta", "description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -43,8 +43,8 @@ }, "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", - "@microsoft/applicationinsights-common": "2.6.2", - "@microsoft/applicationinsights-core-js": "2.6.2", + "@microsoft/applicationinsights-common": "2.6.3", + "@microsoft/applicationinsights-core-js": "2.6.3", "@microsoft/applicationinsights-shims": "2.0.0" }, "license": "MIT" diff --git a/extensions/applicationinsights-dependencies-js/package.json b/extensions/applicationinsights-dependencies-js/package.json index 3c43b4a31..305dd0d51 100644 --- a/extensions/applicationinsights-dependencies-js/package.json +++ b/extensions/applicationinsights-dependencies-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-dependencies-js", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights XHR dependencies plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -44,8 +44,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.2", - "@microsoft/applicationinsights-common": "2.6.2" + "@microsoft/applicationinsights-core-js": "2.6.3", + "@microsoft/applicationinsights-common": "2.6.3" }, "license": "MIT" } diff --git a/extensions/applicationinsights-properties-js/package.json b/extensions/applicationinsights-properties-js/package.json index e79b469cc..db286d57e 100644 --- a/extensions/applicationinsights-properties-js/package.json +++ b/extensions/applicationinsights-properties-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-properties-js", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights properties (Part A) plugin", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -47,8 +47,8 @@ "dependencies": { "@microsoft/dynamicproto-js": "^1.1.4", "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.2", - "@microsoft/applicationinsights-common": "2.6.2" + "@microsoft/applicationinsights-core-js": "2.6.3", + "@microsoft/applicationinsights-common": "2.6.3" }, "license": "MIT" } diff --git a/extensions/applicationinsights-properties-js/src/Context/Internal.ts b/extensions/applicationinsights-properties-js/src/Context/Internal.ts index 1a284edd8..9296c4928 100644 --- a/extensions/applicationinsights-properties-js/src/Context/Internal.ts +++ b/extensions/applicationinsights-properties-js/src/Context/Internal.ts @@ -4,7 +4,7 @@ import { IInternal } from '@microsoft/applicationinsights-common'; import { ITelemetryConfig } from '../Interfaces/ITelemetryConfig'; -const Version = "2.6.2"; +const Version = "2.6.3"; export class Internal implements IInternal { diff --git a/shared/AppInsightsCommon/package.json b/shared/AppInsightsCommon/package.json index 9cac3ca95..f705af236 100644 --- a/shared/AppInsightsCommon/package.json +++ b/shared/AppInsightsCommon/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-common", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights Common JavaScript Library", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "author": "Microsoft Application Insights Team", @@ -42,7 +42,7 @@ }, "dependencies": { "@microsoft/applicationinsights-shims": "2.0.0", - "@microsoft/applicationinsights-core-js": "2.6.2", + "@microsoft/applicationinsights-core-js": "2.6.3", "@microsoft/dynamicproto-js": "^1.1.4" }, "license": "MIT" diff --git a/shared/AppInsightsCore/package.json b/shared/AppInsightsCore/package.json index c1b1aa640..4a86df15f 100644 --- a/shared/AppInsightsCore/package.json +++ b/shared/AppInsightsCore/package.json @@ -1,7 +1,7 @@ { "name": "@microsoft/applicationinsights-core-js", "author": "Microsoft Application Insights Team", - "version": "2.6.2", + "version": "2.6.3", "description": "Microsoft Application Insights Core Javascript SDK", "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme", "keywords": [ diff --git a/tools/release-tools/setVersion.js b/tools/release-tools/setVersion.js index 2a52b8b32..cce153fd1 100644 --- a/tools/release-tools/setVersion.js +++ b/tools/release-tools/setVersion.js @@ -313,7 +313,7 @@ function updateDependencies(target, orgVersion, newVersion) { function updateVersion(src, orgVersion, newVersion) { if (src) { - src = src.replace("\"javascript:" + orgVersion, "\"javascript:" + newVersion + "\""); + src = src.replace("\"javascript:" + orgVersion + "\"", "\"javascript:" + newVersion + "\""); src = src.replace("\"" + orgVersion + "\"", "\"" + newVersion + "\""); src = src.replace("\"#version#\"", "\"" + newVersion + "\""); } diff --git a/version.json b/version.json index f28e3fe64..afa92529a 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "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": "2.6.2" + "release": "2.6.3" }