From 0cd7d50b60d72f48dc8c57338199b31a3189cdf5 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 29 May 2019 20:28:18 -0700 Subject: [PATCH] chore(all): prepare release 1.11.0 --- bower.json | 2 +- dist/aurelia-templating-resources.d.ts | 2 +- doc/CHANGELOG.md | 9 +++++++++ package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 03354c3..ad42f44 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-resources", - "version": "1.10.0", + "version": "1.11.0", "description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.", "keywords": [ "aurelia", diff --git a/dist/aurelia-templating-resources.d.ts b/dist/aurelia-templating-resources.d.ts index 2830490..8c039eb 100644 --- a/dist/aurelia-templating-resources.d.ts +++ b/dist/aurelia-templating-resources.d.ts @@ -592,7 +592,7 @@ export declare class NumberRepeatStrategy { * @param length The collections total length. * @param key The key in a key/value pair. */ -export declare function createFullOverrideContext(repeat: any, data: any, index: any, length: any, key?: string): import("aurelia-binding").OverrideContext; +export declare function createFullOverrideContext(repeat: any, data: any, index: any, length: any, key?: string): OverrideContext; /** * Updates the override context. * @param context The context to be updated. diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index f8865e0..f0dd0f7 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.11.0](https://github.com/aurelia/templating-resources/compare/1.10.0...1.11.0) (2019-05-30) + + +### Bug Fixes + +* **typings:** explicit return typings for createFullOverrideContext ([abe97d3](https://github.com/aurelia/templating-resources/commit/abe97d3)) + + + # [1.10.0](https://github.com/aurelia/templating-resources/compare/1.9.1...1.10.0) (2019-05-02) diff --git a/package.json b/package.json index f043546..b60af4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-resources", - "version": "1.10.0", + "version": "1.11.0", "description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.", "keywords": [ "aurelia",