Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Publish all released versions of angular material to yarn & npm #10762

Closed
jayanthm opened this issue Jun 22, 2017 · 10 comments
Closed

Publish all released versions of angular material to yarn & npm #10762

jayanthm opened this issue Jun 22, 2017 · 10 comments

Comments

@jayanthm
Copy link

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.

@miguelcobain
Copy link

👍 for this.
Latest release on npm is 1.0.10, about a year ago.

Right now we're doing things like

"angular-material-source": "github:angular/material#v1.1.9",

which is not great.

@Splaktar Splaktar self-assigned this Sep 5, 2018
@Splaktar
Copy link
Member

Splaktar commented Sep 5, 2018

@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.

@miguelcobain
Copy link

@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

@Splaktar
Copy link
Member

Splaktar commented Sep 5, 2018

@miguelcobain that should not be needed at all. You can see all of the recent releases listed on the Versions tab here or via npm view angular-material versions.

We also have instructions for installing on our README and more in depth instructions here.

@Splaktar Splaktar closed this as completed Sep 5, 2018
@miguelcobain
Copy link

@Splaktar the problem is that package does not include angular material source files, just the built project.
angular-material-source package includes all the source files.

Some projects might want to use angular material sass stylesheets, for example.
Would it be to much of a problem to publish angular-material-source package as well?

@Splaktar
Copy link
Member

Splaktar commented Sep 5, 2018

@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.

@miguelcobain
Copy link

@Splaktar publishing the package myself was something I did not think about. Thanks for the heads up. 👍

@Splaktar
Copy link
Member

Splaktar commented Sep 5, 2018

@miguelcobain the source is included via npm i angular-material already:
screen shot 2018-09-05 at 11 47 46 am

Under modules/js you can find all of the individual .js files. Under modules/scss you can find all of the SASS files.

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.

@Splaktar
Copy link
Member

Splaktar commented Sep 5, 2018

If you have any further questions, please let us know via the AngularJS Material forums.

@miguelcobain
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants