Skip to content

Commit df7669a

Browse files
committed
Publish 0.3.0a6
SHA256 hashes: jupyter-ydoc-0.3.0-a6.tgz: a170621a864d4d14a19d8c2ef59383d73f066ffa35e0202c9ecf6026bed95764 jupyter_ydoc-0.3.0a6-py3-none-any.whl: bd4e31394209e6131260660023b34f40da832ff47c0b41ec3ec525e679714bac jupyter_ydoc-0.3.0a6.tar.gz: ee35852615e3bab478e8fbfdd0147c62a9470e2db5ace25d4495e77e28389400
1 parent 7b6af75 commit df7669a

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0a6
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/930ac19c5bd65d239e56662d460eddd9398c72e1...7b6af75283a7f6f6272de23530eb7a7d7dc122c2))
8+
9+
### Bugs fixed
10+
11+
- Fixes multiple bugs [#131](https://github.com/jupyter-server/jupyter_ydoc/pull/131) ([@hbcarlos](https://github.com/hbcarlos))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Integrity check [#132](https://github.com/jupyter-server/jupyter_ydoc/pull/132) ([@hbcarlos](https://github.com/hbcarlos))
16+
17+
### API and Breaking Changes
18+
19+
- Fixes multiple bugs [#131](https://github.com/jupyter-server/jupyter_ydoc/pull/131) ([@hbcarlos](https://github.com/hbcarlos))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-01-17&to=2023-01-19&type=c))
24+
25+
[@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-01-17..2023-01-19&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 0.3.0a5
630

731
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -22,8 +46,6 @@
2246

2347
[@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)
2448

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2749
## 0.3.0a4
2850

2951
([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": "0.3.0-a5",
3+
"version": "0.3.0-a6",
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)