Skip to content

Commit

Permalink
chore(release): prepare release v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Mar 31, 2022
1 parent 1930cf1 commit 17699b7
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 14 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-framework",
"version": "1.4.0",
"version": "1.4.1",
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/aurelia-framework.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.1](https://github.com/aurelia/framework/compare/1.4.0...1.4.1) (2022-03-31)


### Bug Fixes

* **dep:** use latest templating to resolve chain dep vul issue ([#1001](https://github.com/aurelia/framework/issues/1001)) ([1930cf1](https://github.com/aurelia/framework/commit/1930cf16291b6d6bb3ad7ee5e5de404bfb47cd03))



# [1.4.0](https://github.com/aurelia/framework/compare/1.3.1...1.4.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-framework",
"version": "1.4.0",
"version": "1.4.1",
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
"keywords": [
"aurelia",
Expand Down
3 changes: 0 additions & 3 deletions src/framework-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,6 @@ export class FrameworkConfiguration {
this.resourcesToLoad[name] = { moduleId: name, relativeTo: grandParent };
break;
case 'function':
// todo: remove this line, accidentally made autoRegister internal
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
let meta = this.aurelia.resources.autoRegister(this.container, resource);
if (meta instanceof HtmlBehaviorResource && meta.elementName !== null) {
if (this.behaviorsToLoad.push(meta) === 1) {
Expand Down

0 comments on commit 17699b7

Please sign in to comment.