Skip to content

Commit

Permalink
Release 3.2.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 24, 2021
1 parent f19219d commit 3a9abb2
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 17 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v3.2.0-beta.5 (2021-11-24)

#### :bug: Bug Fix
* `ember-cli-fastboot`
* [#862](https://github.com/ember-fastboot/ember-cli-fastboot/pull/862) Ensure rehydration works on Ember < 3.27 ([@rwjblue](https://github.com/rwjblue))
* `fastboot`
* [#859](https://github.com/ember-fastboot/ember-cli-fastboot/pull/859) Removes call to deprecated OutgoingMessage.prototype._headers ([@SergeAstapov](https://github.com/SergeAstapov))

#### :house: Internal
* `ember-cli-fastboot`
* [#861](https://github.com/ember-fastboot/ember-cli-fastboot/pull/861) Add tests for Ember 3.24 + 3.28 + 4.0 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#858](https://github.com/ember-fastboot/ember-cli-fastboot/pull/858) Add ember-try testing for ember-cli-fastboot ([@mansona](https://github.com/mansona))

#### Committers: 4
- Chris Manson ([@mansona](https://github.com/mansona))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## v3.2.0-beta.4 (2021-09-14)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "3.2.0-beta.4",
"version": "3.2.0-beta.5",
"repository": {
"type": "git",
"url": "[email protected]:ember-fastboot/ember-cli-fastboot.git"
Expand Down
6 changes: 3 additions & 3 deletions 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": "3.2.0-beta.4",
"version": "3.2.0-beta.5",
"description": "Server-side rendering for Ember.js apps",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -40,8 +40,8 @@
"ember-cli-lodash-subset": "2.0.1",
"ember-cli-preprocess-registry": "^3.1.2",
"ember-cli-version-checker": "^3.0.0",
"fastboot": "3.2.0-beta.4",
"fastboot-express-middleware": "3.2.0-beta.4",
"fastboot": "3.2.0-beta.5",
"fastboot-express-middleware": "3.2.0-beta.5",
"fastboot-transform": "^0.1.3",
"fs-extra": "^10.0.0",
"json-stable-stringify": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions 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": "3.2.0-beta.4",
"version": "3.2.0-beta.5",
"description": "A production-ready app server for running Ember FastBoot apps",
"keywords": [
"ember",
Expand Down Expand Up @@ -28,8 +28,8 @@
"chalk": "^4.1.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"fastboot": "3.2.0-beta.4",
"fastboot-express-middleware": "3.2.0-beta.4"
"fastboot": "3.2.0-beta.5",
"fastboot-express-middleware": "3.2.0-beta.5"
},
"devDependencies": {
"chai": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/fastboot-express-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastboot-express-middleware",
"version": "3.2.0-beta.4",
"version": "3.2.0-beta.5",
"description": "An Express middleware for rendering Ember apps with FastBoot",
"keywords": [
"fastboot",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"chalk": "^2.0.1",
"fastboot": "3.2.0-beta.4"
"fastboot": "3.2.0-beta.5"
},
"devDependencies": {
"chai": "^4.1.0",
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": "3.2.0-beta.4",
"version": "3.2.0-beta.5",
"description": "Library for rendering Ember apps in node.js",
"keywords": [
"ember",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/basic-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-fastboot": "3.2.0-beta.4",
"ember-cli-fastboot": "3.2.0-beta.5",
"ember-cli-head": "^1.0.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/custom-fastboot-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-fastboot": "3.2.0-beta.4",
"ember-cli-fastboot": "3.2.0-beta.5",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/custom-sandbox-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-fastboot": "3.2.0-beta.4",
"ember-cli-fastboot": "3.2.0-beta.5",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/ember-cli-fastboot-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ember-cli-app-version": "^3.2.0",
"ember-cli-babel": "^7.20.5",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-fastboot": "3.2.0-beta.4",
"ember-cli-fastboot": "3.2.0-beta.5",
"ember-cli-fastboot-testing": "^0.5.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test-packages/hot-swap-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^5.1.2",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-fastboot": "3.2.0-beta.4",
"ember-cli-fastboot": "3.2.0-beta.5",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^3.0.0",
"ember-data": "~3.19.0",
Expand Down
4 changes: 2 additions & 2 deletions test-packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test": "node helpers/clean-dists.js && mocha"
},
"devDependencies": {
"ember-cli-fastboot": "3.2.0-beta.4",
"fastboot": "3.2.0-beta.4",
"ember-cli-fastboot": "3.2.0-beta.5",
"fastboot": "3.2.0-beta.5",
"mocha": "^9.1.2"
},
"volta": {
Expand Down

0 comments on commit 3a9abb2

Please sign in to comment.