Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Prepare Release #945

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-cli-fastboot": {
"impact": "patch",
"oldVersion": "4.1.2",
"newVersion": "4.1.3",
"oldVersion": "4.1.3",
"newVersion": "4.1.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -12,18 +12,14 @@
{
"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",
"oldVersion": "4.1.3",
"newVersion": "4.1.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -33,7 +29,16 @@
"pkgJSONPath": "./packages/fastboot/package.json"
},
"fastboot-app-server": {
"oldVersion": "4.1.2"
"impact": "patch",
"oldVersion": "4.1.2",
"newVersion": "4.1.3",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on fastboot"
}
],
"pkgJSONPath": "./packages/fastboot-app-server/package.json"
},
"fastboot-express-middleware": {
"oldVersion": "4.1.2"
Expand All @@ -44,5 +49,5 @@
"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"
"description": "## Release (2024-05-02)\n\nember-cli-fastboot 4.1.4 (patch)\nfastboot 4.1.4 (patch)\nfastboot-app-server 4.1.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-fastboot`\n * [#943](https://github.com/ember-fastboot/ember-cli-fastboot/pull/943) fix ember-source peer declaration ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `fastboot`, `custom-fastboot-app`, `ember-cli-fastboot-testing-app`\n * [#944](https://github.com/ember-fastboot/ember-cli-fastboot/pull/944) always use workspace deps ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

## Release (2024-05-02)

ember-cli-fastboot 4.1.4 (patch)
fastboot 4.1.4 (patch)
fastboot-app-server 4.1.3 (patch)

#### :bug: Bug Fix
* `ember-cli-fastboot`
* [#943](https://github.com/ember-fastboot/ember-cli-fastboot/pull/943) fix ember-source peer declaration ([@mansona](https://github.com/mansona))

#### :house: Internal
* `fastboot`, `custom-fastboot-app`, `ember-cli-fastboot-testing-app`
* [#944](https://github.com/ember-fastboot/ember-cli-fastboot/pull/944) always use workspace deps ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-05-02)

ember-cli-fastboot 4.1.3 (patch)
fastboot 4.1.3 (patch)

Expand Down
2 changes: 1 addition & 1 deletion packages/ember-cli-fastboot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-fastboot",
"version": "4.1.3",
"version": "4.1.4",
"description": "Server-side rendering for Ember.js apps",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboot-app-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastboot-app-server",
"version": "4.1.2",
"version": "4.1.3",
"description": "A production-ready app server for running Ember FastBoot apps",
"keywords": [
"ember",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastboot",
"version": "4.1.3",
"version": "4.1.4",
"description": "Library for rendering Ember apps in node.js",
"keywords": [
"ember",
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ 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"
Warning: unknown package "custom-fastboot-app"
Warning: unknown package "ember-cli-fastboot-testing-app"