Skip to content

Commit eaa1042

Browse files
authored
Merge pull request #2471 from devtron-labs/chore/rc-29-bump
chore: bump common to 1.7.0
2 parents ef608da + 12eef21 commit eaa1042

File tree

10 files changed

+118
-22
lines changed

10 files changed

+118
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "dashboard",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.6.14",
7+
"@devtron-labs/devtron-fe-common-lib": "1.7.0",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/Pages/GlobalConfigurations/Authorization/UserPermissions/DeleteUserPermission.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
import {
218
USER_PERMISSION_DELETE_CONFIRMATION_MESSAGE,
319
DeleteComponentsName,

src/Pages/GlobalConfigurations/ClustersAndEnvironments/EnvironmentDeleteComponent.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
import { DeleteComponentsName } from '@Config/constantMessaging'
218
import { DeleteConfirmationModal, ERROR_STATUS_CODE, DC_DELETE_SUBTITLES } from '@devtron-labs/devtron-fe-common-lib'
319
import { EnvironmentDeleteComponentProps } from './ClusterEnvironmentDrawer/types'

src/Pages/Shared/ApplicationDeletionInfo/ApplicationDeletionInfo.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
import { ApplicationDeletionInfoProps } from './types'
218

319
export const ApplicationDeletionInfo = ({ isPresetValue }: ApplicationDeletionInfoProps) =>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
export interface ApplicationDeletionInfoProps {
218
isPresetValue?: boolean
319
}

src/assets/icons/ic-rollback-medium.svg

Lines changed: 16 additions & 0 deletions
Loading

src/components/app/list-new/AppList.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
*/
1616

1717
/* eslint-disable jsx-a11y/anchor-is-valid */
18-
/*
19-
* Copyright (c) 2024. Devtron Inc.
20-
*
21-
* Licensed under the Apache License, Version 2.0 (the "License");
22-
* you may not use this file except in compliance with the License.
23-
* You may obtain a copy of the License at
24-
*
25-
* http://www.apache.org/licenses/LICENSE-2.0
26-
*
27-
* Unless required by applicable law or agreed to in writing, software
28-
* distributed under the License is distributed on an "AS IS" BASIS,
29-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30-
* See the License for the specific language governing permissions and
31-
* limitations under the License.
32-
*/
33-
3418
import React, { useState, useEffect, useMemo } from 'react'
3519
import {
3620
Switch,

src/components/v2/values/chartValuesDiff/DeleteChartDialog.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
import { DELETE_ACTION } from '@Config/constants'
218
import { ApplicationDeletionInfo } from '@Pages/Shared/ApplicationDeletionInfo/ApplicationDeletionInfo'
319
import { ConfirmationModal, ConfirmationModalVariantType } from '@devtron-labs/devtron-fe-common-lib'

src/stories/Textarea.stories.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright (c) 2024. Devtron Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
import type { Meta, StoryObj } from '@storybook/react'
218
import { action } from '@storybook/addon-actions'
319
import { ComponentSizeType, Textarea, TextareaProps } from '@devtron-labs/devtron-fe-common-lib'

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,10 +1096,10 @@
10961096
dependencies:
10971097
"@jridgewell/trace-mapping" "0.3.9"
10981098

1099-
"@devtron-labs/devtron-fe-common-lib@1.6.14":
1100-
version "1.6.14"
1101-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.6.14.tgz#60a7fe16c2cc37ab8bea2afe567013498a7cc8fc"
1102-
integrity sha512-CL8RJ4PRD9ooxhmOAqwIxM/aLJafTofN9O59RoO1ODKNr8uQepLNRprUxE+OsK5T/EzDKKL7IOev9bTcSdeOPQ==
1099+
"@devtron-labs/devtron-fe-common-lib@1.7.0":
1100+
version "1.7.0"
1101+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.7.0.tgz#793cab7ad0a5394a1d753c22b7be1852d97f5745"
1102+
integrity sha512-eQYCXECZPIH5p10ZWpbor/KfhIjAdVdtSVXJdzzw1P3CGUqU1jatbc/JtmtL4gxfJxGUDu3R9FerKgRidvoviw==
11031103
dependencies:
11041104
"@codemirror/lang-json" "6.0.1"
11051105
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)