Skip to content

Commit 492245e

Browse files
committed
chore(bump): v0.0.8
1 parent ffee025 commit 492245e

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.8](https://github.com/rapid-build-ui/rb-checkbox/compare/v0.0.7...v0.0.8) (2019-07-12)
2+
3+
4+
### Dependencies
5+
6+
* **bump:** dep base v0.0.11
7+
8+
9+
110
## [0.0.7](https://github.com/rapid-build-ui/rb-checkbox/compare/v0.0.6...v0.0.7) (2019-07-05)
211

312

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.7",
3+
"version": "0.0.8",
44
"scripts": {
55
"build-continuous": "node node_modules/@rapid-build-ui/cli/ci component continuous",
66
"build-release": "node node_modules/@rapid-build-ui/cli/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.7",
3+
"version": "0.0.8",
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.7';
15+
this.version = '0.0.8';
1616
this.state = {
1717
...super.state,
1818
value: undefined

0 commit comments

Comments
 (0)