Skip to content

Commit 3f67344

Browse files
committed
chore(bump): v0.0.5
1 parent 5b96421 commit 3f67344

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.0.5](https://github.com/rapid-build-ui/form-control/compare/v0.0.4...v0.0.5) (2018-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **validation:** array required ([42c4ee3](https://github.com/rapid-build-ui/form-control/commit/42c4ee3))
7+
8+
9+
### Features
10+
11+
* **bump:** dep rb-base v0.0.6 ([d90c704](https://github.com/rapid-build-ui/form-control/commit/d90c704))
12+
* **validation:** set validity for children form controls ([3504dd1](https://github.com/rapid-build-ui/form-control/commit/3504dd1))
13+
14+
15+
116
## [0.0.4](https://github.com/rapid-build-ui/form-control/compare/v0.0.3...v0.0.4) (2018-11-13)
217

318

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": "form-control-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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rapid-build-ui/form-control",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "scripts/form-control.js",
55
"description": "Rapid Build UI Web Components Mixin for all Form Controls: form-control",
66
"license": "MIT",

0 commit comments

Comments
 (0)