Skip to content

Commit dc9cf59

Browse files
committed
releasing
1 parent 1673920 commit dc9cf59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
### 10.0.0-beta.0
1+
### 10.0.0
22

33
* [BREAKING] This addon no longer provides the `moment` library itself. Apps should depend directly on *either* `moment` or `moment-timezone` and import it via `ember-auto-import`. Apps should make sure to remove any dependencies on `ember-cli-moment-shim`. See "Using Moment in Ember Apps & Addons" in the README.
44
* [BREAKING] This is a v2 addon so your app must have `ember-auto-import` >= 2.
5-
* [BREAKING] `includeTimezone`, `includeLocales`, and `localeOutputPath` options in `config/environment.js` are removed, since this addon is no longer responsible for providing `moment`.
5+
* [BREAKING] `includeTimezone`, `includeLocales`, and `localeOutputPath` options in `config/environment.js` are removed, since this addon is no longer responsible for providing `moment`. See "Controlling Locale and Timezone Data" in the README.
66

77
### 9.0.1
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-moment",
3-
"version": "10.0.0-beta.1",
3+
"version": "10.0.0",
44
"description": "Moment.js template helpers Ember.js",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)