Skip to content

Commit f2c4ebe

Browse files
committed
chore(bump): v0.0.3
1 parent 0f56fa6 commit f2c4ebe

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.3](https://github.com/rapid-build-ui/rb-toggle/compare/v0.0.2...v0.0.3) (2019-07-12)
2+
3+
4+
### Dependencies
5+
6+
* **bump:** dep base v0.0.11
7+
8+
9+
110
## [0.0.2](https://github.com/rapid-build-ui/rb-toggle/compare/v0.0.1...v0.0.2) (2019-07-05)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rb-toggle-project",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"scripts": {
55
"build-continuous": "node node_modules/@rapid-build-ui/cli/ci component continuous",
66
"build-release": "node node_modules/@rapid-build-ui/cli/ci component release",

src/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapid-build-ui/rb-toggle",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "scripts/rb-toggle.js",
55
"description": "Rapid Build UI Web Component: rb-toggle",
66
"license": "MIT",

src/client/scripts/rb-toggle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class RbToggle extends RbBase() {
1616
************/
1717
constructor() { // :void
1818
super();
19-
this.version = '0.0.2';
19+
this.version = '0.0.3';
2020
this.state = {
2121
...super.state,
2222
preloading: false

0 commit comments

Comments
 (0)