Skip to content

Commit b59dc16

Browse files
Merge pull request #408 from adopted-ember-addons/release-preview
Prepare Release
2 parents cc61854 + 49cede3 commit b59dc16

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

.release-plan.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"solution": {
3+
"ember-moment": {
4+
"impact": "patch",
5+
"oldVersion": "10.0.0",
6+
"newVersion": "10.0.1",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :house: Internal"
11+
}
12+
],
13+
"pkgJSONPath": "./ember-moment/package.json"
14+
}
15+
},
16+
"description": "## Release (2024-06-27)\n\nember-moment 10.0.1 (patch)\n\n#### :memo: Documentation\n* [#397](https://github.com/adopted-ember-addons/ember-moment/pull/397) Replace moment with 'ember-moment' ([@fsmanuel](https://github.com/fsmanuel))\n* [#384](https://github.com/adopted-ember-addons/ember-moment/pull/384) Fix typo in moment-test ([@mayatron](https://github.com/mayatron))\n* [#380](https://github.com/adopted-ember-addons/ember-moment/pull/380) chore(readme): update TOC ([@GreatWizard](https://github.com/GreatWizard))\n* [#374](https://github.com/adopted-ember-addons/ember-moment/pull/374) Fix ToC link ([@ctjhoa](https://github.com/ctjhoa))\n\n#### :house: Internal\n* Other\n * [#413](https://github.com/adopted-ember-addons/ember-moment/pull/413) Recover `CHANGELOG.md` ([@mkszepp](https://github.com/mkszepp))\n * [#412](https://github.com/adopted-ember-addons/ember-moment/pull/412) Readd `repository` to root `package.json` ([@mkszepp](https://github.com/mkszepp))\n * [#404](https://github.com/adopted-ember-addons/ember-moment/pull/404) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#405](https://github.com/adopted-ember-addons/ember-moment/pull/405) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#403](https://github.com/adopted-ember-addons/ember-moment/pull/403) Add `@ember/string` to devDependency ([@mkszepp](https://github.com/mkszepp))\n * [#402](https://github.com/adopted-ember-addons/ember-moment/pull/402) Update internally used node to 18.x ([@mkszepp](https://github.com/mkszepp))\n* `ember-moment`\n * [#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))\n* `ember-moment`, `test-app-3.x`\n * [#411](https://github.com/adopted-ember-addons/ember-moment/pull/411) Move to addon v2 blueprint ([@mkszepp](https://github.com/mkszepp))\n* `test-app-3.x`, `test-app-4.x`, `test-app-5.x`\n * [#410](https://github.com/adopted-ember-addons/ember-moment/pull/410) Add `test-app` for each ember major version ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 6\n- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))\n- Guillaume Gérard ([@GreatWizard](https://github.com/GreatWizard))\n- Jeremy M. Taylor ([@mayatron](https://github.com/mayatron))\n- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel))\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

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+
336
### 10.0.0
437

538
* [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.

ember-moment/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",
3+
"version": "10.0.1",
44
"description": "Moment.js template helpers Ember.js",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)