Skip to content

Commit 8c747ab

Browse files
chore: update changelog and release instructions
1 parent c5fac25 commit 8c747ab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/source/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ ipywidgets changelog
44
A summary of changes in ipywidgets. For more detailed information, see the issues and pull requests for the appropriate milestone on [GitHub](https://github.com/jupyter-widgets/ipywidgets).
55

66

7+
7.7.4
8+
-----
9+
10+
Highlights include
11+
12+
- (backport) Fix: add grey as valid color [#3671](https://github.com/jupyter-widgets/ipywidgets/pull/3671)
13+
- (backport) Fix: use of structuredClone allows for binary traits out of the box [#3689](https://github.com/jupyter-widgets/ipywidgets/pull/3689)
14+
- (backport) Fix: support the comm package [#3533](https://github.com/jupyter-widgets/ipywidgets/pull/3533)
715

816
7.7.3
917
-----

docs/source/dev_release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ conda deactivate
1010
conda remove --all -y -n releasewidgets
1111
rm -rf ipywidgets
1212
13-
conda create -c conda-forge --override-channels -y -n releasewidgets notebook "nodejs==16.*" "yarn<2" twine jupyterlab=3 jupyter-packaging jq python==3.8
13+
conda create -c conda-forge --override-channels -y -n releasewidgets notebook "nodejs==16.*" "yarn<2" twine jupyterlab=3 jupyter-packaging jq python==3.9
1414
conda activate releasewidgets
1515
1616
git clone [email protected]:jupyter-widgets/ipywidgets.git

0 commit comments

Comments
 (0)