Skip to content

Commit

Permalink
chore(bump): v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rapidbuildui committed Jul 5, 2019
1 parent a77e5f1 commit a1dfaf7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [0.0.17](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.16...v0.0.17) (2019-07-05)


### Bug Fixes

* **positioning:** bump the z-index to 200 so it appears over nav ([9ced323](https://github.com/rapid-build-ui/rb-popover/commit/9ced323))


### Features

* **onclick:** new api option, execute a function when opening popover via click ([dde7b02](https://github.com/rapid-build-ui/rb-popover/commit/dde7b02))
* **version:** add to component properties accessible via this.version ([42d285f](https://github.com/rapid-build-ui/rb-popover/commit/42d285f))


### Dependencies

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



## [0.0.16](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.15...v0.0.16) (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-popover-project",
"version": "0.0.16",
"version": "0.0.17",
"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-popover",
"version": "0.0.16",
"version": "0.0.17",
"main": "scripts/rb-popover.js",
"description": "Rapid Build UI Web Component: rb-popover",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/client/scripts/rb-popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
************/
constructor() {
super();
this.version = '0.0.16';
this.version = '0.0.17';
this.state = {
coords: { popover: {}, pointer: {} },
hasContent: false,
Expand Down

0 comments on commit a1dfaf7

Please sign in to comment.