Skip to content

Commit 292781f

Browse files
committed
Publish 0.3.3
SHA256 hashes: jupyter-ydoc-0.3.3.tgz: 07704729e9ab93746d07a78882377da967585dcfd96981aaa0826a14234d628b jupyter_ydoc-0.3.3-py3-none-any.whl: 7e91a7c62d68a2a020af9da00801c19fade3ecb9811a7720c28b6e7af7d7345e jupyter_ydoc-0.3.3.tar.gz: 9ba0975f2016e0c94e3200aeb713032ae255ad8ad035905bd0574cae42240b73
1 parent c7b05c1 commit 292781f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.3.3
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Workaround for ypy 0.6.0 [#147](https://github.com/jupyter-server/jupyter_ydoc/pull/147) ([@davidbrochart](https://github.com/davidbrochart))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2023-02-20&to=2023-02-21&type=c))
16+
17+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-02-20..2023-02-21&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.3.2
622

723
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
@@ -25,8 +41,6 @@
2541

2642
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-01-26..2023-02-20&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-01-26..2023-02-20&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Atrungleduc+updated%3A2023-01-26..2023-02-20&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2023-01-26..2023-02-20&type=Issues)
2743

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3044
## 0.3.1
3145

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