From 49cede35fabefcf6f1fa4c3dea8772dcded03157 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:44:37 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 17 +++++++++++++++++ CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ ember-moment/package.json | 2 +- 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..8e30694 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,17 @@ +{ + "solution": { + "ember-moment": { + "impact": "patch", + "oldVersion": "10.0.0", + "newVersion": "10.0.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./ember-moment/package.json" + } + }, + "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" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d9b5e..a7748b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## Release (2024-06-27) + +ember-moment 10.0.1 (patch) + +#### :memo: Documentation +* [#397](https://github.com/adopted-ember-addons/ember-moment/pull/397) Replace moment with 'ember-moment' ([@fsmanuel](https://github.com/fsmanuel)) +* [#384](https://github.com/adopted-ember-addons/ember-moment/pull/384) Fix typo in moment-test ([@mayatron](https://github.com/mayatron)) +* [#380](https://github.com/adopted-ember-addons/ember-moment/pull/380) chore(readme): update TOC ([@GreatWizard](https://github.com/GreatWizard)) +* [#374](https://github.com/adopted-ember-addons/ember-moment/pull/374) Fix ToC link ([@ctjhoa](https://github.com/ctjhoa)) + +#### :house: Internal +* Other + * [#413](https://github.com/adopted-ember-addons/ember-moment/pull/413) Recover `CHANGELOG.md` ([@mkszepp](https://github.com/mkszepp)) + * [#412](https://github.com/adopted-ember-addons/ember-moment/pull/412) Readd `repository` to root `package.json` ([@mkszepp](https://github.com/mkszepp)) + * [#404](https://github.com/adopted-ember-addons/ember-moment/pull/404) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#405](https://github.com/adopted-ember-addons/ember-moment/pull/405) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#403](https://github.com/adopted-ember-addons/ember-moment/pull/403) Add `@ember/string` to devDependency ([@mkszepp](https://github.com/mkszepp)) + * [#402](https://github.com/adopted-ember-addons/ember-moment/pull/402) Update internally used node to 18.x ([@mkszepp](https://github.com/mkszepp)) +* `ember-moment` + * [#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)) +* `ember-moment`, `test-app-3.x` + * [#411](https://github.com/adopted-ember-addons/ember-moment/pull/411) Move to addon v2 blueprint ([@mkszepp](https://github.com/mkszepp)) +* `test-app-3.x`, `test-app-4.x`, `test-app-5.x` + * [#410](https://github.com/adopted-ember-addons/ember-moment/pull/410) Add `test-app` for each ember major version ([@mkszepp](https://github.com/mkszepp)) + +#### Committers: 6 +- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa)) +- Guillaume Gérard ([@GreatWizard](https://github.com/GreatWizard)) +- Jeremy M. Taylor ([@mayatron](https://github.com/mayatron)) +- Manuel Wiedenmann ([@fsmanuel](https://github.com/fsmanuel)) +- Markus Sanin ([@mkszepp](https://github.com/mkszepp)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ### 10.0.0 * [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. diff --git a/ember-moment/package.json b/ember-moment/package.json index 5a14a6e..fb2a4b6 100644 --- a/ember-moment/package.json +++ b/ember-moment/package.json @@ -1,6 +1,6 @@ { "name": "ember-moment", - "version": "10.0.0", + "version": "10.0.1", "description": "Moment.js template helpers Ember.js", "keywords": [ "ember-addon",