Ionic 3.1.0 is released

The package.json should look like this:

"dependencies": {
  "@angular/common": "4.0.2",
  "@angular/compiler": "4.0.2",
  "@angular/compiler-cli": "4.0.2",
  "@angular/core": "4.0.2",
  "@angular/forms": "4.0.2",
  "@angular/http": "4.0.2",
  "@angular/platform-browser": "4.0.2",
  "@angular/platform-browser-dynamic": "4.0.2",
  "@ionic-native/core": "3.5.0",
  "@ionic-native/splash-screen": "3.5.0",
  "@ionic-native/status-bar": "3.5.0",
  "@ionic/storage": "2.0.1",
  "ionic-angular": "3.1.0",
  "ionicons": "3.0.0",
  "rxjs": "5.1.1",
  "sw-toolbox": "3.4.0",
  "zone.js": "^0.8.9"
},
"devDependencies": {
  "@ionic/app-scripts": "1.3.5",
  "typescript": "~2.2.1"
}

They forgot to update some packages in the Changelog 3.1 post.

I updated my guide to 3.1: Guide: How to update to Ionic 3.X

3 Likes