Skip to content

Commit

Permalink
[BREAKING] drop support for ember 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-worley committed Aug 19, 2019
1 parent 7f9f611 commit ebb7fb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
matrix:
# we recommend new addons test the current and previous LTS
# as well as latest stable release (bonus points to beta/canary)
- EMBER_TRY_SCENARIO=ember-lts-2.18
- EMBER_TRY_SCENARIO=ember-lts-3.4
- EMBER_TRY_SCENARIO=ember-lts-3.8
- EMBER_TRY_SCENARIO=ember-release
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</a>
</div>

[![Ember Versions](https://img.shields.io/badge/Ember.js%20Versions-%5E2.18%20and%20%5E3.0-brightgreen.svg)](https://travis-ci.org/offirgolan/ember-light-table)
[![Ember Versions](https://img.shields.io/badge/Ember.js%20Versions-%5E3.4%20and%20%5E4.0-brightgreen.svg)](https://travis-ci.org/offirgolan/ember-light-table)
[![Build Status](https://travis-ci.org/offirgolan/ember-light-table.svg)](https://travis-ci.org/offirgolan/ember-light-table)
[![npm version](https://badge.fury.io/js/ember-light-table.svg)](http://badge.fury.io/js/ember-light-table)
[![Download Total](https://img.shields.io/npm/dt/ember-light-table.svg)](http://badge.fury.io/js/ember-light-table)
Expand Down Expand Up @@ -36,8 +36,8 @@
Compatibility
------------------------------------------------------------------------------

* Ember.js v2.18 or above
* Ember CLI v2.18 or above
* Ember.js v3.4 or above
* Ember CLI v3.4 or above


Installation
Expand Down
8 changes: 0 additions & 8 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ module.exports = function() {
return {
useYarn: true,
scenarios: [
{
name: 'ember-lts-2.18',
npm: {
devDependencies: {
'ember-source': '~2.18.0'
}
}
},
{
name: 'ember-lts-3.4',
npm: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-light-table",
"version": "2.0.0-beta.3",
"description": "Lightweight, component based table for Ember 2.18+",
"description": "Lightweight, component based table for Ember 3.4+",
"keywords": [
"ember-addon",
"table"
Expand Down Expand Up @@ -95,7 +95,7 @@
"configPath": "tests/dummy/config",
"demoURL": "http://offirgolan.github.io/ember-light-table",
"versionCompatibility": {
"ember": ">=2.18.0 <4.0.0"
"ember": ">=3.4.0 <4.0.0"
}
},
"changelog": {
Expand Down

0 comments on commit ebb7fb2

Please sign in to comment.