Skip to content

Commit 08877c4

Browse files
committed
Publish 1.0.0
SHA256 hashes: jupyter-ydoc-1.0.0.tgz: a642f1c2ccced60b5740c06776ee37925af6219f259703d0fc7124ca6bf4ed93 jupyter_ydoc-1.0.0-py3-none-any.whl: ac3f75b10f59cb01bfb0a4bfc472562c4b6bae6e212569e7379a5612df64fcc7 jupyter_ydoc-1.0.0.tar.gz: 6b186700f0cc10747481d33e3d2d9df6ca78f79b594bddcf8967a6440b8dbc04
1 parent 6ad2fde commit 08877c4

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.0.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.3.4...6ad2fde183a3f592d8a2ff58254b229859caba01))
8+
9+
### Enhancements made
10+
11+
- Add py.typed [#152](https://github.com/jupyter-server/jupyter_ydoc/pull/152) ([@davidbrochart](https://github.com/davidbrochart))
12+
- Add model version [#139](https://github.com/jupyter-server/jupyter_ydoc/pull/139) ([@davidbrochart](https://github.com/davidbrochart))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Add py.typed [#152](https://github.com/jupyter-server/jupyter_ydoc/pull/152) ([@davidbrochart](https://github.com/davidbrochart))
17+
- Bump dependencies and yarn [#151](https://github.com/jupyter-server/jupyter_ydoc/pull/151) ([@fcollonval](https://github.com/fcollonval))
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-02-22&to=2023-03-28&type=c))
22+
23+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-02-22..2023-03-28&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-02-22..2023-03-28&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-02-22..2023-03-28&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 0.3.4
628

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

2143
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-02-21..2023-02-22&type=Issues)
2244

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2545
## 0.3.3
2646

2747
([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": "0.3.4",
3+
"version": "1.0.0",
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)