Skip to content

Commit 760bdd6

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent c07560c commit 760bdd6

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"solution": {
33
"ember-moment": {
44
"impact": "patch",
5-
"oldVersion": "10.0.0",
6-
"newVersion": "10.0.1",
5+
"oldVersion": "10.0.1",
6+
"newVersion": "10.0.2",
77
"constraints": [
88
{
99
"impact": "patch",
10-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./ember-moment/package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2025-06-06)\n\nember-moment 10.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-moment`, `test-app-3.x`, `test-app-4.x`, `test-app-5.x`\n * [#415](https://github.com/adopted-ember-addons/ember-moment/pull/415) import service instead of inject from '@ember/service' ([@ZacharyMohler](https://github.com/ZacharyMohler))\n\n#### Committers: 1\n- Zachary Mohler ([@ZacharyMohler](https://github.com/ZacharyMohler))\n"
1717
}

CHANGELOG.md

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

3+
## Release (2025-06-06)
4+
5+
ember-moment 10.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-moment`, `test-app-3.x`, `test-app-4.x`, `test-app-5.x`
9+
* [#415](https://github.com/adopted-ember-addons/ember-moment/pull/415) import service instead of inject from '@ember/service' ([@ZacharyMohler](https://github.com/ZacharyMohler))
10+
11+
#### Committers: 1
12+
- Zachary Mohler ([@ZacharyMohler](https://github.com/ZacharyMohler))
13+
314
## Release (2024-06-27)
415

516
ember-moment 10.0.1 (patch)

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

0 commit comments

Comments
 (0)