Skip to content

Commit fc189c8

Browse files
committed
Publish 3.3.1
SHA256 hashes: jupyter-ydoc-3.3.1.tgz: db15c6b023c8cc8a45ef01903886a9794c38aef75917c0c6c124a1f44ca18e8c jupyter_ydoc-3.3.1-py3-none-any.whl: c3dce8602124f6534682dcd2213253c817772965f47abc696f9095dba788eda9 jupyter_ydoc-3.3.1.tar.gz: cccbff3afb45aab019c50ef2411b3f535cf03f0118fbd306bad8084c93f47fbe
1 parent 0a0d0bc commit fc189c8

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 3.3.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Hard-reload a cell if its outputs change and include `stream` [#362](https://github.com/jupyter-server/jupyter_ydoc/pull/362) ([@krassowski](https://github.com/krassowski))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2025-11-21&to=2025-11-21&type=c))
16+
17+
[@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-11-21..2025-11-21&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 3.3.0
622

723
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -20,8 +36,6 @@
2036

2137
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2025-11-18..2025-11-21&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-11-18..2025-11-21&type=Issues)
2238

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2539
## 3.2.1
2640

2741
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/ydoc",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"type": "module",
55
"description": "Jupyter document structures for collaborative editing using YJS",
66
"homepage": "https://github.com/jupyter-server/jupyter_ydoc",

0 commit comments

Comments
 (0)