Skip to content

Commit

Permalink
feat(ionic): Update to Beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
diegonetto committed May 1, 2014
1 parent 9649258 commit f1afec6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.2.8"></a>
### 0.2.8 (2014-04-28)


#### Bug Fixes

* **bower:** Use range for bower deps to avoid conflicts ([32699be1](http://github.com/diegonetto/generator-ionic/commit/32699be19c178bad75669cb09a506c89aba3b94d))


<a name="0.2.7"></a>
### 0.2.7 (2014-04-28)

Expand Down
3 changes: 2 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ IonicGenerator.prototype.installPlugins = function installPlugins() {
try {
cordova.plugin('add', this.plugins);
} catch (e) {
this.log.error(chalk.red('Please run `yo ionicjs` in an empty directory, or in that of an already existing cordova project.'));
console.log(e);
this.log.error(chalk.red('Please run `yo ionic` in an empty directory, or in that of an already existing cordova project.'));
process.exit(1);
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/common/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.12",
"ionic": "v1.0.0-beta.2"
"ionic": "v1.0.0-beta.3"
},
"devDependencies": {
"angular-mocks": "~1.2.12",
Expand Down

0 comments on commit f1afec6

Please sign in to comment.