-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Publish all released versions of angular material to yarn & npm #10762
Comments
👍 for this. Right now we're doing things like "angular-material-source": "github:angular/material#v1.1.9", which is not great. |
@jayanthm this should be resolved as all recent releases have been published to NPM. If there is a specific release (not RC) that isn't on NPM, please let me know and I will see what I can do to fix that. |
@Splaktar as you can see on the npm page, the last version published is 1.0.10: https://www.npmjs.com/package/angular-material-source |
@miguelcobain that should not be needed at all. You can see all of the recent releases listed on the Versions tab here or via We also have instructions for installing on our README and more in depth instructions here. |
@Splaktar the problem is that package does not include angular material source files, just the built project. Some projects might want to use angular material sass stylesheets, for example. |
@miguelcobain Unfortunately that repo was not published by the Angular team. It appears that https://www.npmjs.com/~dagi12 published it. I've sent a request to NPM to unpublish that package. |
@Splaktar publishing the package myself was something I did not think about. Thanks for the heads up. 👍 |
@miguelcobain the source is included via Under We also have https://github.com/angular/material-tools if you want to build a custom version of AngularJS Material without layouts, etc. Please do not re-publish our repositories. |
If you have any further questions, please let us know via the AngularJS Material forums. |
Thank you for bringing that up. Unfortunately it doesn't include the individual scss files, which is the only thing I really need. There are individual css files, though, but that won't help sass users a lot. |
There have been several versions being hosted on bower and not on yarn/npm. It would be helpful to people trying to just use one package manager if all versions can be found in both places. Few examples, v1.0.0-rc4 is available on bower but not on yarn.
The text was updated successfully, but these errors were encountered: