Skip to content

Commit

Permalink
chore(bump): v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Sep 26, 2018
1 parent b8542e1 commit e13f9fb
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 9 deletions.
32 changes: 26 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,38 @@
## [0.0.11](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.10...v0.0.11) (2018-09-26)


### Dependencies

* **bump:** deps rb-base v0.0.4 and rb-button v0.0.11 ([9122287](https://github.com/rapid-build-ui/rb-popover/commit/9122287))


### BREAKING CHANGES

* **api option:** change icon to icon-kind ([d936ecc](https://github.com/rapid-build-ui/rb-popover/commit/d936ecc))

To migrate the code follow the example below:

**Before:**
icon="heart"

**Now:**
icon-kind="heart"



## [0.0.10](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.9...v0.0.10) (2018-09-14)


### Dependency Updates
### Dependencies

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



## [0.0.9](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.8...v0.0.9) (2018-09-05)


### Dependency Updates
### Dependencies

* **rb-base:** bump to v0.0.2 ([636d2ad](https://github.com/rapid-build-ui/rb-popover/commit/636d2ad))

Expand All @@ -21,7 +41,7 @@
## [0.0.8](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.7...v0.0.8) (2018-08-30)


### Dependency Updates
### Dependencies

* **rb-base:** replace deps lit-html and skatejs with @rapid-build-ui/rb-base and make corresponding updates ([d5ec78e](https://github.com/rapid-build-ui/rb-popover/commit/d5ec78e))

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

0 comments on commit e13f9fb

Please sign in to comment.