From cd368d61147d98f834cfe9f1489d3260b508327a Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Tue, 20 May 2025 14:38:46 +0800 Subject: [PATCH] version bump 2.1.0 --- examples/express-app/package.json | 2 +- examples/quote-of-the-day/package.json | 4 ++-- .../package.json | 6 +++--- .../src/version.ts | 2 +- .../package.json | 6 +++--- .../src/version.ts | 2 +- src/feature-management/package-lock.json | 4 ++-- src/feature-management/package.json | 4 ++-- src/feature-management/src/version.ts | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/express-app/package.json b/examples/express-app/package.json index e1086a2..c9094e9 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-preview.1", + "@microsoft/feature-management": "2.1.0", "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 da47d1c..8a46357 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-preview.1", - "@microsoft/feature-management-applicationinsights-node": "2.1.0-preview.1", + "@microsoft/feature-management": "2.1.0", + "@microsoft/feature-management-applicationinsights-node": "2.1.0", "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 01e6a00..00f792e 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-preview.1", + "version": "2.1.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", @@ -26,7 +26,7 @@ }, "license": "MIT", "publishConfig": { - "tag": "preview" + "tag": "latest" }, "bugs": { "url": "https://github.com/microsoft/FeatureManagement-JavaScript/issues" @@ -46,7 +46,7 @@ }, "dependencies": { "@microsoft/applicationinsights-web": "^3.3.2", - "@microsoft/feature-management": "2.1.0-preview.1" + "@microsoft/feature-management": "2.1.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 4a665a7..0200538 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-preview.1"; +export const VERSION = "2.1.0"; diff --git a/src/feature-management-applicationinsights-node/package.json b/src/feature-management-applicationinsights-node/package.json index 1e79509..af65e8b 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-preview.1", + "version": "2.1.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", @@ -25,7 +25,7 @@ }, "license": "MIT", "publishConfig": { - "tag": "preview" + "tag": "latest" }, "bugs": { "url": "https://github.com/microsoft/FeatureManagement-JavaScript/issues" @@ -45,7 +45,7 @@ }, "dependencies": { "applicationinsights": "^2.9.6", - "@microsoft/feature-management": "2.1.0-preview.1" + "@microsoft/feature-management": "2.1.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 4a665a7..0200538 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-preview.1"; +export const VERSION = "2.1.0"; diff --git a/src/feature-management/package-lock.json b/src/feature-management/package-lock.json index 096097f..cb413c2 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-preview.1", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/feature-management", - "version": "2.1.0-preview.1", + "version": "2.1.0", "license": "MIT", "devDependencies": { "@playwright/test": "^1.46.1", diff --git a/src/feature-management/package.json b/src/feature-management/package.json index f68c288..bc9a10b 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-preview.1", + "version": "2.1.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", @@ -27,7 +27,7 @@ }, "license": "MIT", "publishConfig": { - "tag": "preview" + "tag": "latest" }, "bugs": { "url": "https://github.com/microsoft/FeatureManagement-JavaScript/issues" diff --git a/src/feature-management/src/version.ts b/src/feature-management/src/version.ts index 1174509..816cce6 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-preview.1"; +export const VERSION = "2.1.0"; export const EVALUATION_EVENT_VERSION = "1.0.0";