Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Prepare Release #947

Merged
merged 1 commit into from
May 21, 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
20 changes: 8 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"solution": {
"ember-cli-fastboot": {
"impact": "patch",
"oldVersion": "4.1.3",
"newVersion": "4.1.4",
"oldVersion": "4.1.4",
"newVersion": "4.1.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on fastboot"
Expand All @@ -18,20 +14,20 @@
},
"fastboot": {
"impact": "patch",
"oldVersion": "4.1.3",
"newVersion": "4.1.4",
"oldVersion": "4.1.4",
"newVersion": "4.1.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/fastboot/package.json"
},
"fastboot-app-server": {
"impact": "patch",
"oldVersion": "4.1.2",
"newVersion": "4.1.3",
"oldVersion": "4.1.3",
"newVersion": "4.1.4",
"constraints": [
{
"impact": "patch",
Expand All @@ -49,5 +45,5 @@
"oldVersion": "0.0.0"
}
},
"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"
"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"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Release (2024-05-21)

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

#### :bug: Bug Fix
* `fastboot`
* [#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))

#### Committers: 1
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## Release (2024-05-02)

ember-cli-fastboot 4.1.4 (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.4",
"version": "4.1.5",
"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.3",
"version": "4.1.4",
"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.4",
"version": "4.1.5",
"description": "Library for rendering Ember apps in node.js",
"keywords": [
"ember",
Expand Down