Skip to content

Commit e40801a

Browse files
committed
chore(bump): v0.0.11
1 parent f6f1bda commit e40801a

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.11](https://github.com/rapid-build-ui/form-control/compare/v0.0.10...v0.0.11) (2019-07-16)
2+
3+
4+
### Dependencies
5+
6+
* **bump:** dep base v0.0.12 ([0461a96](https://github.com/rapid-build-ui/form-control/commit/0461a96))
7+
8+
9+
110
## [0.0.10](https://github.com/rapid-build-ui/form-control/compare/v0.0.9...v0.0.10) (2019-07-12)
211

312

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.10",
3+
"version": "0.0.11",
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

+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.10",
3+
"version": "0.0.11",
44
"main": "scripts/form-control.js",
55
"description": "Rapid Build UI Web Components Mixin for all Form Controls: form-control",
66
"license": "MIT",

src/client/scripts/private/mixins/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Defaults = BaseElm => class extends BaseElm {
99
************/
1010
constructor() {
1111
super();
12-
Object.assign(this.rb.versions, { formControl: '0.0.10' });
12+
Object.assign(this.rb.versions, { formControl: '0.0.11' });
1313
// formControl: elm, focusElm and isTextarea set in component
1414
this.rb.formControl = {
1515
elm: null, // form control element for setCustomValidity

0 commit comments

Comments
 (0)