Skip to content

Commit

Permalink
Upgrade to ionic rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
lathonez committed Nov 18, 2016
1 parent d15f5a6 commit d1a7df2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

### Features

* **Update**: Update to Ionic RC3 ([](https://github.com/lathonez/clicker/commit/))
* **Update**: Update Angular-CLI PR [#176](https://github.com/lathonez/clicker/pull/176)([b7486d2](https://github.com/lathonez/clicker/commit/b7486d2))

<a name="2.2.1"></a>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ See the changelog [here](https://github.com/lathonez/clicker/blob/master/CHANGEL
## Dependencies

* **@Angular:** 2.1.1
* **Ionic:** 2.0.0-rc.2
* **Ionic:** 2.0.0-rc.3
6 changes: 2 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
<preference name="DisallowOverscroll" value="true"/>
<preference name="android-minSdkVersion" value="16"/>
<preference name="BackupWebStorage" value="none"/>
<preference name="SplashScreenDelay" value="0"/>
<preference name="FadeSplashScreen" value="false"/>
<preference name="FadeSplashScreenDuration" value="0"/>
<preference name="SplashScreenBackgroundColor" value="0xFFFFFFFF"/>
<preference name="SplashMaintainAspectRatio" value="true"/>
<preference name="FadeSplashScreenDuration" value="300"/>
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar"/>
</feature>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@angular/platform-browser-dynamic": "2.1.1",
"@angular/platform-server": "2.1.1",
"@ionic/storage": "1.1.6",
"ionic-angular": "2.0.0-rc.2",
"ionic-angular": "2.0.0-rc.3",
"ionic-native": "2.2.3",
"ionicons": "3.0.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.21"
"zone.js": "0.6.26"
},
"devDependencies": {
"@ionic/app-scripts": "0.0.39",
"@ionic/app-scripts": "0.0.45",
"@types/jasmine": "2.5.37",
"angular-cli": "1.0.0-beta.20-1",
"codelyzer": "~0.0.26",
Expand Down

0 comments on commit d1a7df2

Please sign in to comment.