Skip to content

Commit fefc230

Browse files
committed
Publish 0.5.2
SHA256 hashes: yjs-widgets-0.5.2.tgz: 804b0ad23f41776b70facefe58609f83120569ecb835bf286e0a15bc4da55814 yjs_widgets-0.5.2-py3-none-any.whl: 38e977adb6c195d08ae4e9240b7191320d726c733e89bd20bddee07fb918db5a yjs_widgets-0.5.2.tar.gz: 73444d9469f2c7e8bfa4931aaf6a6f8786086a564749f425f6b56e2a446144dc
1 parent 3ef5b3e commit fefc230

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## 0.5.2
6+
7+
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.5.1...3ef5b3e8c1baab5afe853f80df35ac90a48d3087))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Update jupyter/ydoc [#29](https://github.com/QuantStack/yjs-widgets/pull/29) ([@martinRenou](https://github.com/martinRenou), [@davidbrochart](https://github.com/davidbrochart))
12+
13+
### Contributors to this release
14+
15+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
16+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
17+
18+
([GitHub contributors page for this release](https://github.com/QuantStack/yjs-widgets/graphs/contributors?from=2026-05-13&to=2026-06-19&type=c))
19+
20+
@davidbrochart ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Adavidbrochart+updated%3A2026-05-13..2026-06-19&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AmartinRenou+updated%3A2026-05-13..2026-06-19&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 0.5.1
625

726
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.5.0...efdf9280968f3ef3e283b244ee30a2ea55e94626))
@@ -25,8 +44,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
2544

2645
@AntoinePrv ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AAntoinePrv+updated%3A2026-04-07..2026-05-13&type=Issues)) | @davidbrochart ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Adavidbrochart+updated%3A2026-04-07..2026-05-13&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AmartinRenou+updated%3A2026-04-07..2026-05-13&type=Issues))
2746

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3047
## 0.5.0
3148

3249
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.4.0...64a1ae96749cc152ee436ceca80b82c698e856ba))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yjs-widgets",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A JupyterLab extension for widgets based on Yjs.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)