Skip to content

Commit 9e145df

Browse files
committed
version 2.0.3
1 parent 0c72d15 commit 9e145df

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="2.0.3"></a>
2+
# [2.0.3](https://github.com/FlaxHaxx/angular-input-types/compare/2.0.2...2.0.3) (2017-11-05)
3+
4+
## Bug fixes
5+
* **Number input:** Prefilled values formatted. Decimals attribute changed number of decimals for all *number inputs*. Validation fixed.
6+
17
<a name="2.0.2"></a>
28
# [2.0.2](https://github.com/FlaxHaxx/angular-input-types/compare/2.0.1...2.0.2) (2017-09-19)
39

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-input-types",
33
"description": "AngularJS directives used on form inputs. Makes it easy for the users to input the correct information using autocomplete and validation.",
4-
"version": "2.0.3-SNAPSHOT",
4+
"version": "2.0.3",
55
"license": "MIT",
66
"author": "Jon Wikman",
77
"homepage": "https://github.com/FlaxHaxx/angular-input-types",
@@ -32,8 +32,8 @@
3232
"karma": "^1.7.1",
3333
"karma-jasmine": "^1.1.0",
3434
"karma-phantomjs-launcher": "^1.0.4",
35-
"karma-webpack": "^2.0.4",
36-
"webpack": "~3.6.0"
35+
"karma-webpack": "^2.0.5",
36+
"webpack": "~3.8.1"
3737
},
3838
"scripts": {
3939
"build": "webpack",

0 commit comments

Comments
 (0)