ember-cli just published its new version 2.5.0, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of ember-cli – otherwise use this branch to work on adaptions and fixes.
npm install --save-dev ember-cli@2.5.0 -- Update project's package.json to use latest version.
npm install -- Reinstall NPM dependencies.
bower install -- Reinstall bower dependencies.
ember init -- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.
Changelog
The following changes are required if you are upgrading from the previous
version:
Hello :wave:
:rocket::rocket::rocket:
ember-cli just published its new version 2.5.0, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of ember-cli – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging :palm_tree:
GitHub Release
Setup
npm uninstall -g ember-cli
-- Remove old global ember-clinpm cache clean
-- Clear NPM cachebower cache clean
-- Clear Bower cachenpm install -g ember-cli@2.5.0
-- Install new global ember-cliProject Update
rm -rf node_modules bower_components dist tmp
-- Delete temporary development folders.npm install --save-dev ember-cli@2.5.0
-- Update project'spackage.json
to use latest version.npm install
-- Reinstall NPM dependencies.bower install
-- Reinstall bower dependencies.ember init
-- This runs the new project blueprint on your projects directory. Please follow the prompts, and review all changes (tip: you can see a diff by pressing d). The most common source of upgrade pain is missing changes in this step.Changelog
The following changes are required if you are upgrading from the previous
version:
ember new
diffpackage.json
:ember-data
to^2.5.0
ember-cli-jshint
at^1.0.0
ember
inbower.json
to~2.5.0
ember addon
diffpackage.json
:ember-data
to^2.5.0
ember-cli-jshint
at^1.0.0
ember
inbower.json
to~2.5.0
Community Contributions
This pull request was created by greenkeeper.io. It keeps your software up to date, all the time.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: