-
Notifications
You must be signed in to change notification settings - Fork 27.5k
angular-bower publishing unreleased versions #5459
Comments
These pushes are all automated now, but you don't need to worry about them --- Unless you explicitly request those tagged versions, you'll get 1.2.5 (the most recent clean semver release) |
Currently it seems to install
|
Scratch that.. I deleted bower_components and this time it seemed to work. Maybe it's a problem with bower itself?
|
it may have been fixed in one of the fixes from the past 2 days, but all I can see from right now is that the current version (in |
I've also been seeing sporadic use of 1.2.6* but haven't been able to isolate the dependency chain that causes it. |
Note also that "bower install #1.2" gives me 1.2.6-build.2000+sha.73c6671. Closing it here since this seems more like a bower issue that's been exposed by these extra releases, not an issue with angular-bower itself. |
Looking at https://github.com/angular/bower-angular/commits/master/bower.json I see that up until now it's been following published releases of the main Angular project:
v1.2.4
v1.2.5
etc.
But in the last couple days it's started to publish things like:
v1.2.6-build.1998+sha.5c97731
v1.2.6-build.2000+sha.73c6671
etc.
Even though 1.2.6 is not released.
The text was updated successfully, but these errors were encountered: