Skip to content

Commit

Permalink
chore(bump): v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Sep 14, 2018
1 parent 0c90c52 commit d142641
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.0.10](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.9...v0.0.10) (2018-09-14)


### Dependency Updates

* **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



## [0.0.9](https://github.com/rapid-build-ui/rb-popover/compare/v0.0.8...v0.0.9) (2018-09-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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"main": "scripts/rb-popover.js",
"description": "Rapid Build UI Web Component: rb-popover",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/server/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 src/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rb-popover-server",
"version": "0.0.9",
"version": "0.0.10",
"main": "routes.js",
"description": "Rapid Build UI Web Component Server: rb-popover",
"license": "MIT",
Expand Down

0 comments on commit d142641

Please sign in to comment.