Skip to content

Commit b61e6c5

Browse files
committed
chore(bump): v0.0.7
1 parent 2b9c5c4 commit b61e6c5

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.0.7](https://github.com/rapid-build-ui/rb-checkbox/compare/v0.0.6...v0.0.7) (2019-07-05)
2+
3+
4+
### Features
5+
6+
* **version:** add to component properties accessible via this.version ([696d5b8](https://github.com/rapid-build-ui/rb-checkbox/commit/696d5b8))
7+
8+
9+
### Dependencies
10+
11+
* **bump deps:** ([4169e97](https://github.com/rapid-build-ui/rb-checkbox/commit/4169e97))
12+
* **form-control** to v0.0.9
13+
* **rb-base** to v0.0.10
14+
* **rb-popover** to v0.0.17
15+
16+
17+
118
## [0.0.6](https://github.com/rapid-build-ui/rb-checkbox/compare/v0.0.5...v0.0.6) (2019-05-09)
219

320

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rb-checkbox-project",
3-
"version": "0.0.6",
3+
"version": "0.0.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",

src/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapid-build-ui/rb-checkbox",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"main": "scripts/rb-checkbox.js",
55
"description": "Rapid Build UI Web Component: rb-checkbox",
66
"license": "MIT",

src/client/scripts/rb-checkbox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class RbCheckbox extends FormControl(RbBase()) {
1212
************/
1313
constructor() {
1414
super();
15-
this.version = '0.0.6';
15+
this.version = '0.0.7';
1616
this.state = {
1717
...super.state,
1818
value: undefined

0 commit comments

Comments
 (0)