Skip to content

Commit 4c953a3

Browse files
version bump 2.3.0 (#149)
1 parent bbd8dd7 commit 4c953a3

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

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

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/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.2.0",
3+
"version": "2.3.0",
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/esm/index.js",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@microsoft/applicationinsights-web": "^3.3.2",
47-
"@microsoft/feature-management": "2.2.0"
47+
"@microsoft/feature-management": "2.3.0"
4848
}
4949
}
5050

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.2.0";
4+
export const VERSION = "2.3.0";

src/feature-management-applicationinsights-node/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/feature-management-applicationinsights-node/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-node",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Feature Management Application Insights Plugin for Node.js provides a solution for sending feature flag evaluation events produced by the Feature Management library.",
55
"files": [
66
"dist/",
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"applicationinsights": "^2.9.6",
57-
"@microsoft/feature-management": "2.2.0"
57+
"@microsoft/feature-management": "2.3.0"
5858
}
5959
}
6060

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.2.0";
4+
export const VERSION = "2.3.0";

src/feature-management/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/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": "2.2.0",
3+
"version": "2.3.0",
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
"files": [
66
"dist/",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const VERSION = "2.2.0";
4+
export const VERSION = "2.3.0";
55
export const EVALUATION_EVENT_VERSION = "1.0.0";

0 commit comments

Comments
 (0)