Skip to content

Commit

Permalink
Bumped version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlgj committed Aug 20, 2014
1 parent e7ff79a commit 36afb3f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.7.2
------
* Add-ons now have their own repos, and there is a colorpicker!
* 'arrayIndex' is exposed as a locals in conditionals
* New tab in tabarrays gets focus.
* We now follow google javscript code guidelines, policed by jscs.

v0.7.1
------
Thanks to @torstenrudolf, this release is basically his PR:s.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dist/bootstrap-decorator.min.js",
"dist/bootstrap-datepicker.min.js"
],
"version": "0.7.1",
"version": "0.7.2",
"authors": [
"Textalk",
"David Jensen <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
"version": "0.7.1",
"version": "0.7.2",
"description": "Create forms from a JSON schema",
"scripts": {
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"
Expand Down

0 comments on commit 36afb3f

Please sign in to comment.