diff --git a/package.json b/package.json index 46f1883..e9cd686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-text-support-mixins", - "version": "2.0.0-rc.0", + "version": "2.0.2-rc.0", "description": "Ember.TextSupport enhancements including a {{input-text}} and {{text-area}} component.", "keywords": [ "Autofocus", diff --git a/tests/dummy/app/templates/application.hbs b/tests/dummy/app/templates/application.hbs index 2b1f86d..fd4f109 100644 --- a/tests/dummy/app/templates/application.hbs +++ b/tests/dummy/app/templates/application.hbs @@ -81,12 +81,10 @@
- npm version - + npm version built with ember-cli-2.18 - + src="https://img.shields.io/badge/Built_With_ember--cli-2.18.2-orange.svg"> click to copy install command
diff --git a/tests/dummy/app/templates/demo/input-text-select-text.hbs b/tests/dummy/app/templates/demo/input-text-select-text.hbs index bd48fee..383a6dc 100644 --- a/tests/dummy/app/templates/demo/input-text-select-text.hbs +++ b/tests/dummy/app/templates/demo/input-text-select-text.hbs @@ -14,7 +14,7 @@
- + {{input-text aria-describedby="js-text-select-helpblock" class="form-control" @@ -27,7 +27,7 @@
- + {{input-text aria-describedby="js-text-select-off-helpblock" class="form-control" diff --git a/tests/dummy/app/templates/demo/text-area-select-text.hbs b/tests/dummy/app/templates/demo/text-area-select-text.hbs index 14f5860..6bd80cf 100644 --- a/tests/dummy/app/templates/demo/text-area-select-text.hbs +++ b/tests/dummy/app/templates/demo/text-area-select-text.hbs @@ -14,7 +14,7 @@
- + {{text-area aria-describedby="js-text-area-select-helpblock" class="form-control" @@ -27,7 +27,7 @@
- + {{text-area aria-describedby="js-text-area-select-off-helpblock" class="form-control"