Skip to content

Commit

Permalink
Release 3.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jan 29, 2021
1 parent db80797 commit 9c9f1c9
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v3.2.0-beta.2 (2021-01-29)

#### :bug: Bug Fix
* `ember-cli-fastboot`
* [#808](https://github.com/ember-fastboot/ember-cli-fastboot/pull/808) Fix treeForFastBoot when project is an addon ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* `ember-cli-fastboot`
* [#803](https://github.com/ember-fastboot/ember-cli-fastboot/pull/803) Dave/custom fastboot app ([@kiwiupover](https://github.com/kiwiupover))

#### Committers: 2
- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))


## v3.2.0-beta.1 (2021-01-29)

#### :memo: Documentation
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.1",
"version": "3.2.0-beta.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.2.0-beta.1",
"version": "3.2.0-beta.2",
"description": "Server-side rendering for Ember.js apps",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -33,8 +33,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.1",
"fastboot-express-middleware": "3.2.0-beta.1",
"fastboot": "3.2.0-beta.2",
"fastboot-express-middleware": "3.2.0-beta.2",
"fastboot-transform": "^0.1.3",
"fs-extra": "^7.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.1",
"version": "3.2.0-beta.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.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"fastboot": "3.2.0-beta.1",
"fastboot-express-middleware": "3.2.0-beta.1"
"fastboot": "3.2.0-beta.2",
"fastboot-express-middleware": "3.2.0-beta.2"
},
"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.1",
"version": "3.2.0-beta.2",
"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.1"
"fastboot": "3.2.0-beta.2"
},
"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.1",
"version": "3.2.0-beta.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 @@ -39,7 +39,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.1",
"ember-cli-fastboot": "3.2.0-beta.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.2.0-beta.1",
"ember-cli-fastboot": "3.2.0-beta.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.2.0-beta.1",
"ember-cli-fastboot": "3.2.0-beta.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/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.1",
"ember-cli-fastboot": "3.2.0-beta.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.2.0-beta.1",
"fastboot": "3.2.0-beta.1",
"ember-cli-fastboot": "3.2.0-beta.2",
"fastboot": "3.2.0-beta.2",
"mocha": "^8.2.1"
},
"volta": {
Expand Down

0 comments on commit 9c9f1c9

Please sign in to comment.