Skip to content

Commit 5f8ebe9

Browse files
authored
Merge pull request #419 from adopted-ember-addons/release-preview
Prepare Release v10.0.3
2 parents 8ce4b05 + 33c5578 commit 5f8ebe9

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"solution": {
33
"ember-moment": {
44
"impact": "patch",
5-
"oldVersion": "10.0.1",
6-
"newVersion": "10.0.2",
5+
"oldVersion": "10.0.2",
6+
"newVersion": "10.0.3",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
@@ -13,5 +14,5 @@
1314
"pkgJSONPath": "./ember-moment/package.json"
1415
}
1516
},
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"
17+
"description": "## Release (2026-03-24)\n\n* ember-moment 10.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-moment`\n * [#418](https://github.com/adopted-ember-addons/ember-moment/pull/418) Revert \"import service instead of inject from '@ember/service'\" ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#420](https://github.com/adopted-ember-addons/ember-moment/pull/420) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1718
}

CHANGELOG.md

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

3+
## Release (2026-03-24)
4+
5+
* ember-moment 10.0.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-moment`
9+
* [#418](https://github.com/adopted-ember-addons/ember-moment/pull/418) Revert "import service instead of inject from '@ember/service'" ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* [#420](https://github.com/adopted-ember-addons/ember-moment/pull/420) update release-plan ([@mansona](https://github.com/mansona))
13+
14+
#### Committers: 1
15+
- Chris Manson ([@mansona](https://github.com/mansona))
16+
317
## Release (2025-06-06)
418

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

0 commit comments

Comments
 (0)