From 3d9ee9b04c704fd4b9a5461c31716d5fbcf75dad Mon Sep 17 00:00:00 2001 From: Jared Galanis Date: Wed, 1 Nov 2023 19:54:10 -0400 Subject: [PATCH] =?UTF-8?q?appease=20lint=20finally=20=F0=9F=A4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/updates-to-ember-data-versioning-strategy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/updates-to-ember-data-versioning-strategy.md b/content/updates-to-ember-data-versioning-strategy.md index 2dee7c592..504b0239e 100644 --- a/content/updates-to-ember-data-versioning-strategy.md +++ b/content/updates-to-ember-data-versioning-strategy.md @@ -10,7 +10,7 @@ tags: - ember-data --- -# Updates To The EmberData Lockstep Versioning Strategy +## Updates To The EmberData Lockstep Versioning Strategy Today the EmberData team is excited to announce changes to how we manage lockstep versioning with the broader Ember.js project. @@ -35,6 +35,7 @@ consumers using older versions by focusing on providing the most robust release - New minor releases of EmberData will coincide with Ember.js' six week release cadence when EmberData releases a new minor. - These changes do not affect how and when ember-source and ember-cli release. - These changes do not change EmberData's LTS support policy or its ember-source LTS support policy. + - The latest EmberData release will always support the last two ember-source LTS releases. ## Mitigating Effects @@ -43,6 +44,7 @@ consumers using older versions by focusing on providing the most robust release - EmberData's README has added a compatibility table. - New releases (including patch and lts releases) of EmberData beginning today will always list the range of compatible ember-source versions in the release notes at time of release - EmberData will begin setting an explicit peerDependency on ember-source set to all tested compatible versions matching the range specified in the release notes + - Note: this peerDependency will at times be much broader than EmberData's official LTS support policy of "last 2 ember-source LTS releases". - ember-cli will ship the latest version of EmberData at times of release in the new app blueprint. - The releases overview on the website will continue to offer instructions for installing the latest version of Ember.js, which will include the latest version of EmberData (see previous bullet point). The LTS page will be updated to track both the Ember.js and EmberData LTS.