Skip to content

Commit

Permalink
chore(all): prepare release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Sep 8, 2020
1 parent aef490b commit c85b212
Show file tree
Hide file tree
Showing 12 changed files with 2,277 additions and 2,435 deletions.
587 changes: 283 additions & 304 deletions dist/amd/aurelia-i18n.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aurelia-i18n.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { EventAggregator } from 'aurelia-event-aggregator';
import { FrameworkConfiguration } from 'aurelia-framework';
import { Loader } from 'aurelia-loader';
import { BindingSignaler, SignalBindingBehavior } from 'aurelia-templating-resources';
import i18next from 'i18next';
import { i18next } from 'i18next';

export interface AureliaEnhancedOptions extends i18next.InitOptions {
attributes?: string[];
Expand Down
587 changes: 283 additions & 304 deletions dist/commonjs/aurelia-i18n.js

Large diffs are not rendered by default.

587 changes: 283 additions & 304 deletions dist/es2015/aurelia-i18n.js

Large diffs are not rendered by default.

587 changes: 283 additions & 304 deletions dist/es2017/aurelia-i18n.js

Large diffs are not rendered by default.

587 changes: 283 additions & 304 deletions dist/native-modules/aurelia-i18n.js

Large diffs are not rendered by default.

587 changes: 283 additions & 304 deletions dist/system/aurelia-i18n.js

Large diffs are not rendered by default.

587 changes: 283 additions & 304 deletions dist/umd-es2015/aurelia-i18n.js

Large diffs are not rendered by default.

587 changes: 283 additions & 304 deletions dist/umd/aurelia-i18n.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="3.1.2"></a>
## [3.1.2](https://github.com/aurelia/i18n/compare/3.1.1...3.1.2) (2020-09-08)


### Bug Fixes

* **rt:** wrong nesting for zh-TW ([3bd0792](https://github.com/aurelia/i18n/commit/3bd0792))



<a name="3.1.1"></a>
## [3.1.1](https://github.com/aurelia/i18n/compare/3.1.0...3.1.1) (2020-06-12)

Expand Down
2 changes: 1 addition & 1 deletion 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-i18n",
"version": "3.1.1",
"version": "3.1.2",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit c85b212

Please sign in to comment.