Skip to content

Commit

Permalink
release 2.0.0-rc3 (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwolff committed Apr 12, 2019
1 parent d3837e9 commit dcfe5c3
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 33 deletions.
14 changes: 7 additions & 7 deletions vNext/AISKU/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"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 @@ -44,12 +44,12 @@
"grunt-tslint": "^5.0.2"
},
"dependencies": {
"@microsoft/applicationinsights-analytics-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-channel-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-common": "^2.0.0-rc2",
"@microsoft/applicationinsights-core-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-dependencies-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-properties-js": "^2.0.0-rc2"
"@microsoft/applicationinsights-analytics-js": "2.0.0-rc3",
"@microsoft/applicationinsights-channel-js": "2.0.0-rc3",
"@microsoft/applicationinsights-common": "2.0.0-rc3",
"@microsoft/applicationinsights-core-js": "2.0.0-rc3",
"@microsoft/applicationinsights-dependencies-js": "2.0.0-rc3",
"@microsoft/applicationinsights-properties-js": "2.0.0-rc3"
},
"peerDependencies": {
"tslib": "^1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion vNext/AISKU/src/Initialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class Initialization implements IApplicationInsights {
// ensure instrumentationKey is specified
if (config && !config.instrumentationKey) {
config = <any>snippet;
ApplicationInsights.Version = "2.0.0-rc2"; // Not currently used anywhere
ApplicationInsights.Version = "2.0.0-rc3"; // Not currently used anywhere
}

this.appInsights = new ApplicationInsights();
Expand Down
8 changes: 4 additions & 4 deletions vNext/AISKULight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web-basic",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "Microsoft Application Insights Javascript SDK core and channel",
"main": "dist/applicationinsights-web-basic.js",
"module": "dist-esm/index.js",
Expand All @@ -22,9 +22,9 @@
"rollup": "^0.66.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^2.0.0-rc2",
"@microsoft/applicationinsights-channel-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-core-js": "^2.0.0-rc2"
"@microsoft/applicationinsights-common": "2.0.0-rc3",
"@microsoft/applicationinsights-channel-js": "2.0.0-rc3",
"@microsoft/applicationinsights-core-js": "2.0.0-rc3"
},
"peerDependencies": {
"tslib": "^1.9.3"
Expand Down
6 changes: 3 additions & 3 deletions vNext/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.0.0-rc2",
"version": "2.0.0-rc3",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"main": "dist/applicationinsights-channel-js.js",
"module": "dist-esm/applicationinsights-channel-js.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"rollup": "^0.66.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-common": "^2.0.0-rc2",
"@microsoft/applicationinsights-core-js": "2.0.0-rc3",
"@microsoft/applicationinsights-common": "2.0.0-rc3",
"tslib": "^1.9.3"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const baseType: string = "baseType";
const baseData: string = "baseData";

export abstract class EnvelopeCreator {
public static Version = "2.0.0-rc2";
public static Version = "2.0.0-rc3";
protected _logger: IDiagnosticLogger;

abstract Create(logger: IDiagnosticLogger, telemetryItem: ITelemetryItem): IEnvelope;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-analytics-js",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "Microsoft Application Insights Javascript SDK apis",
"main": "dist/applicationinsights-analytics-js.js",
"module": "dist-esm/applicationinsights-analytics-js.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"rollup": "^0.66.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-common": "^2.0.0-rc2",
"@microsoft/applicationinsights-core-js": "2.0.0-rc3",
"@microsoft/applicationinsights-common": "2.0.0-rc3",
"tslib": "^1.9.3"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { ITelemetryConfig } from "../JavaScriptSDK.Interfaces/ITelemetryConfig";
const durationProperty: string = "duration";

export class ApplicationInsights implements IAppInsights, ITelemetryPlugin, IAppInsightsInternal {
public static Version = "2.0.0-rc2"; // Not currently used anywhere
public static Version = "2.0.0-rc3"; // Not currently used anywhere
public initialize: (config: IConfiguration, core: IAppInsightsCore, extensions: IPlugin[]) => void;
public identifier: string = "ApplicationInsightsAnalytics"; // do not change name or priority
public priority: number = 160;// take from reserved priority range 100- 200
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-dependencies-js",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "Microsoft Application Insights XHR dependencies plugin",
"main": "dist/applicationinsights-dependencies-js.js",
"module": "dist-esm/applicationinsights-dependencies-js.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"rollup": "^0.66.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-common": "^2.0.0-rc2",
"@microsoft/applicationinsights-core-js": "2.0.0-rc3",
"@microsoft/applicationinsights-common": "2.0.0-rc3",
"tslib": "^1.9.3"
},
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-properties-js",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"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 @@ -28,8 +28,8 @@
"rollup": "^0.66.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-common": "^2.0.0-rc2",
"@microsoft/applicationinsights-core-js": "2.0.0-rc3",
"@microsoft/applicationinsights-common": "2.0.0-rc3",
"tslib": "^1.9.3"
},
"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.0.0-rc2";
const Version = "2.0.0-rc3";

export class Internal implements IInternal {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "1.0.0-rc1",
"version": "1.0.0-rc3",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "dist-esm/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"react-native-device-info": "^1.4.1",
"@microsoft/applicationinsights-core-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-common": "^2.0.0-rc2",
"@microsoft/applicationinsights-core-js": "2.0.0-rc3",
"@microsoft/applicationinsights-common": "2.0.0-rc3",
"tslib": "^1.9.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions vNext/shared/AppInsightsCommon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-common",
"version": "2.0.0-rc2",
"version": "2.0.0-rc3",
"description": "Microsoft Application Insights Common JavaScript Library",
"main": "./dist/applicationinsights-common.js",
"module": "./dist-esm/applicationinsights-common.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"rollup": "^0.66.0"
},
"dependencies": {
"@microsoft/applicationinsights-core-js": "^2.0.0-rc2",
"@microsoft/applicationinsights-core-js": "2.0.0-rc3",
"tslib": "^1.9.3"
},
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion vNext/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.0.0-rc2",
"version": "2.0.0-rc3",
"description": "Microsoft Application Insights Core Javascript SDK",
"keywords": [
"azure",
Expand Down

0 comments on commit dcfe5c3

Please sign in to comment.