diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd83d6..ceb27bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.0.23](https://github.com/rapid-build-ui/rb-alert/compare/v0.0.22...v0.0.23) (2019-07-16) + + +### Dependencies + +* **bump:** deps rb ([b522f4d](https://github.com/rapid-build-ui/rb-alert/commit/b522f4d)) + + + ## [0.0.22](https://github.com/rapid-build-ui/rb-alert/compare/v0.0.21...v0.0.22) (2019-07-12) diff --git a/package-lock.json b/package-lock.json index 5427d75..d321af5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rb-alert-project", - "version": "0.0.22", + "version": "0.0.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd140ed..3723af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rb-alert-project", - "version": "0.0.22", + "version": "0.0.23", "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", diff --git a/src/client/package.json b/src/client/package.json index 6741529..e9b2ab9 100644 --- a/src/client/package.json +++ b/src/client/package.json @@ -1,6 +1,6 @@ { "name": "@rapid-build-ui/rb-alert", - "version": "0.0.22", + "version": "0.0.23", "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 d95ee60..1dce626 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.22'; + this.version = '0.0.23'; } viewReady() { // :void super.viewReady && super.viewReady();