Skip to content

Commit d04ca78

Browse files
committed
Commit changes to package.json and Changelog for beta.31
1 parent b3608f3 commit d04ca78

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="2.0.0-beta.31"></a>
2+
# [2.0.0-beta.31](https://github.com/driftyco/ionic-cli/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2016-06-13)
3+
4+
5+
### Bug Fixes
6+
7+
* **bower:** change check for bower to use execSync. ([9de2157](https://github.com/driftyco/ionic-cli/commit/9de2157))
8+
* **login:** show error message from login results on login failure. ([2379b41](https://github.com/driftyco/ionic-cli/commit/2379b41))
9+
* **start:** ensure that folders can be created even if they are numeric. ([6322376](https://github.com/driftyco/ionic-cli/commit/6322376))
10+
11+
12+
### Features
13+
14+
* **start:** remove javascript as an option for v2 projects because they should all be typescript. ([3f87bfb](https://github.com/driftyco/ionic-cli/commit/3f87bfb))
15+
16+
117
<a name="2.0.0-beta.30"></a>
218
# [2.0.0-beta.30](https://github.com/driftyco/ionic-cli/compare/v2.0.0-beta.29...v2.0.0-beta.30) (2016-06-06)
319

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "2.0.0-beta.30",
3+
"version": "2.0.0-beta.31",
44
"preferGlobal": true,
55
"description": "A tool for creating and developing Ionic Framework mobile apps.",
66
"homepage": "http://ionicframework.com/",
@@ -67,7 +67,7 @@
6767
"gulp": "3.8.8",
6868
"gulp-util": "3.0.7",
6969
"inquirer": "0.11.2",
70-
"ionic-app-lib": "2.0.0-beta.16",
70+
"ionic-app-lib": "2.0.0-beta.17",
7171
"moment": "2.11.1",
7272
"open": "0.0.5",
7373
"optimist": "0.6.0",

0 commit comments

Comments
 (0)