Skip to content

Commit 76c8b54

Browse files
committed
Publish 2.1.5
SHA256 hashes: jupyter-ydoc-2.1.5.tgz: 93c5f4a1764e2c796a8bccbf8122bc54bb404bd884cea6568314550b073ae1ea jupyter_ydoc-2.1.5-py3-none-any.whl: 8a2d7ea6abe7547b725401ba022eb4717fdc2bff19efc2c817922a6fcf33cc3b jupyter_ydoc-2.1.5.tar.gz: 0a66d437e266a3f74f2a2d290b8bf8737eba6b37c415e829779416fde3a2f532
1 parent 915293c commit 76c8b54

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 2.1.5
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Increase pycrdt compatible version range [#308](https://github.com/jupyter-server/jupyter_ydoc/pull/308) ([@davidbrochart](https://github.com/davidbrochart))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2024-11-29&to=2025-01-28&type=c))
16+
17+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-11-29..2025-01-28&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 2.1.4
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%3A2024-10-18..2024-11-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2024-10-18..2024-11-29&type=Issues)
2238

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

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

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/ydoc",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
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)