Skip to content

Commit

Permalink
chore: update changelog and release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Mar 21, 2023
1 parent e50d3e4 commit 885838a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion docs/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This is a summary of changes in ipywidgets releases. For more detailed information, see the issues and pull requests for the appropriate milestone on [GitHub](https://github.com/jupyter-widgets/ipywidgets).

## 8.0.5

Highlights include:

- Fix: propertly typed Comm interface [#3722](https://github.com/jupyter-widgets/ipywidgets/pull/3722)
- Fix: support the comm package [#3533](https://github.com/jupyter-widgets/ipywidgets/pull/3533)
- Fix: use of structuredClone allows for binary traits out of the box [#3689](https://github.com/jupyter-widgets/ipywidgets/pull/3689)
- Fix: combobox update issue [#3681](https://github.com/jupyter-widgets/ipywidgets/issues/3681)
- Fix: add grey as valid color [#3671](https://github.com/jupyter-widgets/ipywidgets/pull/3671)
- Fix: deprecation warning when using interact [#3669](https://github.com/jupyter-widgets/ipywidgets/issues/3669)

## 8.0.4

Highlights include:
Expand All @@ -10,7 +21,7 @@ Highlights include:
- Fix: unintentional deprecation warnings: [#3648](https://github.com/jupyter-widgets/ipywidgets/pull/3648), [#3650](https://github.com/jupyter-widgets/ipywidgets/pull/3650)
- Fix: registry state lookup failed, making is impossible to create widgets from the frontend: [#3653](https://github.com/jupyter-widgets/ipywidgets/pull/3653)

8.0.3
## 8.0.3

---

Expand Down
2 changes: 1 addition & 1 deletion docs/source/dev_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ conda deactivate
conda remove --all -y -n releasewidgets
rm -rf ipywidgets
conda create -c conda-forge --override-channels -y -n releasewidgets notebook nodejs yarn twine jupyterlab=3 jupyter-packaging python-build jq
conda create -c conda-forge --override-channels -y -n releasewidgets notebook nodejs "yarn==1.*" twine jupyterlab=3 jupyter-packaging python-build jq "python==3.9.*"
conda activate releasewidgets
git clone git@github.com:jupyter-widgets/ipywidgets.git
Expand Down

0 comments on commit 885838a

Please sign in to comment.