How do I downgrade the `Ionic Framework Version`?

Hi All,

I am using Ionic 2, and would like to downgrade the Ionic Framework Version: 2.0.0-rc.3 to the beta version.

ionic info

Your system information:

Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.0.0-beta.31
Ionic App Lib Version: 2.0.0-beta.17
OS:
Node Version: v6.2.2

I have tried the following:

npm uninstall -g ionic
npm install -g ionic@2.0.0-beta.31

But as you can see, all this did was downgrade the Ionic CLI Version.

Question

How do I downgrade the Ionic Framework Version?

Any help appreciated.

Why do you want to do this? It will make further support requests fail, because everybody will just tell you to upgrade to the current version.

I have an app developed on the beta. I did try upgrade to rc03, but spent days with many errors. The reason is because I also have a Meteor/Mongo element to the app, and when I change Ionic all this breaks.

I think it will be far easier to revert back to the beta.

My package.json has the folliwng:

"ionic-angular": "^2.0.0-rc.3",

Do I need to change this to:

"ionic-angular": "^2.0.0-beta.31",

Then do I run something to make the change take affect?