From c88bf26819f162425412bcc21777889a992581d1 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Wed, 20 Aug 2025 14:13:09 +0800 Subject: [PATCH] version bump --- examples/express-app/package.json | 2 +- examples/quote-of-the-day/package.json | 4 ++-- .../package.json | 4 ++-- .../src/version.ts | 2 +- src/feature-management-applicationinsights-node/package.json | 4 ++-- .../src/version.ts | 2 +- src/feature-management/package-lock.json | 4 ++-- src/feature-management/package.json | 2 +- src/feature-management/src/version.ts | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/examples/express-app/package.json b/examples/express-app/package.json index c9094e9..fbed7fe 100644 --- a/examples/express-app/package.json +++ b/examples/express-app/package.json @@ -3,7 +3,7 @@ "start": "node server.mjs" }, "dependencies": { - "@microsoft/feature-management": "2.1.0", + "@microsoft/feature-management": "latest", "express": "^4.21.2" } } \ No newline at end of file diff --git a/examples/quote-of-the-day/package.json b/examples/quote-of-the-day/package.json index 8a46357..2ec1480 100644 --- a/examples/quote-of-the-day/package.json +++ b/examples/quote-of-the-day/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "@azure/app-configuration-provider": "latest", - "@microsoft/feature-management": "2.1.0", - "@microsoft/feature-management-applicationinsights-node": "2.1.0", + "@microsoft/feature-management": "latest", + "@microsoft/feature-management-applicationinsights-node": "latest", "applicationinsights": "^2.9.6", "dotenv": "^16.5.0", "express": "^4.19.2" diff --git a/src/feature-management-applicationinsights-browser/package.json b/src/feature-management-applicationinsights-browser/package.json index 00f792e..aa5ecf4 100644 --- a/src/feature-management-applicationinsights-browser/package.json +++ b/src/feature-management-applicationinsights-browser/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/feature-management-applicationinsights-browser", - "version": "2.1.0", + "version": "2.2.0", "description": "Feature Management Application Insights Plugin for Browser provides a solution for sending feature flag evaluation events produced by the Feature Management library.", "main": "./dist/esm/index.js", "module": "./dist/esm/index.js", @@ -46,7 +46,7 @@ }, "dependencies": { "@microsoft/applicationinsights-web": "^3.3.2", - "@microsoft/feature-management": "2.1.0" + "@microsoft/feature-management": "2.2.0" } } \ No newline at end of file diff --git a/src/feature-management-applicationinsights-browser/src/version.ts b/src/feature-management-applicationinsights-browser/src/version.ts index 0200538..f61789c 100644 --- a/src/feature-management-applicationinsights-browser/src/version.ts +++ b/src/feature-management-applicationinsights-browser/src/version.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const VERSION = "2.1.0"; +export const VERSION = "2.2.0"; diff --git a/src/feature-management-applicationinsights-node/package.json b/src/feature-management-applicationinsights-node/package.json index af65e8b..449b68d 100644 --- a/src/feature-management-applicationinsights-node/package.json +++ b/src/feature-management-applicationinsights-node/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/feature-management-applicationinsights-node", - "version": "2.1.0", + "version": "2.2.0", "description": "Feature Management Application Insights Plugin for Node.js provides a solution for sending feature flag evaluation events produced by the Feature Management library.", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", @@ -45,7 +45,7 @@ }, "dependencies": { "applicationinsights": "^2.9.6", - "@microsoft/feature-management": "2.1.0" + "@microsoft/feature-management": "2.2.0" } } \ No newline at end of file diff --git a/src/feature-management-applicationinsights-node/src/version.ts b/src/feature-management-applicationinsights-node/src/version.ts index 0200538..f61789c 100644 --- a/src/feature-management-applicationinsights-node/src/version.ts +++ b/src/feature-management-applicationinsights-node/src/version.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const VERSION = "2.1.0"; +export const VERSION = "2.2.0"; diff --git a/src/feature-management/package-lock.json b/src/feature-management/package-lock.json index a4153b7..6bd31c8 100644 --- a/src/feature-management/package-lock.json +++ b/src/feature-management/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/feature-management", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/feature-management", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@playwright/test": "^1.46.1", diff --git a/src/feature-management/package.json b/src/feature-management/package.json index ac13096..ec359e3 100644 --- a/src/feature-management/package.json +++ b/src/feature-management/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/feature-management", - "version": "2.1.0", + "version": "2.2.0", "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.", "main": "./dist/commonjs/index.js", "module": "./dist/esm/index.js", diff --git a/src/feature-management/src/version.ts b/src/feature-management/src/version.ts index 816cce6..d0da8b8 100644 --- a/src/feature-management/src/version.ts +++ b/src/feature-management/src/version.ts @@ -1,5 +1,5 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const VERSION = "2.1.0"; +export const VERSION = "2.2.0"; export const EVALUATION_EVENT_VERSION = "1.0.0";