Skip to content

Commit d0712be

Browse files
Merge pull request #994 from devtron-labs/feat/add-installing-devtron-img
chore: update version to 1.22.3 and add new illustration for installing Devtron
2 parents a03b2f6 + 3916628 commit d0712be

4 files changed

Lines changed: 165 additions & 3 deletions

File tree

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.22.2",
3+
"version": "1.22.3",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
Lines changed: 160 additions & 0 deletions
Loading

src/Shared/Components/Illustration/Illustration.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import ImgDevtronFreemium from '@Illustrations/img-devtron-freemium.webp'
88
import { ReactComponent as ImgFolderEmpty } from '@Illustrations/img-folder-empty.svg'
99
import { ReactComponent as ImgInstallFreemiumSaas } from '@Illustrations/img-install-freemium-saas.svg'
1010
import { ReactComponent as ImgInstallViaAwsMarketplace } from '@Illustrations/img-install-via-aws-marketplace.svg'
11+
import { ReactComponent as ImgInstallingDevtron } from '@Illustrations/img-installing-devtron.svg'
1112
import ImgManOnRocket from '@Illustrations/img-man-on-rocket.webp'
1213
import { ReactComponent as ImgMechanicalOperation } from '@Illustrations/img-mechanical-operation.svg'
1314
import { ReactComponent as ImgNoBackupLocation } from '@Illustrations/img-no-backup-location.svg'
@@ -25,6 +26,7 @@ export const illustrationMap = {
2526
'img-folder-empty': ImgFolderEmpty,
2627
'img-install-freemium-saas': ImgInstallFreemiumSaas,
2728
'img-install-via-aws-marketplace': ImgInstallViaAwsMarketplace,
29+
'img-installing-devtron': ImgInstallingDevtron,
2830
'img-mechanical-operation': ImgMechanicalOperation,
2931
'img-no-backup-location': ImgNoBackupLocation,
3032
'img-no-restores': ImgNoRestores,

0 commit comments

Comments
 (0)