diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e0ee6..81de0aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 4af9306..b6c4de1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rb-alert-project", - "version": "0.0.20", + "version": "0.0.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e437221..e4179ca 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/client/package.json b/src/client/package.json index 8a7cf41..07ded6b 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -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", diff --git a/src/client/scripts/rb-alert.js b/src/client/scripts/rb-alert.js index 29b37cc..280c312 100644 --- a/src/client/scripts/rb-alert.js +++ b/src/client/scripts/rb-alert.js @@ -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();