Skip to content

Commit 0748465

Browse files
committed
Publish 3.3.2
SHA256 hashes: jupyter-ydoc-3.3.2.tgz: 961465904ece3d2c31f3c47720ea3f11f8faf18d505976b34a09e77424ac7ca4 jupyter_ydoc-3.3.2-py3-none-any.whl: 373b88822ef97719a97182338c41d7a5eb4e1ac7adb48e8a715186ed4a05df3c jupyter_ydoc-3.3.2.tar.gz: 256d8c10d4787f16ffea66d4bdc65cbdf60a0fa6c0f6b87e70e8fc69a3b2883a
1 parent 87e2052 commit 0748465

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.2
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.3.1...87e205209dbfed2d367424e6913c88916e77d98e))
8+
9+
### Enhancements made
10+
11+
- Perform granular updates if reloading textual files [#366](https://github.com/jupyter-server/jupyter_ydoc/pull/366) ([@krassowski](https://github.com/krassowski))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Bump actions/checkout from 5 to 6 [#363](https://github.com/jupyter-server/jupyter_ydoc/pull/363) ([@dependabot](https://github.com/dependabot))
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-21&to=2025-12-01&type=c))
20+
21+
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2025-11-21..2025-12-01&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-11-21..2025-12-01&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2025-11-21..2025-12-01&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 3.3.1
626

727
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.3.0...0a0d0bc23b5894db0b00c5b073861025757c72db))
@@ -16,8 +36,6 @@
1636

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2139
## 3.3.0
2240

2341
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.2.1...91d2742a5faff878f7d802e994922e7c3bcf9d33))

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.1",
3+
"version": "3.3.2",
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)