Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Bump and build 2.0.0-pre.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahumphreys87 committed May 4, 2016
1 parent 8ecbdeb commit 84306c8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 7 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v2.0.0-pre.2 [view commit logs](https://github.com/BedeGaming/orchestra/compare/v2.0.0-pre.1...v2.0.0-pre.2)

#### Fixes

* Translation strings can now have colons present.

### v2.0.0-pre.1 [view commit logs](https://github.com/BedeGaming/orchestra/compare/v1.5.1...v2.0.0-pre.1)

#### Package Updates
Expand Down Expand Up @@ -91,4 +97,4 @@

### v1.0.0

* Initial release.
* Initial release.
5 changes: 4 additions & 1 deletion dist/orchestra.js
Original file line number Diff line number Diff line change
Expand Up @@ -6507,7 +6507,8 @@ module.exports = require('/Users/andrewhumphreys/Documents/work/orchestra/node_m
} else if (typeof exports !== 'undefined') {
var _ = require('underscore');
var Backbone = require('backbone');
var $ = require('jquery');
var $;
try {$ = require('jquery')} catch(e){};
module.exports = factory(_, Backbone, $);
} else {
factory(root._, root.Backbone, root.jQuery);
Expand Down Expand Up @@ -41386,6 +41387,8 @@ var TranslateHelpers = function () {
};

_i18next2.default.use(_i18nextSprintfPostprocessor2.default).init({
nsSeparator: false,
keySeparator: false,
lng: locale,
resources: resources[locale]
}, function (err, translate) {
Expand Down
2 changes: 1 addition & 1 deletion dist/orchestra.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/orchestra.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/orchestra.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/helpers/translate.js

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

2 changes: 1 addition & 1 deletion lib/helpers/translate.js.map

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

0 comments on commit 84306c8

Please sign in to comment.