Skip to content

Commit

Permalink
chore(bump): v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jul 16, 2019
1 parent 3d5c48b commit 269cfbc
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.11](https://github.com/rapid-build-ui/rb-modal/compare/v0.0.10...v0.0.11) (2019-07-16)


### Dependencies

* **bump:** deps base v0.0.12 and rb-button v0.0.19 ([77f3e60](https://github.com/rapid-build-ui/rb-modal/commit/77f3e60))



## [0.0.10](https://github.com/rapid-build-ui/rb-modal/compare/v0.0.9...v0.0.10) (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-modal-project",
"version": "0.0.10",
"version": "0.0.11",
"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-modal",
"version": "0.0.10",
"version": "0.0.11",
"main": "scripts/rb-modal.js",
"description": "Rapid Build UI Web Component: rb-modal",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/client/scripts/rb-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class RbModal extends RbBase() {
************/
constructor() {
super();
this.version = '0.0.10';
this.version = '0.0.11';
this.state = {
slots: {
header: false,
Expand Down

0 comments on commit 269cfbc

Please sign in to comment.