Skip to content

Commit d25e0f7

Browse files
Merge pull request #462 from devtron-labs/feat/rb-sync-cluster
chore: bump version to 1.2.16 and update ALL_NAMESPACE_OPTION type
2 parents 851f2f5 + 9fabc9a commit d25e0f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2.15",
3+
"version": "1.2.16",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { SelectPickerOptionType } from '@Shared/Components'
22

3-
export const ALL_NAMESPACE_OPTION: Readonly<Pick<SelectPickerOptionType, 'value' | 'label'>> = {
3+
export const ALL_NAMESPACE_OPTION: Readonly<Pick<SelectPickerOptionType<string>, 'value' | 'label'>> = {
44
value: 'all',
55
label: 'All namespaces',
66
}

0 commit comments

Comments
 (0)