Skip to content

Commit 02c45b9

Browse files
committed
chore(bump): v0.0.3
1 parent a233f50 commit 02c45b9

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.0.3](https://github.com/rapid-build-ui/form-control/compare/v0.0.2...v0.0.3) (2018-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **focus:** fix to focus first invalid element on form submit ([71882d5](https://github.com/rapid-build-ui/form-control/commit/71882d5))
7+
8+
9+
### Dependencies
10+
11+
* **bump:** dep rb-base v0.0.4 ([1d76155](https://github.com/rapid-build-ui/form-control/commit/1d76155))
12+
13+
14+
115
## [0.0.2](https://github.com/rapid-build-ui/form-control/compare/v0.0.1...v0.0.2) (2018-09-14)
216

317

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": "form-control-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/form-control",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
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)