Skip to content

Commit

Permalink
[Release] Increase version to 2.7.2 (#1733)
Browse files Browse the repository at this point in the history
- React-js to 3.2.2
- ReactNative to 2.4.2
- ChromeExt to 0.2.2
  • Loading branch information
MSNev committed Dec 7, 2021
1 parent d134c3c commit 7f88c46
Show file tree
Hide file tree
Showing 25 changed files with 111 additions and 102 deletions.
7 changes: 2 additions & 5 deletions AISKU/Tests/Perf/src/AISKUPerf.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export class AppInsightsInitPerfTestClass {

public version: string;
Expand All @@ -20,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
* should update version after new release
* version with doperf(): after 2.5.6
* */
var defaultVer = "2.7.1";
var defaultVer = "2.7.2";
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
this.perfEventsBuffer = [];
this.perfEventWaitBuffer = [];
Expand All @@ -38,6 +37,4 @@ export class AppInsightsInitPerfTestClass {
if (queryVer && queryVer.length > 0) { version = queryVer;}
return version;
}
}


}
14 changes: 7 additions & 7 deletions AISKU/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web",
"version": "2.7.1",
"version": "2.7.2",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -66,12 +66,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-analytics-js": "2.7.1",
"@microsoft/applicationinsights-channel-js": "2.7.1",
"@microsoft/applicationinsights-common": "2.7.1",
"@microsoft/applicationinsights-core-js": "2.7.1",
"@microsoft/applicationinsights-dependencies-js": "2.7.1",
"@microsoft/applicationinsights-properties-js": "2.7.1"
"@microsoft/applicationinsights-analytics-js": "2.7.2",
"@microsoft/applicationinsights-channel-js": "2.7.2",
"@microsoft/applicationinsights-common": "2.7.2",
"@microsoft/applicationinsights-core-js": "2.7.2",
"@microsoft/applicationinsights-dependencies-js": "2.7.2",
"@microsoft/applicationinsights-properties-js": "2.7.2"
},
"license": "MIT"
}
8 changes: 4 additions & 4 deletions AISKULight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web-basic",
"version": "2.7.1",
"version": "2.7.2",
"description": "Microsoft Application Insights Javascript SDK core and channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -49,9 +49,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-common": "2.7.1",
"@microsoft/applicationinsights-channel-js": "2.7.1",
"@microsoft/applicationinsights-core-js": "2.7.1"
"@microsoft/applicationinsights-common": "2.7.2",
"@microsoft/applicationinsights-channel-js": "2.7.2",
"@microsoft/applicationinsights-core-js": "2.7.2"
},
"license": "MIT"
}
12 changes: 10 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Releases

## 2.7.2 (Dec 7th, 2021)

### Changelog

- #1729 [BUG] Addition of stdDev metric support has broken custom metric reporting from #1680
- #1727 [BUG] Cannot track exception from service worker
- #1731 Component Governance - Upgrade to npm v8.1.4

## 2.7.1 (Nov 4th, 2021)

## Changelog
### Changelog

- #1667 Allow properly disposing AI
- expose internal log poller #1674
Expand All @@ -28,7 +36,7 @@
___Major change___: Upgrades build environment to TypeScript __4.x__
- No known breaking, configuration or definition changes

## Changelog
### Changelog

- #1640 [BUG] enableAjaxErrorStatusText: false (which is the default setting) does not turn off logging error response body
- #1642 trackEvent() doesn't allow replacing the iKey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ export class SenderTests extends AITestClass {
QUnit.assert.ok(baseData.ver);
QUnit.assert.equal(2, baseData.ver);

QUnit.assert.equal("javascript:2.7.1", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.7.2", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
}
})

Expand Down
6 changes: 3 additions & 3 deletions channels/applicationinsights-channel-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-channel-js",
"version": "2.7.1",
"version": "2.7.2",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand Down Expand Up @@ -47,8 +47,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.7.1",
"@microsoft/applicationinsights-common": "2.7.1"
"@microsoft/applicationinsights-core-js": "2.7.2",
"@microsoft/applicationinsights-common": "2.7.2"
},
"license": "MIT"
}
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function EnvelopeCreatorInit(logger: IDiagnosticLogger, telemetryItem: ITelemetr
}

export const EnvelopeCreator = {
Version: "2.7.1"
Version: "2.7.2"
};

export function DependencyEnvelopeCreator(logger: IDiagnosticLogger, telemetryItem: ITelemetryItem, customUndefinedValue?: any): IEnvelope {
Expand Down
52 changes: 26 additions & 26 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions extensions/applicationinsights-analytics-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-analytics-js",
"version": "2.7.1",
"version": "2.7.2",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
Expand All @@ -26,8 +26,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.7.1",
"@microsoft/applicationinsights-channel-js": "2.7.1",
"@microsoft/applicationinsights-properties-js": "2.7.2",
"@microsoft/applicationinsights-channel-js": "2.7.2",
"@microsoft/api-extractor": "^7.18.1",
"typescript": "^4.3.4",
"tslib": "^2.0.0",
Expand All @@ -53,8 +53,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.4",
"@microsoft/applicationinsights-shims": "2.0.0",
"@microsoft/applicationinsights-core-js": "2.7.1",
"@microsoft/applicationinsights-common": "2.7.1"
"@microsoft/applicationinsights-core-js": "2.7.2",
"@microsoft/applicationinsights-common": "2.7.2"
},
"license": "MIT"
}
Loading

0 comments on commit 7f88c46

Please sign in to comment.