-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated npm version #16850
Comments
Several issues:
@LeaVerou Can you please contact npm support and release new awesomplete package by yourself? There is no point releasing 1.0.0, since it's already released and version in package.json is 0.0.0 while git tag at this point is 1.0.0. So how about a 1.1.0 npm release with current code? Handling Module Name Disputes Synopsis
There is also a bower.son, so I guess this should be also updated to 1.1.0 and match new 1.1.0 git tag. I can prepare code for release, but I can't publish npm package for obvious reason. |
@stubbornella, perhaps you can help? |
@LeaVerou @stubbornella Any progress on this? |
I pinged her privately. |
The guy who published it on npm is @bequadrat. |
@vlazar I just |
Lea, first of all, should it be 1.1 or 2.0 ? #16873 (comment) Then I need to update package.json and add minified version. And update changeling, since you are trying to publish it now. |
I was publishing the previous version @vlazar, as @bequadrat unpublished it. |
And, I think the new version should be 1.1. It's not THAT huge of a change. |
OK, but there are breaking changes and people are asking about semver. |
This version was published from the 1.0 tag and the version in package.json at this tag was 0.0.0 |
Done. Ready for 1.1.0. |
The version in package.json should be in sync with the git tag... |
Sure, the 1.1 is ready, unless you want to name it 2.0 to satisfy expectations like #16873 I'm not sure if it's possible to publish 1.0 now. You can try to unpublish, then checkout But according to https://docs.npmjs.com/cli/unpublish
Maybe it's for same author only, since you only published 0.0.0, you can try to publish 1.0.0 |
One more thought, npm badge! |
Eh, whatever. Since we have a new version, it doesn't matter anymore. |
Wow, that was quick :) Thanks for start using semver! |
Btw: if you use commitizen with the conventional changelog you get changelogs generated for free. |
q |
I get:
argument
$saturation
ofhsl($hue, $saturation, $lightness)
must be between 0 and 100Backtrace:
node_modules/awesomplete/awesomplete.css:91, in function
hsl
And here's what line 91 looks like:
background: hsl(68, 101%, 41%);
Would be lovely if this could be fixed so that we can keep awesomplete as a node module.
The text was updated successfully, but these errors were encountered: