Skip to content

Commit

Permalink
[Release] Increase to version 2.5.4 (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Apr 7, 2020
1 parent 2f4f3e3 commit 0d65659
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 44 deletions.
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.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights Javascript SDK API 1.0 beta",
"main": "dist/applicationinsights-web.js",
"module": "dist-esm/applicationinsights-web.js",
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^0.5.2",
"@microsoft/applicationinsights-analytics-js": "2.5.3",
"@microsoft/applicationinsights-channel-js": "2.5.3",
"@microsoft/applicationinsights-common": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.3",
"@microsoft/applicationinsights-dependencies-js": "2.5.3",
"@microsoft/applicationinsights-properties-js": "2.5.3",
"@microsoft/applicationinsights-analytics-js": "2.5.4",
"@microsoft/applicationinsights-channel-js": "2.5.4",
"@microsoft/applicationinsights-common": "2.5.4",
"@microsoft/applicationinsights-core-js": "2.5.4",
"@microsoft/applicationinsights-dependencies-js": "2.5.4",
"@microsoft/applicationinsights-properties-js": "2.5.4",
"tslib": "^1.11.1"
},
"license": "MIT"
Expand Down
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.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights Javascript SDK core and channel",
"main": "dist/applicationinsights-web-basic.js",
"module": "dist-esm/index.js",
Expand Down Expand Up @@ -28,9 +28,9 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^0.5.2",
"@microsoft/applicationinsights-common": "2.5.3",
"@microsoft/applicationinsights-channel-js": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.3"
"@microsoft/applicationinsights-common": "2.5.4",
"@microsoft/applicationinsights-channel-js": "2.5.4",
"@microsoft/applicationinsights-core-js": "2.5.4"
},
"peerDependencies": {
"tslib": "^1.11.1"
Expand Down
14 changes: 14 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Releases

## 2.5.4

### Changelog

- #1242 Upgrading the tslib dependency to 1.11.1
- #1233 [BUG] Duplicate React dependency
- #1232 [BUG] window.appInsights.properties is marked private
- Fix issue by always exposing window.appInsights.context
- #1240 [BUG] Telemetry correlation headers are not included for all fetch requests
- #1229 [BUG] Unable to include telemetry correlation headers
- #1227 SPFX - undefinedundefined is not defined
- #1221 npm @microsoft/applicationinsights-web: license information missing in package.json
- #1191 [BUG] ICustomProperties does not support setting values

## 2.5.3

### Changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export class SenderTests extends TestClass {
Assert.ok(baseData.ver);
Assert.equal(2, baseData.ver);

Assert.equal("javascript:2.5.3", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
Assert.equal("javascript:2.5.4", 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.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"main": "dist/applicationinsights-channel-js.js",
"module": "dist-esm/applicationinsights-channel-js.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
"rollup": "^0.66.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "2.5.3",
"@microsoft/applicationinsights-common": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.4",
"@microsoft/applicationinsights-common": "2.5.4",
"tslib": "^1.11.1"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const baseType: string = "baseType";
const baseData: string = "baseData";

export abstract class EnvelopeCreator {
public static Version = "2.5.3";
public static Version = "2.5.4";

protected static extractPropsAndMeasurements(data: { [key: string]: any }, properties: { [key: string]: any }, measurements: { [key: string]: any }) {
if (!CoreUtils.isNullOrUndefined(data)) {
Expand Down
12 changes: 6 additions & 6 deletions common/config/rush/npm-shrinkwrap.json

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

8 changes: 4 additions & 4 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.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights Javascript SDK apis",
"main": "dist/applicationinsights-analytics-js.js",
"module": "dist-esm/applicationinsights-analytics-js.js",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-es3" : "1.1.1",
"@microsoft/applicationinsights-properties-js": "2.5.3",
"@microsoft/applicationinsights-properties-js": "2.5.4",
"typescript": "2.5.3",
"globby": "^11.0.0",
"rollup-plugin-node-resolve": "^3.4.0",
Expand All @@ -35,8 +35,8 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^0.5.2",
"@microsoft/applicationinsights-core-js": "2.5.3",
"@microsoft/applicationinsights-common": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.4",
"@microsoft/applicationinsights-common": "2.5.4",
"tslib": "^1.11.1"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function _dispatchEvent(target:EventTarget, evnt: Event) {
}

export class ApplicationInsights extends BaseTelemetryPlugin implements IAppInsights, IAppInsightsInternal {
public static Version = "2.5.3"; // Not currently used anywhere
public static Version = "2.5.4"; // Not currently used anywhere

public static getDefaultConfig(config?: IConfig): IConfig {
if (!config) {
Expand Down
6 changes: 3 additions & 3 deletions extensions/applicationinsights-angular-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-angular-js",
"version": "2.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights Angular plugin",
"main": "dist/applicationinsights-angular-js.js",
"module": "dist-esm/applicationinsights-angular-js.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.3",
"@microsoft/applicationinsights-common": "2.5.4",
"@microsoft/applicationinsights-core-js": "2.5.4",
"tslib": "^1.11.1"
},
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions extensions/applicationinsights-dependencies-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-dependencies-js",
"version": "2.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights XHR dependencies plugin",
"main": "dist/applicationinsights-dependencies-js.js",
"module": "dist-esm/applicationinsights-dependencies-js.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^0.5.2",
"@microsoft/applicationinsights-core-js": "2.5.3",
"@microsoft/applicationinsights-common": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.4",
"@microsoft/applicationinsights-common": "2.5.4",
"tslib": "^1.11.1"
},
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions extensions/applicationinsights-properties-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-properties-js",
"version": "2.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights properties (Part A) plugin",
"main": "dist/applicationinsights-properties-js.js",
"module": "dist-esm/applicationinsights-properties-js.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "2.5.3",
"@microsoft/applicationinsights-common": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.4",
"@microsoft/applicationinsights-common": "2.5.4",
"tslib": "^1.11.1"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { IInternal } from '@microsoft/applicationinsights-common';
import { ITelemetryConfig } from '../Interfaces/ITelemetryConfig';

const Version = "2.5.3";
const Version = "2.5.4";

export class Internal implements IInternal {

Expand Down
6 changes: 3 additions & 3 deletions extensions/applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-js",
"version": "2.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights React plugin",
"main": "dist/applicationinsights-react-js.js",
"module": "dist-esm/applicationinsights-react-js.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "2.5.3",
"@microsoft/applicationinsights-common": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.4",
"@microsoft/applicationinsights-common": "2.5.4",
"tslib": "^1.11.1",
"history": "^4.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "2.2.2",
"version": "2.2.3",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "dist-esm/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions shared/AppInsightsCommon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-common",
"version": "2.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights Common JavaScript Library",
"main": "./dist/applicationinsights-common.js",
"module": "./dist-esm/applicationinsights-common.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"rollup": "^0.66.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "2.5.3",
"@microsoft/applicationinsights-core-js": "2.5.4",
"tslib": "^1.11.1"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion shared/AppInsightsCore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-core-js",
"author": "Microsoft Corporation",
"version": "2.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights Core Javascript SDK",
"keywords": [
"azure",
Expand Down

0 comments on commit 0d65659

Please sign in to comment.