Skip to content

Commit 552031d

Browse files
committed
Publish 0.6.0
SHA256 hashes: yjs-widgets-0.6.0.tgz: 58c94c5acea1347efca49433c73fe0cf6c5d7125255d97a89b9845b5b3d9799e yjs_widgets-0.6.0-py3-none-any.whl: 0bf494c00e223dbbe3bcf68c19cc0bcb20c92a49728d01c360ad14049c6040e8 yjs_widgets-0.6.0.tar.gz: 6eaf3673a5147bccf20d32f63bc40a387d9edee8d22bdefe85dce3d2f9f6b5e0
1 parent 1da6732 commit 552031d

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.6.0
6+
7+
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.5.2...1da6732b85b1da1ad8b6994d900868de87f3ac09))
8+
9+
### Enhancements made
10+
11+
- Expose comm and custom messages on the widget model [#30](https://github.com/QuantStack/yjs-widgets/pull/30) ([@arjxn-py](https://github.com/arjxn-py), [@martinRenou](https://github.com/martinRenou))
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-06-19&to=2026-07-15&type=c))
19+
20+
@arjxn-py ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Aarjxn-py+updated%3A2026-06-19..2026-07-15&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AmartinRenou+updated%3A2026-06-19..2026-07-15&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 0.5.2
625

726
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.5.1...3ef5b3e8c1baab5afe853f80df35ac90a48d3087))
@@ -19,8 +38,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
1938

2039
@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))
2140

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2441
## 0.5.1
2542

2643
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.5.0...efdf9280968f3ef3e283b244ee30a2ea55e94626))

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.2",
3+
"version": "0.6.0",
44
"description": "A JupyterLab extension for widgets based on Yjs.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)