Skip to content

Commit 9282df9

Browse files
committed
chore(bump): v0.0.3
1 parent a41b95a commit 9282df9

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.0.3](https://github.com/rapid-build-ui/rb-base/compare/v0.0.2...v0.0.3) (2018-09-14)
2+
3+
4+
### Features
5+
6+
* **lit-html:** bump to v0.11.3 and expose it's two new view directives classMap and styleMap ([2867f88](https://github.com/rapid-build-ui/rb-base/commit/2867f88))
7+
* **this.rb.elms:** provide namespace for storing component elements via this.rb.elms property ([41ad0b7](https://github.com/rapid-build-ui/rb-base/commit/41ad0b7))
8+
9+
10+
111
## [0.0.2](https://github.com/rapid-build-ui/rb-base/compare/v0.0.1...v0.0.2) (2018-09-05)
212

313

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.2",
3+
"version": "0.0.3",
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.2",
3+
"version": "0.0.3",
44
"main": "scripts/rb-base.js",
55
"description": "Rapid Build UI Web Components Base Class: rb-base",
66
"license": "MIT",

src/server/package-lock.json

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

src/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rb-base-server",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Rapid Build UI Web Component Server: rb-base",
55
"license": "MIT",
66
"engines": {

0 commit comments

Comments
 (0)