Skip to content

Commit

Permalink
chore(bump): v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
rapidbuildui committed Jul 5, 2019
1 parent 2abb363 commit 87cb901
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.0.21](https://github.com/rapid-build-ui/rb-alert/compare/v0.0.20...v0.0.21) (2019-07-05)


### Bug Fixes

* **popover:** from getting cut off ([e2e83c6](https://github.com/rapid-build-ui/rb-alert/commit/e2e83c6))


### Features

* **version:** add to component properties accessible via this.version ([f75c554](https://github.com/rapid-build-ui/rb-alert/commit/f75c554))


### Dependencies

* **bump:** deps rb-base v0.0.10 and rb-button v0.0.17 ([c7b5a1b](https://github.com/rapid-build-ui/rb-alert/commit/c7b5a1b))



## [0.0.20](https://github.com/rapid-build-ui/rb-alert/compare/v0.0.19...v0.0.20) (2019-05-09)


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-alert-project",
"version": "0.0.20",
"version": "0.0.21",
"scripts": {
"build-continuous": "node node_modules/@rapid-build-ui/utils/ci component continuous",
"build-release": "node node_modules/@rapid-build-ui/utils/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-alert",
"version": "0.0.20",
"version": "0.0.21",
"main": "scripts/rb-alert.js",
"description": "Rapid Build UI Web Component: rb-alert",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/client/scripts/rb-alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class RbAlert extends RbBase() {
************/
constructor() {
super();
this.version = '0.0.20';
this.version = '0.0.21';
}
viewReady() { // :void
super.viewReady && super.viewReady();
Expand Down

0 comments on commit 87cb901

Please sign in to comment.