Skip to content

Commit

Permalink
Merge pull request #81 from PoslinskiNet/ember-3.10
Browse files Browse the repository at this point in the history
Ember 3.10
  • Loading branch information
PoslinskiNet authored May 22, 2019
2 parents 5519841 + 87396ad commit 60a6d36
Show file tree
Hide file tree
Showing 6 changed files with 1,138 additions and 692 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 2017,
sourceType: "module"
ecmaVersion: 2018,
sourceType: 'module'
},
plugins: ["ember"],
extends: ["eslint:recommended", "plugin:ember/recommended"],
Expand Down
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "6"
- "8"

sudo: false
dist: trusty
Expand Down Expand Up @@ -51,10 +51,5 @@ jobs:
- env: EMBER_TRY_SCENARIO=ember-canary
- env: EMBER_TRY_SCENARIO=ember-default-with-jquery

before_install:
- npm config set spin false
- npm install -g npm@4
- npm --version

script:
- node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Change Log

## [v1.4.3](https://github.com/PoslinskiNet/ember-pell/tree/v1.4.3) (2019-02-10)
[Full Changelog](https://github.com/PoslinskiNet/ember-pell/compare/v1.4.2...v1.4.3)
## [v1.4.4](https://github.com/PoslinskiNet/ember-pell/tree/v1.4.4) (2019-04-19)
[Full Changelog](https://github.com/PoslinskiNet/ember-pell/compare/v1.4.3.0...v1.4.4)

**Implemented enhancements:**

- Ember 3.9 upgrade [\#76](https://github.com/PoslinskiNet/ember-pell/pull/76) ([PoslinskiNet](https://github.com/PoslinskiNet))

**Merged pull requests:**

- Update ember-cli-uglify to the latest version 🚀 [\#75](https://github.com/PoslinskiNet/ember-pell/pull/75) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update ember-cli to the latest version 🚀 [\#74](https://github.com/PoslinskiNet/ember-pell/pull/74) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
- Update ember-source to the latest version 🚀 [\#73](https://github.com/PoslinskiNet/ember-pell/pull/73) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v1.4.3.0](https://github.com/PoslinskiNet/ember-pell/tree/v1.4.3.0) (2019-02-10)
[Full Changelog](https://github.com/PoslinskiNet/ember-pell/compare/v1.4.2...v1.4.3.0)

**Implemented enhancements:**

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Compatibility

* Ember.js v2.18 or above
* Ember CLI v2.13 or above
* Node.js v8 or above


Installation
Expand Down
Loading

0 comments on commit 60a6d36

Please sign in to comment.