Skip to content

Commit

Permalink
chore(bump): v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jul 12, 2019
1 parent 020efaf commit ae34f95
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.18](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.17...v0.0.18) (2019-07-12)


### Dependencies

* **bump:** dep base v0.0.11



## [0.0.17](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.16...v0.0.17) (2019-07-05)


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.17",
"version": "0.0.18",
"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-popover",
"version": "0.0.17",
"version": "0.0.18",
"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.17';
this.version = '0.0.18';
this.state = {
coords: { popover: {}, pointer: {} },
hasContent: false,
Expand Down

0 comments on commit ae34f95

Please sign in to comment.