Incorrect versions/tags on NPM and docs site?
See original GitHub issueAFAICT, v6.0.0-beta.2
is currently the latest and greatest, though Iām a bit confused.
10 months ago, v6.0.0
was published to NPM:
https://www.npmjs.com/package/ember-intl/v/6.0.0
And the docs site even includes v6.0.1
:
https://ember-intl.github.io/ember-intl/versions/v6.0.1/
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Common errors | npm Docs
Possible temporary npm registry glitch, or corrupted local server cache. Run npm cache clean and/or try again later. Ā· This can be caused...
Read more >npm-version - npm Docs
Default: true; Type: Boolean. Tag the commit when using the npm version command. Setting this to false results in no commit being made...
Read more >npm-dist-tag
npm -dist-tag. Modify package distribution tags. Select CLI Version: Version 9.2.0 (Latest Release).
Read more >npm-install - npm Docs
npm install node-tap --save-dev ... See the git man page for details. Examples: ... Will also prevent writing to package-lock.json if set to...
Read more >go-coin module - github.com/coin-labs/go-coin - Go Packages
Project Layout Ā· daemon/algod holds the algod daemon, which implements a participating node. algod allows a node to participate in the agreement protocol,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we need to do these things:
v6.x
and tag it aslatest
on npm, e.g.v6.1.0
.v6.x
release? Edit: yesv6.0.0
v5.7.1
&v5.7.2
indeed includev6.x
breaking changes, we should consider deprecating them, oncev6.x
is released and tagged aslatest
. However, we must evaluate, whether by doing so we risk breaking apps of users who already upgraded to these versions vs. whether thereās actually any real danger for users unwittingly installing thesev6.x
changes.RELEASING.md
@buschtoens Thank you for looking into this and sending all these details. I donāt think I have the skills to help, but Iām impressed and supportive of your efforts to fix this š