Skip to content

Commit

Permalink
chore(bump): v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jul 16, 2019
1 parent 54c8a2a commit d38de75
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.9](https://github.com/rapid-build-ui/rb-checkbox/compare/v0.0.8...v0.0.9) (2019-07-16)


### Dependencies

* **bump:** deps rb ([2428458](https://github.com/rapid-build-ui/rb-checkbox/commit/2428458))



## [0.0.8](https://github.com/rapid-build-ui/rb-checkbox/compare/v0.0.7...v0.0.8) (2019-07-12)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rb-checkbox-project",
"version": "0.0.8",
"version": "0.0.9",
"scripts": {
"build-continuous": "node node_modules/@rapid-build-ui/cli/ci component continuous",
"build-release": "node node_modules/@rapid-build-ui/cli/ci component release",
Expand Down
2 changes: 1 addition & 1 deletion src/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapid-build-ui/rb-checkbox",
"version": "0.0.8",
"version": "0.0.9",
"main": "scripts/rb-checkbox.js",
"description": "Rapid Build UI Web Component: rb-checkbox",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/client/scripts/rb-checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class RbCheckbox extends FormControl(RbBase()) {
************/
constructor() {
super();
this.version = '0.0.8';
this.version = '0.0.9';
this.state = {
...super.state,
value: undefined
Expand Down

0 comments on commit d38de75

Please sign in to comment.