Skip to content

Commit a0d05a6

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 6006f1d commit a0d05a6

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

.release-plan.json

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,18 @@
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",
1010
"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"
1911
}
2012
],
2113
"pkgJSONPath": "./packages/ember-cli-fastboot/package.json"
2214
},
2315
"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"
16+
"oldVersion": "4.1.3"
3417
},
3518
"fastboot-app-server": {
3619
"oldVersion": "4.1.2"
@@ -44,5 +27,5 @@
4427
"oldVersion": "0.0.0"
4528
}
4629
},
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"
30+
"description": "## Release (2024-05-02)\n\nember-cli-fastboot 4.1.4 (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#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
4831
}

CHANGELOG.md

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

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

5+
ember-cli-fastboot 4.1.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-cli-fastboot`
9+
* [#943](https://github.com/ember-fastboot/ember-cli-fastboot/pull/943) fix ember-source peer declaration ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2024-05-02)
15+
516
ember-cli-fastboot 4.1.3 (patch)
617
fastboot 4.1.3 (patch)
718

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"

0 commit comments

Comments
 (0)