Ionic v1.2.3 is only partially released?

Ionic team, Happy New Year!

Can you please tag ionic-bower v1.2.2? @mhartington

$ ionic start my-app blank

$ cd my-app

$ ionic info
Ionic Version: 1.2.2
Ionic CLI Version: 1.7.12

$ ionic add angular-moment
Failed to find the bower component "angular-moment".
Are you sure it exists? (CLI v1.7.12)

$ bower install angular-moment --save
bower ionic#1.2.2         ENORESTARGET No tag found that was able to satisfy 1.2.2

(Also, ionic add always prints the same message no matter what the real error is.)

Thanks

Mirko

Looks like @max released Ionic v1.2.3 earlier today, but again there’s no matching git tag in the ionic-bower repo.

$ bower install ngCordova --save
bower ionic#1.2.3         ENORESTARGET No tag found that was able to satisfy 1.2.3

Trying to add any bower component fails with the error above.

Also, creating a new project uses ionic v1.2.3, but ionic lib update reverts it to v1.2.1.

$ ionic start my-app
$ cd my-app
$ ionic info
Ionic Version: 1.2.3

$ ionic lib update
Are you sure you want to replace /Users/mirko/Projects/Ionic/my-app/www/lib/ionic with an updated version of Ionic?
(yes/no): y
Latest version: 1.2.1  (released 2015-12-18)
Downloading: https://github.com/driftyco/ionic-bower/archive/v1.2.1.zip
[=============================]  100%  0.0s
Ionic version updated to: 1.2.1

Seems like v1.2.3 comes from ionic-app-base, while ionic lib update checks code.ionicframework.com, and bower uses the git tag on ionic-bower.

Ideally they should all be updated at the same time for a new release.

1 Like

This is all very confusing. If ionic lib update doesn’t work, how do I get the 1.2.3 release?

Basically Ionic v1.2.3 is only partially released. Changed the title accordingly.