Skip to content

Commit

Permalink
chore(bump): v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Dec 5, 2018
1 parent 0a3478a commit dc0d907
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [0.0.13](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.12...v0.0.13) (2018-12-05)


### Bug Fixes

* **event:** ensure window click event fires first ([813c36f](https://github.com/rapid-build-ui/rb-popover/commit/813c36f))


### Features

* **bump:** deps rb-base v0.0.6 and rb-button v0.0.13 ([6b37df5](https://github.com/rapid-build-ui/rb-popover/commit/6b37df5))
* **css variables:** add and expose them ([0b827c3](https://github.com/rapid-build-ui/rb-popover/commit/0b827c3))
* **hidden attribute:** display style that respects the hidden attribute ([a0e31f3](https://github.com/rapid-build-ui/rb-popover/commit/a0e31f3))


### Performance Improvements

* **css:** improve browser performance by adding css contain property ([e26a08c](https://github.com/rapid-build-ui/rb-popover/commit/e26a08c))



## [0.0.12](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.11...v0.0.12) (2018-11-13)


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.12",
"version": "0.0.13",
"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.12",
"version": "0.0.13",
"main": "scripts/rb-popover.js",
"description": "Rapid Build UI Web Component: rb-popover",
"license": "MIT",
Expand Down

0 comments on commit dc0d907

Please sign in to comment.