Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

v6.8.0 appears in npm but not in releases #3630

Closed
elektronik2k5 opened this issue Feb 11, 2023 · 4 comments
Closed

v6.8.0 appears in npm but not in releases #3630

elektronik2k5 opened this issue Feb 11, 2023 · 4 comments
Labels

Comments

@elektronik2k5
Copy link
Contributor

Intended outcome:

Actual outcome:

How to reproduce the issue:

Versions

Here's the npm release:

 ❯ npm info mobx@6.8.0                             
npm WARN Ignoring workspaces for specified package(s) 
(⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂⠂) ⠧ : WARN Ignoring workspaces for specified package(s)
mobx@6.8.0 | MIT | deps: none | versions: 233
Simple, scalable state management.
https://mobx.js.org/

keywords: mobx, mobservable, observable, react-component, react, reactjs, reactive, model, frp, functional-reactive-programming, state management, data flow

dist
.tarball: https://registry.npmjs.org/mobx/-/mobx-6.8.0.tgz
.shasum: 59051755fdb5c8a9f3f2e0a9b6abaf86bab7f843
.integrity: sha512-+o/DrHa4zykFMSKfS8Z+CPSEg5LW9tSNGTuN8o6MF1GKxlfkSHSeJn5UtgxvPkGgaouplnrLXCF+duAsmm6FHQ==
.unpackedSize: 4.0 MB

maintainers:
- fredyc <fredy.c@seznam.cz>
- mweststrate <mweststrate@gmail.com>
- capaj <capajj@gmail.com>
- jilles <login@jilles.me>
- andykog <mail@andykog.com>
- xaviergonz <xaviergonz@gmail.com>

dist-tags:
beta: 6.0.0-rc.10  latest: 6.8.0      mobx4: 4.15.7      

published 2 days ago by mweststrate <mweststrate@gmail.com>

But the latest release here in the repo is 6.7.0: https://github.com/mobxjs/mobx/releases
Looks like a tag for 6.8.0 is also missing.

@mweststrate is this omission on purpose? What changed in the new release?

@iChenLei
Copy link
Member

iChenLei commented Feb 11, 2023

Hey, thanks for report, it's Known issue.

@urugator
Copy link
Collaborator

urugator commented Feb 11, 2023

For the time being, changes are here: #3601
Only mobx-react-lite failed to publish, unfortunately preventing creation of release notes.
Any help investigating/fixing the issue is welcome.

@cmdcolin
Copy link

cmdcolin commented Mar 26, 2023

I think it happened again with latest release here https://github.com/mobxjs/mobx/actions/runs/4518698760/jobs/7958739332

I translated the hex to ascii in the error message and it gave me something like this message

npm WARN prepublish-on-install As of npm@5, prepu...`

which leads to various threads like npm/npm#16685

it may be worth changing prepublish->prepublishOnly, it would at least probably remove that "warning" and give a new error if not fix it

congrats on new release btw :)

@mweststrate
Copy link
Member

Fixed in 278323e

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants