Skip to content

Commit 87919c6

Browse files
committed
Publish 3.3.0
SHA256 hashes: jupyter-ydoc-3.3.0.tgz: 77b1fdbc277b18cabd0d3cd935dc69334c527fa9fd209e075c3eb68b78e8d2af jupyter_ydoc-3.3.0-py3-none-any.whl: 10774d8215c360b2cd4585aea1de5de45bd94b187eaaafe90415eed2c9a63053 jupyter_ydoc-3.3.0.tar.gz: ff5a12dff34c9c14bbdcedfa868c50e727d95953acaf7052d014e0a1b7dc5ecb
1 parent 91d2742 commit 87919c6

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 3.3.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Fix cell modifications causing cell output reload and shift to active cell index [#360](https://github.com/jupyter-server/jupyter_ydoc/pull/360) ([@krassowski](https://github.com/krassowski))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Add more tests, require Python 3.10+ [#359](https://github.com/jupyter-server/jupyter_ydoc/pull/359) ([@davidbrochart](https://github.com/davidbrochart))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2025-11-18&to=2025-11-21&type=c))
20+
21+
[@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)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 3.2.1
626

727
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -18,8 +38,6 @@
1838

1939
[@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-11-17..2025-11-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2025-11-17..2025-11-18&type=Issues)
2040

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2341
## 3.2.0
2442

2543
([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.2.1",
3+
"version": "3.3.0",
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)