Skip to content

Commit

Permalink
chore(release): prepare release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jun 15, 2022
1 parent d1f4773 commit 5888aa6
Show file tree
Hide file tree
Showing 10 changed files with 7,353 additions and 32 deletions.
1,466 changes: 1,466 additions & 0 deletions dist/amd/aurelia-i18n.js

Large diffs are not rendered by default.

1,475 changes: 1,475 additions & 0 deletions dist/commonjs/aurelia-i18n.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/es2015/aurelia-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ class I18N {
node.au.controller &&
node.au.controller.viewModel &&
attrCC in node.au.controller.viewModel) {
i18nLogger.warn(`Aurelia I18N reserved attribute name\n
[${reservedNames.join(", ")}]\n
Your custom element has a bindable named ${attr} which is a reserved word.\n
i18nLogger.warn(`Aurelia I18N reserved attribute name\n
[${reservedNames.join(", ")}]\n
Your custom element has a bindable named ${attr} which is a reserved word.\n
If you'd like Aurelia I18N to translate your bindable instead, please consider giving it another name.`);
}
if (this.i18next.options.skipTranslationOnMissingKey &&
Expand Down
6 changes: 3 additions & 3 deletions dist/es2017/aurelia-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ class I18N {
node.au.controller &&
node.au.controller.viewModel &&
attrCC in node.au.controller.viewModel) {
i18nLogger.warn(`Aurelia I18N reserved attribute name\n
[${reservedNames.join(", ")}]\n
Your custom element has a bindable named ${attr} which is a reserved word.\n
i18nLogger.warn(`Aurelia I18N reserved attribute name\n
[${reservedNames.join(", ")}]\n
Your custom element has a bindable named ${attr} which is a reserved word.\n
If you'd like Aurelia I18N to translate your bindable instead, please consider giving it another name.`);
}
if (this.i18next.options.skipTranslationOnMissingKey &&
Expand Down
1,434 changes: 1,434 additions & 0 deletions dist/native-modules/aurelia-i18n.js

Large diffs are not rendered by default.

1,460 changes: 1,460 additions & 0 deletions dist/system/aurelia-i18n.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/umd-es2015/aurelia-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@
node.au.controller &&
node.au.controller.viewModel &&
attrCC in node.au.controller.viewModel) {
i18nLogger.warn(`Aurelia I18N reserved attribute name\n
[${reservedNames.join(", ")}]\n
Your custom element has a bindable named ${attr} which is a reserved word.\n
i18nLogger.warn(`Aurelia I18N reserved attribute name\n
[${reservedNames.join(", ")}]\n
Your custom element has a bindable named ${attr} which is a reserved word.\n
If you'd like Aurelia I18N to translate your bindable instead, please consider giving it another name.`);
}
if (this.i18next.options.skipTranslationOnMissingKey &&
Expand Down
1,470 changes: 1,470 additions & 0 deletions dist/umd/aurelia-i18n.js

Large diffs are not rendered by default.

59 changes: 37 additions & 22 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-i18n",
"version": "4.0.2",
"version": "4.0.3",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -166,6 +166,7 @@
"rollup-plugin-typescript2": "^0.32.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.8.1",
"tslib": "^2.4.0",
"tslint": "^6.1.3",
"typedoc": "^0.22.17",
"typescript": "^4.7.3",
Expand Down

0 comments on commit 5888aa6

Please sign in to comment.