Skip to content

Commit

Permalink
Merge pull request #92 from stefanpenner/shim-upgrade
Browse files Browse the repository at this point in the history
bumping ember-cli-moment-shim to warn on mismatch locales
  • Loading branch information
jasonmit committed Aug 23, 2015
2 parents ed30ccb + e58fe1a commit 1ca83a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.6.2

* Warn on locale mismatch, silently ignore `en` locale since included by default in moment

### 3.6.1

* Bugfix global output format
Expand Down
2 changes: 1 addition & 1 deletion blueprints/ember-moment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module.exports = {
},

afterInstall: function() {
return this.addAddonToProject('ember-cli-moment-shim', '0.6.1');
return this.addAddonToProject('ember-cli-moment-shim', '0.6.2');
}
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-moment",
"version": "3.6.1",
"version": "3.6.2",
"description": "Moment.js template helpers and computed property macros for Ember",
"directories": {
"doc": "doc",
Expand All @@ -26,7 +26,7 @@
"ember-cli-htmlbars": "0.7.9",
"ember-cli-htmlbars-inline-precompile": "^0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-moment-shim": "0.6.1",
"ember-cli-moment-shim": "0.6.2",
"ember-cli-qunit": "0.3.20",
"ember-cli-release": "0.2.3",
"ember-cli-uglify": "^1.0.1",
Expand Down

0 comments on commit 1ca83a3

Please sign in to comment.