From 01f7a9d44f9e187261444d361e983c50b52d11ff Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Thu, 2 May 2024 09:46:28 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 48 ++++++++++++++++++++++++ CHANGELOG.md | 27 +++++++++++++ packages/ember-cli-fastboot/package.json | 2 +- packages/fastboot/package.json | 2 +- stderr.log | 5 +++ 5 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 .release-plan.json create mode 100644 stderr.log diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 00000000..a35a02c4 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,48 @@ +{ + "solution": { + "ember-cli-fastboot": { + "impact": "patch", + "oldVersion": "4.1.2", + "newVersion": "4.1.3", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on fastboot" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/ember-cli-fastboot/package.json" + }, + "fastboot": { + "impact": "patch", + "oldVersion": "4.1.2", + "newVersion": "4.1.3", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/fastboot/package.json" + }, + "fastboot-app-server": { + "oldVersion": "4.1.2" + }, + "fastboot-express-middleware": { + "oldVersion": "4.1.2" + }, + "empty-package-json": {}, + "fastboot-test": {}, + "foo": { + "oldVersion": "0.0.0" + } + }, + "description": "## Release (2024-05-02)\n\nember-cli-fastboot 4.1.3 (patch)\nfastboot 4.1.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-fastboot`\n * [#939](https://github.com/ember-fastboot/ember-cli-fastboot/pull/939) Fix embroider-optimised ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `fastboot-test-scenarios`\n * [#942](https://github.com/ember-fastboot/ember-cli-fastboot/pull/942) mark fastboot-test-scenarios as private ([@mansona](https://github.com/mansona))\n* `fastboot`\n * [#941](https://github.com/ember-fastboot/ember-cli-fastboot/pull/941) add names to private tests packages ([@mansona](https://github.com/mansona))\n* Other\n * [#937](https://github.com/ember-fastboot/ember-cli-fastboot/pull/937) start using release-plan ([@mansona](https://github.com/mansona))\n * [#932](https://github.com/ember-fastboot/ember-cli-fastboot/pull/932) update CI action versions ([@mansona](https://github.com/mansona))\n* `ember-cli-fastboot`\n * [#935](https://github.com/ember-fastboot/ember-cli-fastboot/pull/935) update to Ember 5.8 using ember-cli-update ([@mansona](https://github.com/mansona))\n* `ember-cli-fastboot`, `ember-cli-fastboot-testing-app`, `example-addon`\n * [#934](https://github.com/ember-fastboot/ember-cli-fastboot/pull/934) Update ember-cli-fastboot to 4.12 with ember-cli-update ([@mansona](https://github.com/mansona))\n* `ember-cli-fastboot`, `fastboot`, `classic-app-template`, `custom-fastboot-app`, `ember-cli-fastboot-testing-app`, `fastboot-test-scenarios`\n * [#919](https://github.com/ember-fastboot/ember-cli-fastboot/pull/919) Move some failing tests from pre-built fixtures to scenario-tester ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f0b96d..d2274410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## Release (2024-05-02) + +ember-cli-fastboot 4.1.3 (patch) +fastboot 4.1.3 (patch) + +#### :bug: Bug Fix +* `ember-cli-fastboot` + * [#939](https://github.com/ember-fastboot/ember-cli-fastboot/pull/939) Fix embroider-optimised ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `fastboot-test-scenarios` + * [#942](https://github.com/ember-fastboot/ember-cli-fastboot/pull/942) mark fastboot-test-scenarios as private ([@mansona](https://github.com/mansona)) +* `fastboot` + * [#941](https://github.com/ember-fastboot/ember-cli-fastboot/pull/941) add names to private tests packages ([@mansona](https://github.com/mansona)) +* Other + * [#937](https://github.com/ember-fastboot/ember-cli-fastboot/pull/937) start using release-plan ([@mansona](https://github.com/mansona)) + * [#932](https://github.com/ember-fastboot/ember-cli-fastboot/pull/932) update CI action versions ([@mansona](https://github.com/mansona)) +* `ember-cli-fastboot` + * [#935](https://github.com/ember-fastboot/ember-cli-fastboot/pull/935) update to Ember 5.8 using ember-cli-update ([@mansona](https://github.com/mansona)) +* `ember-cli-fastboot`, `ember-cli-fastboot-testing-app`, `example-addon` + * [#934](https://github.com/ember-fastboot/ember-cli-fastboot/pull/934) Update ember-cli-fastboot to 4.12 with ember-cli-update ([@mansona](https://github.com/mansona)) +* `ember-cli-fastboot`, `fastboot`, `classic-app-template`, `custom-fastboot-app`, `ember-cli-fastboot-testing-app`, `fastboot-test-scenarios` + * [#919](https://github.com/ember-fastboot/ember-cli-fastboot/pull/919) Move some failing tests from pre-built fixtures to scenario-tester ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## v4.1.2 (2023-11-14) diff --git a/packages/ember-cli-fastboot/package.json b/packages/ember-cli-fastboot/package.json index c7539606..2d9ebc0c 100644 --- a/packages/ember-cli-fastboot/package.json +++ b/packages/ember-cli-fastboot/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-fastboot", - "version": "4.1.2", + "version": "4.1.3", "description": "Server-side rendering for Ember.js apps", "keywords": [ "ember-addon" diff --git a/packages/fastboot/package.json b/packages/fastboot/package.json index d589ef52..d780a9d8 100644 --- a/packages/fastboot/package.json +++ b/packages/fastboot/package.json @@ -1,6 +1,6 @@ { "name": "fastboot", - "version": "4.1.2", + "version": "4.1.3", "description": "Library for rendering Ember apps in node.js", "keywords": [ "ember", diff --git a/stderr.log b/stderr.log new file mode 100644 index 00000000..39108244 --- /dev/null +++ b/stderr.log @@ -0,0 +1,5 @@ +Warning: unknown package "fastboot-test-scenarios" +Warning: unknown package "ember-cli-fastboot-testing-app" +Warning: unknown package "example-addon" +Warning: unknown package "classic-app-template" +Warning: unknown package "custom-fastboot-app"