Skip to content

Commit 01f7a9d

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 382d7d0 commit 01f7a9d

File tree

5 files changed

+82
-2
lines changed

5 files changed

+82
-2
lines changed

.release-plan.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"solution": {
3+
"ember-cli-fastboot": {
4+
"impact": "patch",
5+
"oldVersion": "4.1.2",
6+
"newVersion": "4.1.3",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Has dependency `workspace:*` on fastboot"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :house: Internal"
19+
}
20+
],
21+
"pkgJSONPath": "./packages/ember-cli-fastboot/package.json"
22+
},
23+
"fastboot": {
24+
"impact": "patch",
25+
"oldVersion": "4.1.2",
26+
"newVersion": "4.1.3",
27+
"constraints": [
28+
{
29+
"impact": "patch",
30+
"reason": "Appears in changelog section :house: Internal"
31+
}
32+
],
33+
"pkgJSONPath": "./packages/fastboot/package.json"
34+
},
35+
"fastboot-app-server": {
36+
"oldVersion": "4.1.2"
37+
},
38+
"fastboot-express-middleware": {
39+
"oldVersion": "4.1.2"
40+
},
41+
"empty-package-json": {},
42+
"fastboot-test": {},
43+
"foo": {
44+
"oldVersion": "0.0.0"
45+
}
46+
},
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"
48+
}

CHANGELOG.md

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

3+
## Release (2024-05-02)
4+
5+
ember-cli-fastboot 4.1.3 (patch)
6+
fastboot 4.1.3 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `ember-cli-fastboot`
10+
* [#939](https://github.com/ember-fastboot/ember-cli-fastboot/pull/939) Fix embroider-optimised ([@mansona](https://github.com/mansona))
11+
12+
#### :house: Internal
13+
* `fastboot-test-scenarios`
14+
* [#942](https://github.com/ember-fastboot/ember-cli-fastboot/pull/942) mark fastboot-test-scenarios as private ([@mansona](https://github.com/mansona))
15+
* `fastboot`
16+
* [#941](https://github.com/ember-fastboot/ember-cli-fastboot/pull/941) add names to private tests packages ([@mansona](https://github.com/mansona))
17+
* Other
18+
* [#937](https://github.com/ember-fastboot/ember-cli-fastboot/pull/937) start using release-plan ([@mansona](https://github.com/mansona))
19+
* [#932](https://github.com/ember-fastboot/ember-cli-fastboot/pull/932) update CI action versions ([@mansona](https://github.com/mansona))
20+
* `ember-cli-fastboot`
21+
* [#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))
22+
* `ember-cli-fastboot`, `ember-cli-fastboot-testing-app`, `example-addon`
23+
* [#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))
24+
* `ember-cli-fastboot`, `fastboot`, `classic-app-template`, `custom-fastboot-app`, `ember-cli-fastboot-testing-app`, `fastboot-test-scenarios`
25+
* [#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))
26+
27+
#### Committers: 1
28+
- Chris Manson ([@mansona](https://github.com/mansona))
29+
330

431
## v4.1.2 (2023-11-14)
532

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.2",
3+
"version": "4.1.3",
44
"description": "Server-side rendering for Ember.js apps",
55
"keywords": [
66
"ember-addon"

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.2",
3+
"version": "4.1.3",
44
"description": "Library for rendering Ember apps in node.js",
55
"keywords": [
66
"ember",

stderr.log

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Warning: unknown package "fastboot-test-scenarios"
2+
Warning: unknown package "ember-cli-fastboot-testing-app"
3+
Warning: unknown package "example-addon"
4+
Warning: unknown package "classic-app-template"
5+
Warning: unknown package "custom-fastboot-app"

0 commit comments

Comments
 (0)