Skip to content

Commit 12af473

Browse files
committed
Merge branch 'main' into feat/commit-card-ui
2 parents 77b6fc0 + 24aca7e commit 12af473

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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": "0.1.15-beta-20",
3+
"version": "0.1.16-beta-1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface customEnv {
7171
HIDE_RESOURCE_WATCHER?: boolean
7272
ORGANIZATION_NAME?: string
7373
FEATURE_SCOPED_VARIABLE_ENVIRONMENT_LIST_ENABLE?: boolean
74+
FEATURE_IMAGE_PROMOTION_ENABLE?: boolean
7475
}
7576
declare global {
7677
interface Window {

0 commit comments

Comments
 (0)