Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesarosen committed Sep 16, 2014
1 parent 2801384 commit f9f38dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.2.2 2014-09-16

* Use internal UUID generation, since implementations differ
across Ember versions
* Select template compiler on first use so
`Ember.ENV.I18N_COMPILE_WITHOUT_HANDLEBARS` is sure to have
been set properly.
* Fix TranslateableAttributes tests on Ember Canary
* Better messaging during the build process

## 2.2.1 2014-08-17

* Fixed overeager warnings related to I18N_COMPILE_WITHOUT_HANDLEBARS
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-i18n",
"version": "2.2.1",
"version": "2.2.2",
"description": "I18n support for Ember.js",
"main": [ "lib/i18n.js" ],
"dependencies": {
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": "ember-i18n",
"version": "2.2.1",
"version": "2.2.2",
"licence": "APLv2",
"description": "Internationalization for Ember",
"keywords": [
Expand Down

0 comments on commit f9f38dc

Please sign in to comment.