Skip to content

Commit cac409b

Browse files
committed
chore: version bump
1 parent 1fda12b commit cac409b

3 files changed

Lines changed: 4 additions & 4 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.12.0-ath-1",
3+
"version": "1.12.0-ath-2",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/Confetti/Confetti.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
import { ComponentProps } from 'react'
18-
import Snow from 'react-canvas-confetti/dist/presets/snow'
1918
import Pride from 'react-canvas-confetti/dist/presets/pride'
19+
import Snow from 'react-canvas-confetti/dist/presets/snow'
2020

2121
export const SnowConfetti = () => {
2222
const decorateOptions: ComponentProps<typeof Snow>['decorateOptions'] = (options) => ({

0 commit comments

Comments
 (0)