jupyterlab-topbar
jupyterlab-topbar copied to clipboard
Fix handling of the top-level version
Follow-up to https://github.com/jupyterlab-contrib/jupyterlab-topbar/pull/101
We still need a way to:
- properly bump the top-level version here:
https://github.com/jupyterlab-contrib/jupyterlab-topbar/blob/3744d6063adc32cc871c7274a6c21b996e2d8a04/package.json#L3
- or version all the packages independently, and then use a date based version for the top-level (for example
2024.02.21
)
This seems to be causing issues already, as noticed in https://github.com/jupyterlab-contrib/jupyterlab-topbar/actions/runs/8006108629/job/21867054874?pr=118