Skip to content

Commit 0cd7d50

Browse files
chore(all): prepare release 1.11.0
1 parent 38e4283 commit 0cd7d50

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-templating-resources",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.",
55
"keywords": [
66
"aurelia",

dist/aurelia-templating-resources.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ export declare class NumberRepeatStrategy {
592592
* @param length The collections total length.
593593
* @param key The key in a key/value pair.
594594
*/
595-
export declare function createFullOverrideContext(repeat: any, data: any, index: any, length: any, key?: string): import("aurelia-binding").OverrideContext;
595+
export declare function createFullOverrideContext(repeat: any, data: any, index: any, length: any, key?: string): OverrideContext;
596596
/**
597597
* Updates the override context.
598598
* @param context The context to be updated.

doc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.11.0](https://github.com/aurelia/templating-resources/compare/1.10.0...1.11.0) (2019-05-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **typings:** explicit return typings for createFullOverrideContext ([abe97d3](https://github.com/aurelia/templating-resources/commit/abe97d3))
7+
8+
9+
110
# [1.10.0](https://github.com/aurelia/templating-resources/compare/1.9.1...1.10.0) (2019-05-02)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-templating-resources",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.",
55
"keywords": [
66
"aurelia",

0 commit comments

Comments
 (0)