Skip to content

Commit

Permalink
chore(all): prepare release 0.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 16, 2015
1 parent 3231c77 commit 4876748
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating",
"version": "0.13.10",
"version": "0.13.11",
"description": "An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ define(['exports', 'core-js', 'aurelia-metadata', 'aurelia-path', 'aurelia-loade
}
}

return viewEngine.loadViewFactory(this.registryEntry, options, this.moduleId, loadContext);
return viewEngine.loadViewFactory(entry, options, this.moduleId, loadContext);
};

return InlineViewStrategy;
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ var InlineViewStrategy = (function (_ViewStrategy5) {
}
}

return viewEngine.loadViewFactory(this.registryEntry, options, this.moduleId, loadContext);
return viewEngine.loadViewFactory(entry, options, this.moduleId, loadContext);
};

return InlineViewStrategy;
Expand Down
2 changes: 1 addition & 1 deletion dist/es6/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export class InlineViewStrategy extends ViewStrategy {
}
}

return viewEngine.loadViewFactory(this.registryEntry, options, this.moduleId, loadContext);
return viewEngine.loadViewFactory(entry, options, this.moduleId, loadContext);
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export class InlineViewStrategy extends ViewStrategy {
}
}

return viewEngine.loadViewFactory(this.registryEntry, options, this.moduleId, loadContext);
return viewEngine.loadViewFactory(entry, options, this.moduleId, loadContext);
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/system/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ System.register(['core-js', 'aurelia-metadata', 'aurelia-path', 'aurelia-loader'
}
}

return viewEngine.loadViewFactory(this.registryEntry, options, this.moduleId, loadContext);
return viewEngine.loadViewFactory(entry, options, this.moduleId, loadContext);
};

return InlineViewStrategy;
Expand Down
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.13.11 (2015-07-16)


#### Bug Fixes

* **view-strategy:** incorrect variable reference ([3231c77b](http://github.com/aurelia/templating/commit/3231c77b88fecf1364db645631004408c6e9e8c0))


### 0.13.10 (2015-07-16)


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": "aurelia-templating",
"version": "0.13.10",
"version": "0.13.11",
"description": "An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 4876748

Please sign in to comment.