Skip to content

Commit

Permalink
chore(bump): v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Feb 24, 2019
1 parent b981160 commit ad2a2c2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.0.14](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.13...v0.0.14) (2019-02-24)


### Features

* **new api option:** icon-valign ([5dcb10f](https://github.com/rapid-build-ui/rb-popover/commit/5dcb10f))
* **new api option pin:** popover only closes by clicking the trigger ([62dcfd0](https://github.com/rapid-build-ui/rb-popover/commit/62dcfd0))
* **responsive:** ensure popover fits in small devices viewport ([2241fcb](https://github.com/rapid-build-ui/rb-popover/commit/2241fcb))
* **styling:** set host to inline-block incase consumer wants to add bumpers ([af5d09f](https://github.com/rapid-build-ui/rb-popover/commit/af5d09f))


### Dependencies

* **bump:** deps rb-base v0.0.7 and rb-button v0.0.14 ([4e521c4](https://github.com/rapid-build-ui/rb-popover/commit/4e521c4))



## [0.0.13](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.12...v0.0.13) (2018-12-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.13",
"version": "0.0.14",
"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.13",
"version": "0.0.14",
"main": "scripts/rb-popover.js",
"description": "Rapid Build UI Web Component: rb-popover",
"license": "MIT",
Expand Down

0 comments on commit ad2a2c2

Please sign in to comment.