Commit 696d5b8 1 parent 0191b4e commit 696d5b8 Copy full SHA for 696d5b8
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"build-continuous" : " node node_modules/@rapid-build-ui/utils/ci component continuous" ,
6
6
"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 " ,
8
8
"link" : " cd dist/client/ && yarn link" ,
9
9
"unlink" : " cd dist/client/ && yarn unlink" ,
10
10
"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()) {
12
12
************/
13
13
constructor ( ) {
14
14
super ( ) ;
15
+ this . version = '0.0.6' ;
15
16
this . state = {
16
17
...super . state ,
17
18
value : undefined
You can’t perform that action at this time.
0 commit comments