Skip to content

Commit 4ca41c1

Browse files
committed
Publish 0.5.0
SHA256 hashes: yjs-widgets-0.5.0.tgz: e65cd940ab8ed4a2c7fb2d0e4ce39f8756a20dc3a7fd08908369a0f5be59fbae yjs_widgets-0.5.0-py3-none-any.whl: d321c940be6511af27a55064ccee0b3b5809df2dd80c2f18fcaf6f88009db23e yjs_widgets-0.5.0.tar.gz: d7868f3facdad1b68979ce8dab5534c8cfaf681c285d4f01b1986afd0c50ebfe
1 parent 69cbfb8 commit 4ca41c1

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.0
6+
7+
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.4.0...64a1ae96749cc152ee436ceca80b82c698e856ba))
8+
9+
### Enhancements made
10+
11+
- Route Yjs awareness over the ywidget comm [#24](https://github.com/QuantStack/yjs-widgets/pull/24) ([@gjmooney](https://github.com/gjmooney), [@davidbrochart](https://github.com/davidbrochart), [@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=2025-02-07&to=2026-04-07&type=c))
19+
20+
@davidbrochart ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Adavidbrochart+updated%3A2025-02-07..2026-04-07&type=Issues)) | @gjmooney ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Agjmooney+updated%3A2025-02-07..2026-04-07&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AmartinRenou+updated%3A2025-02-07..2026-04-07&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 0.4.0
625

726
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.3.9...814b213b1c9b7994b3ae6dc36ac518e4bffe19cc))
@@ -16,8 +35,6 @@
1635

1736
[@martinRenou](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AmartinRenou+updated%3A2025-02-06..2025-02-07&type=Issues)
1837

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2138
## 0.3.9
2239

2340
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.3.8...219122537a4ad3c3e888685ab440ec304ab79fc8))

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

0 commit comments

Comments
 (0)