Skip to content

Commit 43c81be

Browse files
author
Robert Jackson
committed
Release 3.0.0-beta.1
1 parent 1d9546a commit 43c81be

6 files changed

Lines changed: 40 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## v3.0.0-beta.1 (2020-09-18)
2+
3+
#### :boom: Breaking Change
4+
* [#748](https://github.com/ember-fastboot/ember-cli-fastboot/pull/748) Update fastboot to the latest version 🚀 ([@greenkeeper[bot]](https://github.com/apps/greenkeeper))
5+
* [#695](https://github.com/ember-fastboot/ember-cli-fastboot/pull/695) Drop Node 6, 8, 9, 11, and 13 support. ([@rwjblue](https://github.com/rwjblue))
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-fastboot`
9+
* [#780](https://github.com/ember-fastboot/ember-cli-fastboot/pull/780) Update FastBoot to 3.1.0 ([@kiwiupover](https://github.com/kiwiupover))
10+
11+
#### :bug: Bug Fix
12+
* [#772](https://github.com/ember-fastboot/ember-cli-fastboot/pull/772) Remove the second version of broccoli-file-creator from package.json ([@kiwiupover](https://github.com/kiwiupover))
13+
14+
#### :memo: Documentation
15+
* [#771](https://github.com/ember-fastboot/ember-cli-fastboot/pull/771) Update README.md ([@jad359](https://github.com/jad359))
16+
17+
#### :house: Internal
18+
* `ember-cli-fastboot`
19+
* [#783](https://github.com/ember-fastboot/ember-cli-fastboot/pull/783) Add automated release setup. ([@rwjblue](https://github.com/rwjblue))
20+
* [#778](https://github.com/ember-fastboot/ember-cli-fastboot/pull/778) Move package-json test to the basic-app ([@kiwiupover](https://github.com/kiwiupover))
21+
* [#776](https://github.com/ember-fastboot/ember-cli-fastboot/pull/776) Move asset rewriting test to test-packages/basic-app ([@kiwiupover](https://github.com/kiwiupover))
22+
* [#775](https://github.com/ember-fastboot/ember-cli-fastboot/pull/775) Adding basic test app ([@kiwiupover](https://github.com/kiwiupover))
23+
* [#767](https://github.com/ember-fastboot/ember-cli-fastboot/pull/767) Migrate to monorepo structure (to easily add test apps) ([@kiwiupover](https://github.com/kiwiupover))
24+
* Other
25+
* [#774](https://github.com/ember-fastboot/ember-cli-fastboot/pull/774) Move `.gitignore` into root ([@rwjblue](https://github.com/rwjblue))
26+
* [#773](https://github.com/ember-fastboot/ember-cli-fastboot/pull/773) Remove travis in-favor of GitHub actions ([@kiwiupover](https://github.com/kiwiupover))
27+
* [#769](https://github.com/ember-fastboot/ember-cli-fastboot/pull/769) Adding github action tests ([@kiwiupover](https://github.com/kiwiupover))
28+
29+
#### Committers: 3
30+
- Dave Laird ([@kiwiupover](https://github.com/kiwiupover))
31+
- Jennifer ([@jad359](https://github.com/jad359))
32+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
33+
34+
135
## v2.2.3 (2020-06-10)
236

337
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "2.2.3",
3+
"version": "3.0.0-beta.1",
44
"repository": {
55
"type": "git",
66
"url": "[email protected]:ember-fastboot/ember-cli-fastboot.git"

packages/ember-cli-fastboot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-fastboot",
3-
"version": "2.2.3",
3+
"version": "3.0.0-beta.1",
44
"description": "Server-side rendering for Ember.js apps",
55
"keywords": [
66
"ember-addon"

test-packages/basic-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic-app",
3-
"version": "0.0.0",
3+
"version": "3.0.0-beta.1",
44
"private": true,
55
"description": "Small description for basic-app goes here",
66
"repository": "",
@@ -39,7 +39,7 @@
3939
"ember-cli-app-version": "^3.2.0",
4040
"ember-cli-babel": "^7.20.5",
4141
"ember-cli-dependency-checker": "^3.2.0",
42-
"ember-cli-fastboot": "*",
42+
"ember-cli-fastboot": "3.0.0-beta.1",
4343
"ember-cli-htmlbars": "^5.1.2",
4444
"ember-cli-inject-live-reload": "^2.0.2",
4545
"ember-cli-sri": "^2.1.1",

test-packages/fake-addon-2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "fake-addon-2",
4-
"version": "0.1.0",
4+
"version": "3.0.0-beta.1",
55
"ember-addon": {
66
"fastbootDependencies": [
77
"bar",

test-packages/fake-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "fake-addon",
4-
"version": "0.1.0",
4+
"version": "3.0.0-beta.1",
55
"ember-addon": {
66
"fastbootDependencies": [
77
"path",

0 commit comments

Comments
 (0)