Skip to content

Commit

Permalink
Merge pull request #124 from ember-learn/release-5-6
Browse files Browse the repository at this point in the history
Release 5.6
  • Loading branch information
jaredgalanis authored Jan 30, 2024
2 parents 51ef9f2 + 2391fdb commit 2033cb0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/utils/ember-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ export const VERSIONS = Object.freeze([
'5.3',
'5.4',
'5.5',
'5.6',
]);
10 changes: 10 additions & 0 deletions source/ember-cli-changes/5.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
version: '5.6'
changes:
- feature: true
title: '`ember serve` will now automatically choose a port (starting with 4200), unless a port is explicitly set with the `--port flag` or the `$PORT` env variable.'
link: 'https://blog.emberjs.com/ember-released-5-6'
- feature: true
title: 'Adds a workflow to deploy api docs to ember-learn/ember-cli.github.io and the website.'
link: 'https://blog.emberjs.com/ember-released-5-6'
---
4 changes: 2 additions & 2 deletions tests/acceptance/changes-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ module('Acceptance | changes', function (hooks) {

assert.strictEqual(
newFeaturesInEmberCLI.length,
67,
'We see 67 new features that occurred in Ember CLI since version 3.15'
69,
'We see 69 new features that occurred in Ember CLI since version 3.15'
);

// Check deprecations in Ember CLI
Expand Down

0 comments on commit 2033cb0

Please sign in to comment.