Skip to content

Commit 2f20902

Browse files
Merge pull request #49 from microsoft/zhiyuanliang/version-bump
Version bump 2.0.0-preview.1
2 parents 977e24f + eff58e6 commit 2f20902

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/feature-management-applicationinsights-browser",
3-
"version": "1.0.0-preview.1",
3+
"version": "2.0.0-preview.1",
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",

sdk/feature-management-applicationinsights-browser/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
// Licensed under the MIT license.
33

44
export { createTelemetryPublisher, trackEvent } from "./telemetry.js";
5+
export { VERSION } from "./version.js";
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT license.
3+
4+
export const VERSION = "2.0.0-preview.1";

sdk/feature-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/feature-management",
3-
"version": "1.0.0",
3+
"version": "2.0.0-preview.1",
44
"description": "Feature Management is a library for enabling/disabling features at runtime. Developers can use feature flags in simple use cases like conditional statement to more advanced scenarios like conditionally adding routes.",
55
"main": "./dist/commonjs/index.js",
66
"module": "./dist/esm/index.js",
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 = "1.0.0";
4+
export const VERSION = "2.0.0-preview.1";

0 commit comments

Comments
 (0)