File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ v0.8.2
2
+ -------
3
+ * Fix embarrassing typo in package.json
4
+
1
5
v0.8.1
2
6
------
3
7
* Fixed order of error messages, thanks @davidlgj
Original file line number Diff line number Diff line change 4
4
" dist/schema-form.js" ,
5
5
" dist/bootstrap-decorator.js"
6
6
],
7
- "version" : " 0.8.1 " ,
7
+ "version" : " 0.8.2 " ,
8
8
"authors" : [
9
9
" Textalk" ,
10
10
" David Jensen <david.lgj@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-schema-form" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " Create complex forms from a JSON schema with angular." ,
5
5
"repository" : " Textalk/angular-schema-form" ,
6
6
"main" : " dist/schema-form.min.js" ,
13
13
" David Jensen <david.lgj@gmail.com> (https://github.com/davidlgj)" ,
14
14
" Denis Dervisevic <denis@dervisevic.se> (https://github.com/Dervisevic)" ,
15
15
" Cameron Edwards (https://github.com/cameronprattedwards)" ,
16
- " Mike Marcacci (https://github.com/mike-marcacci)" ,
16
+ " Mike Marcacci (https://github.com/mike-marcacci)"
17
17
],
18
18
"license" : " MIT" ,
19
19
"dependencies" : {
You can’t perform that action at this time.
0 commit comments