jupyterlab / jupyter-renderers

Renderers and renderer extensions for JupyterLab
BSD 3-Clause "New" or "Revised" License
489 stars 77 forks source link

`@jupyterlab/mathjax2-extension` 4.0.0 is not published on npm #306

Closed trungleduc closed 1 year ago

trungleduc commented 1 year ago

jupyterlab-mathjax2 4.0.0 is published on PyPI but on NPM it still is 4.0.0-alpha.21

welcome[bot] commented 1 year ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

jtpio commented 1 year ago

This seems to be the case with the @jupyterlab/geojson-extension package as well.

Here the version is 3.4.0:

https://github.com/jupyterlab/jupyter-renderers/blob/4d08ef19cd90d56c121587f62764ee2a135caa98/packages/geojson-extension/package.json#L2-L3

While on npm the latest is 3.3.0:

image

jtpio commented 1 year ago

Releases are still made manually in this repo it seems.

So probably following the steps mentioned in RELEASE.md would fix the issue: https://github.com/jupyterlab/jupyter-renderers/blob/master/RELEASE.md#releasing-on-npm

cc @fcollonval who I think took care of the latest release.

fcollonval commented 1 year ago

Thanks for the pointers @jtpio

I think I skipped the npm publication thinking (too quickly) it is no longer needed as the federated extension should be the way to install these packages.

I'll publish the packages on npm.

fcollonval commented 1 year ago

They have been released.