Skip to content

Commit 9123f5d

Browse files
committed
chore(release): prepare release v1.14.0
1 parent 6c6b3d2 commit 9123f5d

18 files changed

+626
-652
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.13.1",
3+
"version": "1.14.0",
44
"description": "A standard set of behaviors, converters and other resources for use with the Aurelia templating library.",
55
"keywords": [
66
"aurelia",

dist/amd/aurelia-templating-resources.js

Lines changed: 11 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/amd/aurelia-templating-resources.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aurelia-templating-resources.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ declare class IfCore {
108108
*/
109109
export declare class If extends IfCore {
110110
condition: any;
111-
swapOrder: 'before' | 'with' | 'after';
111+
swapOrder: "before" | "with" | "after";
112112
cache: boolean | string;
113113
/**
114114
* Binds the if to the binding context and override context
@@ -643,4 +643,6 @@ export declare function isOneTime(expression: any): boolean;
643643
*/
644644
export declare function updateOneTimeBinding(binding: any): void;
645645
export declare function viewsRequireLifecycle(viewFactory: any): any;
646-
export declare function configure(config: any): void;
646+
export declare function configure(config: any): void;
647+
648+
export {};

dist/commonjs/aurelia-templating-resources.js

Lines changed: 10 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commonjs/aurelia-templating-resources.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es2015/aurelia-templating-resources.js

Lines changed: 8 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es2015/aurelia-templating-resources.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)