Skip to content

Commit

Permalink
chore(deps): revert angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Feb 22, 2017
1 parent 2f0ecf1 commit 98e8158
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -25,18 +25,18 @@
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
},
"dependencies": {
"@angular/common": "2.4.8",
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"ionicons": "~3.0.0",
"rxjs": "5.1.1",
"zone.js": "~0.7.2"
"rxjs": "5.0.0-beta.12",
"zone.js": "~0.6.26"
},
"devDependencies": {
"@ionic/app-scripts": "1.1.3",
Expand Down

6 comments on commit 98e8158

@GarettRogers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nooo! What happened?

@gigocabrera
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😢 ahhh

@jgw96
Copy link
Contributor Author

@jgw96 jgw96 commented on 98e8158 Feb 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry! We ran into some issues with ionic storage and 2.4.8 (apparently angular slipped in a breaking change in 2.3.0 that broke ionic storage). We are currently working on updating ionic-storage to work with angular 2.4.8 and then we will do the update here.

@jgw96
Copy link
Contributor Author

@jgw96 jgw96 commented on 98e8158 Feb 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh and i agree with the 😢 haha but we would rather give you guys something that worked even if it was not on the latest than something that is on the latest but breaks things.

@gigocabrera
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't agree more. Thank you Justin ✌️

@godspeed529
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this make it into 2.1?

Please sign in to comment.