Skip to content

Commit

Permalink
fix lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Nov 1, 2023
1 parent ad94044 commit 181187c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/updates-to-ember-data-versioning-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ 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.
- The latest EmberData release will always support the last two ember-source LTS releases.

## Mitigating Effects

- The API Docs will continue to function as expected except that when viewing docs for EmberData the version dropdown will only include versions available for EmberData. Additionally, linking from places in the EmberData API docs to the Ember API docs will take you to the matching version number of Ember - not necessarily the most recently released version of Ember.
- 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".
- 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.

Expand Down

0 comments on commit 181187c

Please sign in to comment.