Skip to content

Commit 1a81be9

Browse files
committed
Publish 2.0.0
SHA256 hashes: jupyter-ydoc-2.0.0.tgz: a2713ea25b30dbdf6b75f95f0ab767255569d7dffd2d5c228c6b5dbb07fdcd55 jupyter_ydoc-2.0.0-py3-none-any.whl: 37330bf8acede4b822e493591bde8c9e4b6deda61b7d7ce29da737db5f879429 jupyter_ydoc-2.0.0.tar.gz: 9bb3f4d327d47597d9430358df3d59795899521ca0eb50c799c0236ef4dc177d
1 parent bd99898 commit 1a81be9

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

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

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

5+
## 2.0.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Bump conda-incubator/setup-miniconda from 2 to 3 [#202](https://github.com/jupyter-server/jupyter_ydoc/pull/202) ([@dependabot](https://github.com/dependabot))
12+
- Use pycrdt instead of y-py [#194](https://github.com/jupyter-server/jupyter_ydoc/pull/194) ([@davidbrochart](https://github.com/davidbrochart))
13+
- Switch from hub to gh CLI [#190](https://github.com/jupyter-server/jupyter_ydoc/pull/190) ([@hbcarlos](https://github.com/hbcarlos))
14+
- Bump toshimaru/auto-author-assign from 2.0.0 to 2.0.1 [#187](https://github.com/jupyter-server/jupyter_ydoc/pull/187) ([@dependabot](https://github.com/dependabot))
15+
16+
### Documentation improvements
17+
18+
- Fix JupyterCAD links [#199](https://github.com/jupyter-server/jupyter_ydoc/pull/199) ([@davidbrochart](https://github.com/davidbrochart))
19+
- Fix a typo in docs (wrong closing quote) [#192](https://github.com/jupyter-server/jupyter_ydoc/pull/192) ([@krassowski](https://github.com/krassowski))
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-09-29&to=2023-12-08&type=c))
24+
25+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-09-29..2023-12-08&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-09-29..2023-12-08&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-09-29..2023-12-08&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2023-09-29..2023-12-08&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-09-29..2023-12-08&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 1.1.1
630

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

2145
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-09-21..2023-09-29&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2023-09-21..2023-09-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajtpio+updated%3A2023-09-21..2023-09-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-09-21..2023-09-29&type=Issues)
2246

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2547
## 1.1.0
2648

2749
([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": "1.1.1",
3+
"version": "2.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)