Skip to content

Commit

Permalink
chore(release): prepare release v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Mar 31, 2022
1 parent b79fa0c commit 7de9b9d
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 11 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": "1.11.0",
"version": "1.11.1",
"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/aurelia-templating.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/commonjs/aurelia-templating.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2015/aurelia-templating.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/es2017/aurelia-templating.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/native-modules/aurelia-templating.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/system/aurelia-templating.js.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/types/aurelia-templating.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,15 @@ export declare class ViewResources {
* @return The value.
*/
getValue(name: string): any;
/**
* Not supported for public use. Can be changed without warning.
*
* Auto register a resources based on its metadata or convention
* Will fallback to custom element if no metadata found and all conventions fail
* @param container
* @param impl
*/
autoRegister(container: Container, impl: Function): ViewResourceType;
}
export interface LetExpression {
createBinding(): LetBinding;
Expand Down
4 changes: 4 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.11.1](https://github.com/aurelia/templating/compare/1.11.0...1.11.1) (2022-03-31)



# [1.11.0](https://github.com/aurelia/templating/compare/1.10.4...1.11.0) (2022-03-31)


Expand Down
2 changes: 1 addition & 1 deletion doc/api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 7de9b9d

Please sign in to comment.