|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Release (2024-06-27) |
| 4 | + |
| 5 | +ember-moment 10.0.1 (patch) |
| 6 | + |
| 7 | +#### :memo: Documentation |
| 8 | +* [#397](https://github.com/adopted-ember-addons/ember-moment/pull/397) Replace moment with 'ember-moment' ([@fsmanuel](https://github.com/fsmanuel)) |
| 9 | +* [#384](https://github.com/adopted-ember-addons/ember-moment/pull/384) Fix typo in moment-test ([@mayatron](https://github.com/mayatron)) |
| 10 | +* [#380](https://github.com/adopted-ember-addons/ember-moment/pull/380) chore(readme): update TOC ([@GreatWizard](https://github.com/GreatWizard)) |
| 11 | +* [#374](https://github.com/adopted-ember-addons/ember-moment/pull/374) Fix ToC link ([@ctjhoa](https://github.com/ctjhoa)) |
| 12 | + |
| 13 | +#### :house: Internal |
| 14 | +* Other |
| 15 | + * [#413](https://github.com/adopted-ember-addons/ember-moment/pull/413) Recover `CHANGELOG.md` ([@mkszepp](https://github.com/mkszepp)) |
| 16 | + * [#412](https://github.com/adopted-ember-addons/ember-moment/pull/412) Readd `repository` to root `package.json` ([@mkszepp](https://github.com/mkszepp)) |
| 17 | + * [#404](https://github.com/adopted-ember-addons/ember-moment/pull/404) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 18 | + * [#405](https://github.com/adopted-ember-addons/ember-moment/pull/405) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 19 | + * [#403](https://github.com/adopted-ember-addons/ember-moment/pull/403) Add `@ember/string` to devDependency ([@mkszepp](https://github.com/mkszepp)) |
| 20 | + * [#402](https://github.com/adopted-ember-addons/ember-moment/pull/402) Update internally used node to 18.x ([@mkszepp](https://github.com/mkszepp)) |
| 21 | +* `ember-moment` |
| 22 | + * [#378](https://github.com/adopted-ember-addons/ember-moment/pull/378) Update dependency `@embroider/addon-shim` to `^1.8.9` ([@mkszepp](https://github.com/mkszepp)) |
| 23 | +* `ember-moment`, `test-app-3.x` |
| 24 | + * [#411](https://github.com/adopted-ember-addons/ember-moment/pull/411) Move to addon v2 blueprint ([@mkszepp](https://github.com/mkszepp)) |
| 25 | +* `test-app-3.x`, `test-app-4.x`, `test-app-5.x` |
| 26 | + * [#410](https://github.com/adopted-ember-addons/ember-moment/pull/410) Add `test-app` for each ember major version ([@mkszepp](https://github.com/mkszepp)) |
| 27 | + |
| 28 | +#### Committers: 6 |
| 29 | +- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa)) |
| 30 | +- Guillaume Gérard ([@GreatWizard](https://github.com/GreatWizard)) |
| 31 | +- Jeremy M. Taylor ([@mayatron](https://github.com/mayatron)) |
| 32 | +- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel)) |
| 33 | +- Markus Sanin ([@mkszepp](https://github.com/mkszepp)) |
| 34 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 35 | + |
3 | 36 | ### 10.0.0
|
4 | 37 |
|
5 | 38 | * [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.
|
|
0 commit comments