Skip to content

Commit 9c1d479

Browse files
committed
Publish 0.1.0a6
SHA256 hashes: jupyter-server-documents-0.1.0-a6.tgz: c4988867e9197b205a765753801bc4a3475d71b9009af428c1b30fc7fbf2fdf3 jupyter_server_documents-0.1.0a6-py3-none-any.whl: 8f13ffcd32e51fc73cf92f96b47a3fddf8f527341c3e75030a121dd0c8bfa8e1 jupyter_server_documents-0.1.0a6.tar.gz: 603c29ff5f6003ce4dd5d3e0d63eca3ae4e64dfc086d6466675638f48b123d76
1 parent bc6b60d commit 9c1d479

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,31 @@
22

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

5+
## 0.1.0a6
6+
7+
([Full Changelog](https://github.com/jupyter-ai-contrib/jupyter-server-documents/compare/10c176a76ac7595a299d4ccb4ccfb57c283c2182...bc6b60d58f569e77ab828ffe3cccff2d09a83675))
8+
9+
### Enhancements made
10+
11+
- Add optional `on_reset` argument to `YRoom` get methods [#152](https://github.com/jupyter-ai-contrib/jupyter-server-documents/pull/152) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Bugs fixed
14+
15+
- Fixing lint error [#159](https://github.com/jupyter-ai-contrib/jupyter-server-documents/pull/159) ([@3coins](https://github.com/3coins))
16+
- Fix real-time output clearing for collaborative editing [#150](https://github.com/jupyter-ai-contrib/jupyter-server-documents/pull/150) ([@ellisonbg](https://github.com/ellisonbg))
17+
18+
### Documentation improvements
19+
20+
- Add `CLAUDE.md` and `AGENTS.md` [#154](https://github.com/jupyter-ai-contrib/jupyter-server-documents/pull/154) ([@dlqqq](https://github.com/dlqqq))
21+
22+
### Other merged PRs
23+
24+
- Increase stream limit to 200 [#149](https://github.com/jupyter-ai-contrib/jupyter-server-documents/pull/149) ([@ellisonbg](https://github.com/ellisonbg))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyter-ai-contrib/jupyter-server-documents/graphs/contributors?from=2025-07-25&to=2025-10-14&type=c))
29+
30+
[@3coins](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-documents+involves%3A3coins+updated%3A2025-07-25..2025-10-14&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-documents+involves%3Adlqqq+updated%3A2025-07-25..2025-10-14&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyter-ai-contrib%2Fjupyter-server-documents+involves%3Aellisonbg+updated%3A2025-07-25..2025-10-14&type=Issues)
31+
532
<!-- <END NEW CHANGELOG ENTRY> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/server-documents",
3-
"version": "0.1.0-alpha.5",
3+
"version": "0.1.0-a6",
44
"description": "A JupyterLab extension that provides RTC capabilities.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)