7.6.0 release notes
See original GitHub issueWe released ipywidgets 7.6.0 today.
It turns out that lerna isn’t as able to bump rc versions of packages as I remember. In order to do the 7.6 release, I did:
./node_modules/.bin/lerna version patch --force-publish=@jupyter-widgets/example-web1,@jupyter-widgets/example-web2,@jupyter-widgets/example-web3,@jupyter-widgets/example-web4,@jupyter-widgets/jupyterlab-manager,@jupyter-widgets/base,@jupyter-widgets/controls,@jupyter-widgets/html-manager,@jupyter-widgets/output,@jupyter-widgets/notebook-manager -m "Publish npm packages" --no-push
./node_modules/.bin/lerna publish from-git
This bumped the versions of appropriate packages from rc to final releases and published them.
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
Version 7.6.0 Release Notes - WHMCS Documentation
Version History ; 7.6.1, Maintenance, 28th August 2018 ; 7.6.0, General Release, 31st July 2018 ; 7.6.0, Release Candidate 1, 17th July 2018...
Read more >Gradle 7.6 Release Notes
This release includes building and running code with Java 19, a flag to rerun tasks individually, a new strongly-typed dependencies block for JVM...
Read more >VMware Carbon Black EDR Server 7.6.0 Release Notes
VMware Carbon Black EDR 7.6.0 introduces an update to the user interface (UI) to improve and modernize the visual experience of the product....
Read more >Smart Update Manager 7.6.0 Release Notes (Edition 2)
Smart Update Manager 7.6.0 Release Notes (Edition 2). Language: DE_DE · ZH_CN · ES_ES · JA_JP · FR_FR · Download PDF. Smart Update...
Read more >7.6.0 GA Release Notes - LogRhythm Documentation
Bug # Found in Version Component
DE1288 7.4.6 AI Engine
DE1336 7.4.6 AI Engine
DE1606 7.3.5 AI Engine
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
Great. Closing this issue as resolved, and we can continue conversation on the 8.0 issue. Thanks!
Following up on this: this is done in https://github.com/jupyter-widgets/ipywidgets/pull/3051