File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44 "scripts" : {
55 "build-continuous" : " node node_modules/@rapid-build-ui/utils/ci component continuous" ,
66 "build-release" : " node node_modules/@rapid-build-ui/utils/ci component release" ,
7- "bump" : " node node_modules/@rapid-build-ui/utils/bump component patch" ,
7+ "bump" : " node node_modules/@rapid-build-ui/utils/bump component patch src/client/scripts/rb-checkbox.js " ,
88 "link" : " cd dist/client/ && yarn link" ,
99 "unlink" : " cd dist/client/ && yarn unlink" ,
1010 "relink" : " npm run link && npm run unlink && npm run link" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export class RbCheckbox extends FormControl(RbBase()) {
1212 ************/
1313 constructor ( ) {
1414 super ( ) ;
15+ this . version = '0.0.6' ;
1516 this . state = {
1617 ...super . state ,
1718 value : undefined
You can’t perform that action at this time.
0 commit comments