Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkp committed Mar 20, 2018
1 parent 0a0f3cb commit 0eb909a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.0.7 (2018/03/20)
=================

* fixed bower.json and added license fields to package.json

Version 2.0.3 (2018/03/16)
=================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular-vs-repeat v2.0.3
angular-vs-repeat v2.0.7
=================

Looking for a version for Angular 2?
Expand All @@ -8,7 +8,7 @@ Check out https://github.com/kamilkp/ng2-vs-for

---

### Breaking changes in v2.0.3
### Breaking changes in v2.x
* API changes for passing options. Options are now passed as an object to the `vs-repeat` attribute
instead of using separate attributes for each option (except for `vs-repeat-container`)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-vs-repeat",
"version": "2.0.3",
"version": "2.0.7",
"description": "Virtual Scroll for AngularJS ngRepeat directive",
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
"main": "dist/angular-vs-repeat.min.js",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-vs-repeat",
"version": "2.0.6",
"version": "2.0.7",
"description": "Virtual Scroll for AngularJS ngRepeat directive",
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
"license": "MIT",
Expand Down

0 comments on commit 0eb909a

Please sign in to comment.