Hi,
can someone help me to understand the versioning of ionic?
The changelog (https://github.com/ionic-team/ionic/blob/master/CHANGELOG.md) tells me, that the latest version is 3.6.1. If I create an example project via the ionic cli (e.g. ionic start ionic_example tabs) most ionic packages are on Version 3.12.1 which seems to be newer than 3.6.1. But if I have a look into the npm repositories (e.g. https://www.npmjs.com/package/@ionic-native/core) the latest version is 4.2.1 ? Is this a beta release of ionic 4?
Which Version should I use for a current stable project?
Thank you.