From 4876748ce1ee9143b6908c3d6885762f2de45ba1 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Thu, 16 Jul 2015 14:10:24 -0400 Subject: [PATCH] chore(all): prepare release 0.13.11 --- bower.json | 2 +- dist/amd/index.js | 2 +- dist/commonjs/index.js | 2 +- dist/es6/index.js | 2 +- dist/index.js | 2 +- dist/system/index.js | 2 +- doc/CHANGELOG.md | 8 ++++++++ package.json | 2 +- 8 files changed, 15 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 521180d9..caae8520 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/dist/amd/index.js b/dist/amd/index.js index fd0342a3..ae7abb05 100644 --- a/dist/amd/index.js +++ b/dist/amd/index.js @@ -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; diff --git a/dist/commonjs/index.js b/dist/commonjs/index.js index 87246c5d..5dc6efcd 100644 --- a/dist/commonjs/index.js +++ b/dist/commonjs/index.js @@ -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; diff --git a/dist/es6/index.js b/dist/es6/index.js index 3f792e75..f8f11db2 100644 --- a/dist/es6/index.js +++ b/dist/es6/index.js @@ -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); } } diff --git a/dist/index.js b/dist/index.js index 3f792e75..f8f11db2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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); } } diff --git a/dist/system/index.js b/dist/system/index.js index 5ea282fb..ccd18c82 100644 --- a/dist/system/index.js +++ b/dist/system/index.js @@ -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; diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index c7d9fc20..be40b623 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 02a49b88..322e9efe 100644 --- a/package.json +++ b/package.json @@ -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",