Skip to content

Commit ac957fe

Browse files
committed
chore: bump version to 1.20.2-beta-8, add new Devtron freemium illustrations
1 parent 1693c47 commit ac957fe

File tree

5 files changed

+7
-3
lines changed

5 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.20.2-beta-7",
3+
"version": "1.20.2-beta-8",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
4.25 KB
Loading
8.75 KB
Loading

src/Shared/Components/Illustration/Illustration.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import ImgCode from '@Illustrations/img-code.webp'
44
import ImgDevtronFreemium from '@Illustrations/img-devtron-freemium.webp'
5+
import ImgDevtronFreemium289x40 from '@Illustrations/img-devtron-freemium-289x40.webp'
6+
import ImgDevtronFreemium578x80 from '@Illustrations/img-devtron-freemium-578x80.webp'
57
import ImgManOnRocket from '@Illustrations/img-man-on-rocket.webp'
68
import { ReactComponent as ImgMechanicalOperation } from '@Illustrations/img-mechanical-operation.svg'
79
import ImgNoResult from '@Illustrations/img-no-result.webp'
@@ -13,6 +15,8 @@ import { IllustrationBaseProps } from './types'
1315
export const illustrationMap = {
1416
'img-mechanical-operation': ImgMechanicalOperation,
1517
'img-code': ImgCode,
18+
'img-devtron-freemium-289x40': ImgDevtronFreemium289x40,
19+
'img-devtron-freemium-578x80': ImgDevtronFreemium578x80,
1620
'img-devtron-freemium': ImgDevtronFreemium,
1721
'img-man-on-rocket': ImgManOnRocket,
1822
'img-no-result': ImgNoResult,

0 commit comments

Comments
 (0)