From 8d918ebbfc53b070c0ccc97f4dd4af53fbac5f49 Mon Sep 17 00:00:00 2001 From: davidbrochart Date: Fri, 12 Jul 2024 11:44:00 +0000 Subject: [PATCH] Publish 3.0.0a2 SHA256 hashes: jupyter-ydoc-3.0.0-a2.tgz: 39fe8f47afa93fba0b0b4002bdc348b1338317d1b10d07e654635a0d9b2d2748 jupyter_ydoc-3.0.0a2-py3-none-any.whl: e90c99540b47d5dae92da93215fc462720ced02d22f47146f5415b70cd3630b6 jupyter_ydoc-3.0.0a2.tar.gz: cabc17e9fbd79bee27fd94f84af5194a857b04d4074a0813eea0bd5adce1e835 --- CHANGELOG.md | 22 ++++++++++++++++++++-- javascript/package.json | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecd96a..081b434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 3.0.0a2 + +([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a1...db935c175e8b3d37ec32284b5171c26458817528)) + +### Bugs fixed + +- Fix createOutputs, rename 'modeldb' origin to 'silent-change' [#254](https://github.com/jupyter-server/jupyter_ydoc/pull/254) ([@davidbrochart](https://github.com/davidbrochart)) + +### Maintenance and upkeep improvements + +- Fix dict type for python 3.8 [#253](https://github.com/jupyter-server/jupyter_ydoc/pull/253) ([@davidbrochart](https://github.com/davidbrochart)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2024-07-05&to=2024-07-12&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-07-05..2024-07-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-07-05..2024-07-12&type=Issues) + + + ## 3.0.0a1 ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.0-a0...8e3f25bdcfb8ed36cd740dd958d5d04580cd54ef)) @@ -21,8 +41,6 @@ [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-06-26..2024-07-05&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2024-06-26..2024-07-05&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-06-26..2024-07-05&type=Issues) - - ## 3.0.0a0 ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@2.0.1...cc9a21d918ca5cd4336b65783586ca74ca98a889)) diff --git a/javascript/package.json b/javascript/package.json index 3a0d7e7..e8a1d09 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/ydoc", - "version": "3.0.0-a1", + "version": "3.0.0-a2", "type": "module", "description": "Jupyter document structures for collaborative editing using YJS", "homepage": "https://github.com/jupyter-server/jupyter_ydoc",