Skip to content

Commit 719dae1

Browse files
committed
chore(bump): v0.0.5
1 parent 3e0951e commit 719dae1

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.0.5](https://github.com/rapid-build-ui/rb-checkbox/compare/v0.0.4...v0.0.5) (2019-03-05)
2+
3+
4+
### Dependencies
5+
6+
* **bump deps:** ([f9e355c](https://github.com/rapid-build-ui/rb-checkbox/commit/f9e355c))
7+
* **form-control** to v0.0.7
8+
* **rb-base** to v0.0.8
9+
* **rb-popover** to v0.0.15
10+
11+
12+
113
## [0.0.4](https://github.com/rapid-build-ui/rb-checkbox/compare/v0.0.3...v0.0.4) (2019-02-24)
214

315

@@ -14,9 +26,9 @@
1426
### Dependencies
1527

1628
* **bump deps:** ([1b635de](https://github.com/rapid-build-ui/rb-checkbox/commit/1b635de))
29+
* **form-control** to v0.0.6
1730
* **rb-base** to v0.0.7
1831
* **rb-popover** to v0.0.14
19-
* **form-control** to v0.0.6
2032

2133

2234

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-checkbox-project",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
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-checkbox",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "scripts/rb-checkbox.js",
55
"description": "Rapid Build UI Web Component: rb-checkbox",
66
"license": "MIT",

0 commit comments

Comments
 (0)