Skip to content

Commit 930ac19

Browse files
committed
Publish 0.3.0a5
SHA256 hashes: jupyter-ydoc-0.3.0-a5.tgz: a1b90bf877c64cb6656813b848ce1c87cff32af3209385d98a72b3233648d199 jupyter_ydoc-0.3.0a5-py3-none-any.whl: 965ce9e8394fbce2ef4cd8f6d0bbe8b1bd5324a8280779bad0dd6bf7658bd00e jupyter_ydoc-0.3.0a5.tar.gz: af16a7c75bac4840fb4a9b202273db0b1c2d1b09f4de1bf18d5e0410969a5b19
1 parent 55d80f0 commit 930ac19

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0a5
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Improve IFactory API [#129](https://github.com/jupyter-server/jupyter_ydoc/pull/129) ([@hbcarlos](https://github.com/hbcarlos))
12+
- Improve Python API [#122](https://github.com/jupyter-server/jupyter_ydoc/pull/122) ([@davidbrochart](https://github.com/davidbrochart))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Import all document types from __init__ [#127](https://github.com/jupyter-server/jupyter_ydoc/pull/127) ([@davidbrochart](https://github.com/davidbrochart))
17+
- docs: small README typo fix [#126](https://github.com/jupyter-server/jupyter_ydoc/pull/126) ([@agoose77](https://github.com/agoose77))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-01-13&to=2023-01-17&type=c))
22+
23+
[@agoose77](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Aagoose77+updated%3A2023-01-13..2023-01-17&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-01-13..2023-01-17&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-01-13..2023-01-17&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.3.0a4
628

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

1739
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-01-13..2023-01-14&type=Issues)
1840

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2141
## 0.3.0a3
2242

2343
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.2.0...936175a15ea8500fd1ce2a0773930e82dd4e4687))

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": "0.3.0-a4",
3+
"version": "0.3.0-a5",
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)