Skip to content

Commit 696d5b8

Browse files
committed
feat(version): add to component properties
1 parent 0191b4e commit 696d5b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",

src/client/scripts/rb-checkbox.js

+1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)