Skip to content

Commit 70e5a1c

Browse files
committed
Publish 0.3.9
SHA256 hashes: yjs-widgets-0.3.9.tgz: 0b1aa78d824a5163d1cef4b354c718e23a0ad5e6fb269de5672cd1319263814b yjs_widgets-0.3.9-py3-none-any.whl: bb2adab600efc6e05569146d9b398678326d87ac4d190c68068d61b80324da40 yjs_widgets-0.3.9.tar.gz: 6641c58865ab07d2003722882b6808f8fe1893824250d2966e7c642b9926e0b7
1 parent 2191225 commit 70e5a1c

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## 0.3.9
6+
7+
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.3.8...219122537a4ad3c3e888685ab440ec304ab79fc8))
8+
9+
### Bugs fixed
10+
11+
- Allows \_attrs to be null IJupyterYDoc [#21](https://github.com/QuantStack/yjs-widgets/pull/21) ([@brichet](https://github.com/brichet))
12+
- Add a dispose method to `IJupyterYWidget` [#20](https://github.com/QuantStack/yjs-widgets/pull/20) ([@brichet](https://github.com/brichet))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/QuantStack/yjs-widgets/graphs/contributors?from=2024-10-22&to=2025-02-06&type=c))
17+
18+
[@brichet](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Abrichet+updated%3A2024-10-22..2025-02-06&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Atrungleduc+updated%3A2024-10-22..2025-02-06&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.3.8
623

724
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.3.7...85f9f49226fd75d1953ea913bbe6cd991b5b611e))
@@ -20,6 +37,4 @@
2037

2138
[@davidbrochart](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Adavidbrochart+updated%3A2024-10-17..2024-10-22&type=Issues) | [@jtpio](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Ajtpio+updated%3A2024-10-17..2024-10-22&type=Issues)
2239

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2540
## 0.3.7

package.json

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

0 commit comments

Comments
 (0)