Skip to content

Commit 43c463a

Browse files
committed
chore(bump): v0.0.10
1 parent b7d2987 commit 43c463a

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.0.10](https://github.com/rapid-build-ui/rb-base/compare/v0.0.9...v0.0.10) (2019-07-05)
2+
3+
4+
### Features
5+
6+
* **version:** add to component properties accessible via this.rb.versions.base ([d2b091c](https://github.com/rapid-build-ui/rb-base/commit/d2b091c))
7+
8+
9+
### Performance Improvements
10+
11+
* **StylesService:** populate rb-style-helpers style tag via textContent instead of createTextNode ([72e7ecd](https://github.com/rapid-build-ui/rb-base/commit/72e7ecd))
12+
13+
14+
### Dependencies
15+
16+
* **bump:** dep lit-html to v1.1.0 ([77e872e](https://github.com/rapid-build-ui/rb-base/commit/77e872e))
17+
18+
19+
120
## [0.0.9](https://github.com/rapid-build-ui/rb-base/compare/v0.0.8...v0.0.9) (2019-05-09)
221

322

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rb-base-project",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"scripts": {
55
"build-continuous": "node node_modules/@rapid-build-ui/utils/ci component continuous",
66
"build-release": "node node_modules/@rapid-build-ui/utils/ci component release",

src/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapid-build-ui/rb-base",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"main": "scripts/rb-base.js",
55
"description": "Rapid Build UI Web Components Base Class: rb-base",
66
"license": "MIT",

src/client/scripts/private/mixins/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Base = (BaseElm = HTMLElement) => class extends withUpdate(withRenderer(Ba
1818
elms: {},
1919
events: EventService.call(this),
2020
view: ViewService.call(this),
21-
versions: { base: '0.0.9' }
21+
versions: { base: '0.0.10' }
2222
}
2323
}
2424
disconnectedCallback() { // :void

0 commit comments

Comments
 (0)