Skip to content

Commit a87ef5b

Browse files
authored
Merge pull request #945 from ember-fastboot/release-preview
Prepare Release
2 parents f11c789 + 543e26f commit a87ef5b

File tree

6 files changed

+37
-13
lines changed

6 files changed

+37
-13
lines changed

.release-plan.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-cli-fastboot": {
44
"impact": "patch",
5-
"oldVersion": "4.1.2",
6-
"newVersion": "4.1.3",
5+
"oldVersion": "4.1.3",
6+
"newVersion": "4.1.4",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -12,18 +12,14 @@
1212
{
1313
"impact": "patch",
1414
"reason": "Has dependency `workspace:*` on fastboot"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
1915
}
2016
],
2117
"pkgJSONPath": "./packages/ember-cli-fastboot/package.json"
2218
},
2319
"fastboot": {
2420
"impact": "patch",
25-
"oldVersion": "4.1.2",
26-
"newVersion": "4.1.3",
21+
"oldVersion": "4.1.3",
22+
"newVersion": "4.1.4",
2723
"constraints": [
2824
{
2925
"impact": "patch",
@@ -33,7 +29,16 @@
3329
"pkgJSONPath": "./packages/fastboot/package.json"
3430
},
3531
"fastboot-app-server": {
36-
"oldVersion": "4.1.2"
32+
"impact": "patch",
33+
"oldVersion": "4.1.2",
34+
"newVersion": "4.1.3",
35+
"constraints": [
36+
{
37+
"impact": "patch",
38+
"reason": "Has dependency `workspace:*` on fastboot"
39+
}
40+
],
41+
"pkgJSONPath": "./packages/fastboot-app-server/package.json"
3742
},
3843
"fastboot-express-middleware": {
3944
"oldVersion": "4.1.2"
@@ -44,5 +49,5 @@
4449
"oldVersion": "0.0.0"
4550
}
4651
},
47-
"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"
52+
"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"
4853
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## Release (2024-05-02)
44

5+
ember-cli-fastboot 4.1.4 (patch)
6+
fastboot 4.1.4 (patch)
7+
fastboot-app-server 4.1.3 (patch)
8+
9+
#### :bug: Bug Fix
10+
* `ember-cli-fastboot`
11+
* [#943](https://github.com/ember-fastboot/ember-cli-fastboot/pull/943) fix ember-source peer declaration ([@mansona](https://github.com/mansona))
12+
13+
#### :house: Internal
14+
* `fastboot`, `custom-fastboot-app`, `ember-cli-fastboot-testing-app`
15+
* [#944](https://github.com/ember-fastboot/ember-cli-fastboot/pull/944) always use workspace deps ([@mansona](https://github.com/mansona))
16+
17+
#### Committers: 1
18+
- Chris Manson ([@mansona](https://github.com/mansona))
19+
20+
## Release (2024-05-02)
21+
522
ember-cli-fastboot 4.1.3 (patch)
623
fastboot 4.1.3 (patch)
724

packages/ember-cli-fastboot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-fastboot",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Server-side rendering for Ember.js apps",
55
"keywords": [
66
"ember-addon"

packages/fastboot-app-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastboot-app-server",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "A production-ready app server for running Ember FastBoot apps",
55
"keywords": [
66
"ember",

packages/fastboot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastboot",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Library for rendering Ember apps in node.js",
55
"keywords": [
66
"ember",

stderr.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ Warning: unknown package "ember-cli-fastboot-testing-app"
33
Warning: unknown package "example-addon"
44
Warning: unknown package "classic-app-template"
55
Warning: unknown package "custom-fastboot-app"
6+
Warning: unknown package "custom-fastboot-app"
7+
Warning: unknown package "ember-cli-fastboot-testing-app"

0 commit comments

Comments
 (0)