Skip to content

Commit 319dac7

Browse files
committed
chore: update version to 1.21.1-beta-1 and add new celebration SVG illustration
- Updated package.json and package-lock.json to version 1.21.1-beta-1 - Added new SVG illustration for celebration to the assets - Updated Illustration.tsx to include the new celebration illustration in the illustration map
1 parent 55f04e4 commit 319dac7

4 files changed

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

src/Shared/Components/Illustration/Illustration.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// NOTE: This file is auto-generated. Do not edit directly. Run the script `npm run generate-illustration` to update.
22

3+
import { ReactComponent as ImgCelebration } from '@Illustrations/img-celebration.svg'
34
import ImgCode from '@Illustrations/img-code.webp'
45
import ImgDevtronFreemium from '@Illustrations/img-devtron-freemium.webp'
56
import { ReactComponent as ImgInstallFreemiumSaas } from '@Illustrations/img-install-freemium-saas.svg'
@@ -14,6 +15,7 @@ import { IllustrationBase } from './IllustrationBase'
1415
import { IllustrationBaseProps } from './types'
1516

1617
export const illustrationMap = {
18+
'img-celebration': ImgCelebration,
1719
'img-install-freemium-saas': ImgInstallFreemiumSaas,
1820
'img-install-via-aws-marketplace': ImgInstallViaAwsMarketplace,
1921
'img-mechanical-operation': ImgMechanicalOperation,

0 commit comments

Comments
 (0)