Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/2020-02-12-ember-3-16-released.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Ember 3.16 Released
author: Kenneth Larsen
tags: Releases, 2019, 3, 3.16, Version 3.x
tags: Releases, 2020, 3, 3.16, Version 3.x
responsive: true
---

Today the Ember project is releasing version 3.16 of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.17 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases.

You can read more about our general release process here:

- [Release Dashboard](http://emberjs.com/builds/)
- [Release Dashboard](http://emberjs.com/releases/)
- [The Ember Release Cycle](http://emberjs.com/blog/2013/09/06/new-ember-release-process.html)
- [The Ember Project](http://emberjs.com/blog/2015/06/16/ember-project-at-2-0.html)
- [Ember LTS Releases](http://emberjs.com/blog/2016/02/25/announcing-embers-first-lts.html)
Expand All @@ -22,7 +22,7 @@ Ember.js is the core framework for building ambitious web applications.

### Changes in Ember.js 3.16

Ember.js 3.16 is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. There is zero (0) new features, one (1) deprecation, and several bugfixes in this version.
Ember.js 3.16 is an incremental, backwards compatible release of Ember with bugfixes, performance improvements, and minor deprecations. There are zero (0) new features, one (1) deprecation, and several bugfixes in this version.

#### New Features (0)

Expand Down
5 changes: 3 additions & 2 deletions source/emberblog-template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Ember VER Released
author: Melanie Sumner, Kenneth Larsen
tags: Releases, 2019, 3, VER, Version 3.x
tags: Releases, 2020, 3, VER, Version 3.x
responsive: true
---

Today the Ember project is releasing version VER of Ember.js, Ember Data, and Ember CLI. This release kicks off the 3.5 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The [ember-try](https://github.com/ember-cli/ember-try) addon is a great way to continuously test your projects against the latest Ember releases.

You can read more about our general release process here:

- [Release Dashboard](http://emberjs.com/builds/)
- [Release Dashboard](http://emberjs.com/releases/)
- [The Ember Release Cycle](http://emberjs.com/blog/2013/09/06/new-ember-release-process.html)
- [The Ember Project](http://emberjs.com/blog/2015/06/16/ember-project-at-2-0.html)
- [Ember LTS Releases](http://emberjs.com/blog/2016/02/25/announcing-embers-first-lts.html)
Expand Down Expand Up @@ -65,6 +65,7 @@ Ember CLI is the command line interface for managing and packaging Ember.js appl

### Upgrading Ember CLI

<!--alex ignore easy-->
You may upgrade Ember CLI easily using the ember-cli-update project:

```bash
Expand Down