Skip to content

Commit

Permalink
Publish 3.0.0a7
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-ydoc-3.0.0-a7.tgz: 85f116e244fab3b84f29720c5bde1f1f2acf1793f6efea48fcac3c3e0aec7104

jupyter_ydoc-3.0.0a7-py3-none-any.whl: f2e30d58744bf074415e3301d598089896664549cc0fbee186126526a6bec2c8

jupyter_ydoc-3.0.0a7.tar.gz: 8c602466b8417713b0b953d867e13f5b5353e7423bc6b31c9fcf628f2a768b1a
  • Loading branch information
davidbrochart committed Sep 18, 2024
1 parent 3f32311 commit 808b830
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 3.0.0a7

([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))

### Enhancements made

- Add YDocument source getter/setter [#273](https://github.com/jupyter-server/jupyter_ydoc/pull/273) ([@davidbrochart](https://github.com/davidbrochart))

### Maintenance and upkeep improvements

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2024-08-30&to=2024-09-18&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-08-30..2024-09-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-08-30..2024-09-18&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 3.0.0a6

([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
Expand All @@ -18,8 +36,6 @@

[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-08-23..2024-08-30&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-08-23..2024-08-30&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 3.0.0a5

([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/[email protected]))
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/ydoc",
"version": "3.0.0-a6",
"version": "3.0.0-a7",
"type": "module",
"description": "Jupyter document structures for collaborative editing using YJS",
"homepage": "https://github.com/jupyter-server/jupyter_ydoc",
Expand Down

0 comments on commit 808b830

Please sign in to comment.