Skip to content

Commit

Permalink
Merge pull request #93 from Groww/develop
Browse files Browse the repository at this point in the history
develop -> main
  • Loading branch information
vikaz596 authored Aug 1, 2022
2 parents c30f5a8 + 52c7922 commit 866613e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ui-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/ui-toolkit",
"version": "0.2.1",
"version": "0.2.2",
"description": "A lightning nature UI",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ const defaultProps: DefaultProps = {

type RequiredProps = {
label?: string;
value: string;
onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
}


Expand Down

0 comments on commit 866613e

Please sign in to comment.