Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 17, 2016
1 parent 27e8f4b commit 8d71d76
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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-i18n",
"version": "1.0.0-beta.1.0.1",
"version": "1.0.0-beta.1.0.2",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/base-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ define(['exports', './i18n', 'aurelia-event-aggregator'], function (exports, _i1
function BaseI18N(i18n, element, ea) {
var _this = this;

_classCallCheck(this, BaseI18N);


this.i18n = i18n;
this.element = element;
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define(['exports', 'i18next', 'aurelia-pal'], function (exports, _i18next, _aure
function I18N(ea, signaler) {
var _this = this;

_classCallCheck(this, I18N);


this.globalVars = {};
this.i18nextDefered = {
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/base-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var BaseI18N = exports.BaseI18N = (_temp = _class = function () {
function BaseI18N(i18n, element, ea) {
var _this = this;

_classCallCheck(this, BaseI18N);


this.i18n = i18n;
this.element = element;
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var I18N = exports.I18N = function () {
function I18N(ea, signaler) {
var _this = this;

_classCallCheck(this, I18N);


this.globalVars = {};
this.i18nextDefered = {
Expand Down
2 changes: 1 addition & 1 deletion dist/native-modules/base-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export var BaseI18N = (_temp = _class = function () {
function BaseI18N(i18n, element, ea) {
var _this = this;

_classCallCheck(this, BaseI18N);


this.i18n = i18n;
this.element = element;
Expand Down
2 changes: 1 addition & 1 deletion dist/native-modules/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export var I18N = function () {
function I18N(ea, signaler) {
var _this = this;

_classCallCheck(this, I18N);


this.globalVars = {};
this.i18nextDefered = {
Expand Down
2 changes: 1 addition & 1 deletion dist/system/base-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ System.register(['./i18n', 'aurelia-event-aggregator'], function (_export, _cont
function BaseI18N(i18n, element, ea) {
var _this = this;

_classCallCheck(this, BaseI18N);


this.i18n = i18n;
this.element = element;
Expand Down
2 changes: 1 addition & 1 deletion dist/system/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ System.register(['i18next', 'aurelia-pal'], function (_export, _context) {
function I18N(ea, signaler) {
var _this = this;

_classCallCheck(this, I18N);


this.globalVars = {};
this.i18nextDefered = {
Expand Down
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": "1.0.0-beta.1.0.1",
"version": "1.0.0-beta.1.0.2",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 8d71d76

Please sign in to comment.