Skip to content

Commit

Permalink
[Release] Increase version to 2.7.5 (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored May 2, 2022
1 parent 91509b7 commit 59c5384
Show file tree
Hide file tree
Showing 25 changed files with 113 additions and 102 deletions.
2 changes: 1 addition & 1 deletion AISKU/Tests/Perf/src/AISKUPerf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
* should update version after new release
* version with doperf(): after 2.5.6
* */
var defaultVer = "2.7.4";
var defaultVer = "2.7.5";
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
this.perfEventsBuffer = [];
this.perfEventWaitBuffer = [];
Expand Down
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.4",
"version": "2.7.5",
"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.5",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-analytics-js": "2.7.4",
"@microsoft/applicationinsights-channel-js": "2.7.4",
"@microsoft/applicationinsights-common": "2.7.4",
"@microsoft/applicationinsights-core-js": "2.7.4",
"@microsoft/applicationinsights-dependencies-js": "2.7.4",
"@microsoft/applicationinsights-properties-js": "2.7.4"
"@microsoft/applicationinsights-analytics-js": "2.7.5",
"@microsoft/applicationinsights-channel-js": "2.7.5",
"@microsoft/applicationinsights-common": "2.7.5",
"@microsoft/applicationinsights-core-js": "2.7.5",
"@microsoft/applicationinsights-dependencies-js": "2.7.5",
"@microsoft/applicationinsights-properties-js": "2.7.5"
},
"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.4",
"version": "2.7.5",
"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.5",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-common": "2.7.4",
"@microsoft/applicationinsights-channel-js": "2.7.4",
"@microsoft/applicationinsights-core-js": "2.7.4"
"@microsoft/applicationinsights-common": "2.7.5",
"@microsoft/applicationinsights-channel-js": "2.7.5",
"@microsoft/applicationinsights-core-js": "2.7.5"
},
"license": "MIT"
}
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## 2.7.5 (Apr 29th, 2022)

- Updates React Plugin to v3.2.5 (with v2.7.5 as dependency)
- Updates React Native Plugin to 2.4.5 (with v2.7.5 as dependency)
- Updates Chrome Debug Extension to 0.2.5

### Changelog

- #1823 [BUG] IE8 Support was broken by several components
- Updates to dynamicProto() v1.1.5 which also fixes IE8 issues

## 2.7.4 (Feb 28th, 2022)

- Updates React Plugin to v3.2.4 (with v2.7.4 as dependency)
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.4", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.7.5", 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.4",
"version": "2.7.5",
"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.5",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.7.4",
"@microsoft/applicationinsights-common": "2.7.4"
"@microsoft/applicationinsights-core-js": "2.7.5",
"@microsoft/applicationinsights-common": "2.7.5"
},
"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.4"
Version: "2.7.5"
};

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

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

Loading

0 comments on commit 59c5384

Please sign in to comment.