Skip to content

Commit

Permalink
Release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jun 21, 2022
1 parent d09d8c5 commit 703e788
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v3.3.2 (2022-06-21)

#### :bug: Bug Fix
* `fastboot-app-server`
* [#892](https://github.com/ember-fastboot/ember-cli-fastboot/pull/892) Pass the log argument to worker in fastboot-app-server ([@Aierie](https://github.com/Aierie))

#### Committers: 1
- [@Aierie](https://github.com/Aierie)

## v3.3.1 (2022-06-15)

#### :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.3.1",
"version": "3.3.2",
"repository": {
"type": "git",
"url": "git@github.com: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.3.1",
"version": "3.3.2",
"description": "Server-side rendering for Ember.js apps",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -39,8 +39,8 @@
"ember-cli-lodash-subset": "^2.0.1",
"ember-cli-preprocess-registry": "^3.3.0",
"ember-cli-version-checker": "^5.1.2",
"fastboot": "3.3.1",
"fastboot-express-middleware": "3.3.1",
"fastboot": "3.3.2",
"fastboot-express-middleware": "3.3.2",
"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.3.1",
"version": "3.3.2",
"description": "A production-ready app server for running Ember FastBoot apps",
"keywords": [
"ember",
Expand Down Expand Up @@ -28,8 +28,8 @@
"chalk": "^4.1.2",
"compression": "^1.7.4",
"express": "^4.17.2",
"fastboot": "3.3.1",
"fastboot-express-middleware": "3.3.1"
"fastboot": "3.3.2",
"fastboot-express-middleware": "3.3.2"
},
"devDependencies": {
"chai": "^4.3.4",
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.3.1",
"version": "3.3.2",
"description": "An Express middleware for rendering Ember apps with FastBoot",
"keywords": [
"fastboot",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"fastboot": "3.3.1"
"fastboot": "3.3.2"
},
"devDependencies": {
"chai": "^4.3.4",
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.3.1",
"version": "3.3.2",
"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.3.1",
"ember-cli-fastboot": "3.3.2",
"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.3.1",
"ember-cli-fastboot": "3.3.2",
"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.3.1",
"ember-cli-fastboot": "3.3.2",
"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.3.1",
"ember-cli-fastboot": "3.3.2",
"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.3.1",
"ember-cli-fastboot": "3.3.2",
"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.3.1",
"fastboot": "3.3.1",
"ember-cli-fastboot": "3.3.2",
"fastboot": "3.3.2",
"mocha": "^9.1.2"
},
"volta": {
Expand Down

0 comments on commit 703e788

Please sign in to comment.