Skip to content

Commit 61e71d4

Browse files
version bump 2.0.0-preview.3 (#70)
1 parent a197093 commit 61e71d4

File tree

9 files changed

+9
-6028
lines changed

9 files changed

+9
-6028
lines changed

sdk/feature-management-applicationinsights-browser/package-lock.json

Lines changed: 0 additions & 3076 deletions
This file was deleted.

sdk/feature-management-applicationinsights-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/feature-management-applicationinsights-browser",
3-
"version": "2.0.0-preview.2",
3+
"version": "2.0.0-preview.3",
44
"description": "Feature Management Application Insights Plugin for Browser provides a solution for sending feature flag evaluation events produced by the Feature Management library.",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@microsoft/applicationinsights-web": "^3.3.2",
45-
"@microsoft/feature-management": "2.0.0-preview.2"
45+
"@microsoft/feature-management": "2.0.0-preview.3"
4646
}
4747
}
4848

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const VERSION = "2.0.0-preview.2";
4+
export const VERSION = "2.0.0-preview.3";

0 commit comments

Comments
 (0)