Skip to content

Commit c786331

Browse files
authored
Merge pull request #947 from ember-fastboot/release-preview
Prepare Release
2 parents 70b8e5b + 9661d71 commit c786331

File tree

5 files changed

+24
-15
lines changed

5 files changed

+24
-15
lines changed

.release-plan.json

+8-12
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
"solution": {
33
"ember-cli-fastboot": {
44
"impact": "patch",
5-
"oldVersion": "4.1.3",
6-
"newVersion": "4.1.4",
5+
"oldVersion": "4.1.4",
6+
"newVersion": "4.1.5",
77
"constraints": [
8-
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Has dependency `workspace:*` on fastboot"
@@ -18,20 +14,20 @@
1814
},
1915
"fastboot": {
2016
"impact": "patch",
21-
"oldVersion": "4.1.3",
22-
"newVersion": "4.1.4",
17+
"oldVersion": "4.1.4",
18+
"newVersion": "4.1.5",
2319
"constraints": [
2420
{
2521
"impact": "patch",
26-
"reason": "Appears in changelog section :house: Internal"
22+
"reason": "Appears in changelog section :bug: Bug Fix"
2723
}
2824
],
2925
"pkgJSONPath": "./packages/fastboot/package.json"
3026
},
3127
"fastboot-app-server": {
3228
"impact": "patch",
33-
"oldVersion": "4.1.2",
34-
"newVersion": "4.1.3",
29+
"oldVersion": "4.1.3",
30+
"newVersion": "4.1.4",
3531
"constraints": [
3632
{
3733
"impact": "patch",
@@ -49,5 +45,5 @@
4945
"oldVersion": "0.0.0"
5046
}
5147
},
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"
48+
"description": "## Release (2024-05-21)\n\nember-cli-fastboot 4.1.5 (patch)\nfastboot 4.1.5 (patch)\nfastboot-app-server 4.1.4 (patch)\n\n#### :bug: Bug Fix\n* `fastboot`\n * [#946](https://github.com/ember-fastboot/ember-cli-fastboot/pull/946) Update url for fastboot-app-server in package.json for npm ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n"
5349
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Release (2024-05-21)
4+
5+
ember-cli-fastboot 4.1.5 (patch)
6+
fastboot 4.1.5 (patch)
7+
fastboot-app-server 4.1.4 (patch)
8+
9+
#### :bug: Bug Fix
10+
* `fastboot`
11+
* [#946](https://github.com/ember-fastboot/ember-cli-fastboot/pull/946) Update url for fastboot-app-server in package.json for npm ([@SergeAstapov](https://github.com/SergeAstapov))
12+
13+
#### Committers: 1
14+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
15+
316
## Release (2024-05-02)
417

518
ember-cli-fastboot 4.1.4 (patch)

packages/ember-cli-fastboot/package.json

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

packages/fastboot-app-server/package.json

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

packages/fastboot/package.json

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

0 commit comments

Comments
 (0)