Skip to content

Commit

Permalink
Released v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Robdel12 committed Aug 14, 2015
1 parent afa358d commit d777e5f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
20 changes: 20 additions & 0 deletions config/release.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* jshint node:true */
// var RSVP = require('rsvp');

// For details on each option run `ember help release`
module.exports = {
// local: true,
// remote: 'some_remote',
// annotation: "Release %@",
// message: "Bumped version to %@",
// manifest: [ 'package.json', 'bower.json', 'someconfig.json' ],
// strategy: 'date',
// format: 'YYYY-MM-DD',
// timezone: 'America/Los_Angeles',
//
// beforeCommit: function(project, versions) {
// return new RSVP.Promise(function(resolve, reject) {
// // Do custom things here...
// });
// }
};
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emberx-select",
"version": "1.1.3",
"version": "2.0.0",
"description": "A Select component based on html select.",
"directories": {
"doc": "doc",
Expand All @@ -22,18 +22,18 @@
"ember-cli": "1.13.8",
"ember-cli-app-version": "0.5.0",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-github-pages": "0.0.6",
"ember-cli-dependency-checker": "^1.0.1",
"ember-cli-github-pages": "0.0.6",
"ember-cli-htmlbars": "0.7.9",
"ember-cli-htmlbars-inline-precompile": "^0.2.0",
"ember-cli-ic-ajax": "0.2.1",
"ember-cli-mocha": "0.8.0",
"ember-cli-inject-live-reload": "^1.3.1",
"ember-cli-release": "0.2.3",
"ember-cli-mocha": "0.8.0",
"ember-cli-release": "0.2.5",
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.0.0",
"ember-disable-proxy-controllers": "^1.0.0",
"ember-export-application-global": "^1.0.3",
"ember-disable-prototype-extensions": "^1.0.0",
"ember-try": "0.0.6"
},
"keywords": [
Expand Down

0 comments on commit d777e5f

Please sign in to comment.