Skip to content

Commit

Permalink
chore(bump): v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jul 16, 2019
1 parent e62a5a7 commit 8597f60
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.12](https://github.com/rapid-build-ui/base/compare/v0.0.11...v0.0.12) (2019-07-16)


### Performance Improvements

* **minify deps:** lit-html and skatejs ([2f001d9](https://github.com/rapid-build-ui/base/commit/2f001d9))



## [0.0.11](https://github.com/rapid-build-ui/base/compare/v0.0.10...v0.0.11) (2019-07-12)


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": "base-project",
"version": "0.0.11",
"version": "0.0.12",
"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/base",
"version": "0.0.11",
"version": "0.0.12",
"main": "scripts/base.js",
"description": "Rapid Build UI Web Components Base Mixin",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/client/scripts/private/mixins/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Base = (BaseElm = HTMLElement) => class extends withUpdate(withRenderer(Ba
elms: {},
events: EventService.call(this),
view: ViewService.call(this),
versions: { base: '0.0.11' }
versions: { base: '0.0.12' }
}
}
disconnectedCallback() { // :void
Expand Down

0 comments on commit 8597f60

Please sign in to comment.