Skip to content

Commit 8716fa3

Browse files
committed
chore: update version to 1.8.2-beta-3 in package.json and package-lock.json; add FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE to customEnv interface
1 parent 04f5d02 commit 8716fa3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.8.2-beta-2",
3+
"version": "1.8.2-beta-3",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ export interface customEnv {
7070
ENABLE_EXTERNAL_ARGO_CD: boolean
7171
API_BATCH_SIZE: number
7272
SERVICE_WORKER_TIMEOUT?: string
73+
/**
74+
* @default false
75+
*/
76+
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: boolean
7377
ORGANIZATION_NAME: string
7478
FEATURE_EXTERNAL_FLUX_CD_ENABLE: boolean
7579
/**

0 commit comments

Comments
 (0)