onehilltech / ember-cli-mdc

ember-cli addon for material-components-web
Apache License 2.0
44 stars 15 forks source link

Problem with npmjs versioning #41

Closed mtsgeneroso closed 2 years ago

mtsgeneroso commented 2 years ago

I've been helping some coworkers install these components on their projects. An annoying thing has been happening when we try to install the latest stable version and by mistake we get an alpha.

image

Is it possible to follow the @material-components pattern?

image

hilljh82 commented 2 years ago

@mtsgeneroso Unfortunately, we do not want to do that since we do not release and/or update at the same times. Make sure you are adding the version to the ember addon being installed:

https://github.com/onehilltech/ember-cli-mdc#installation

mtsgeneroso commented 2 years ago

@hilljh82 OK, got it.