From 39ddee8dde55d9a601ac98912800bce1075d6fca Mon Sep 17 00:00:00 2001 From: fcollonval Date: Fri, 14 Apr 2023 09:06:51 +0000 Subject: [PATCH] Publish 1.0.2 SHA256 hashes: jupyter-ydoc-1.0.2.tgz: 4ce5535370a3cec9df72bb73cdd590b4384d49f7e2909584b187b3f8d5bbb518 jupyter_ydoc-1.0.2-py3-none-any.whl: 980661ebe8d8b79401c48707dce3a2a90bc7f2bdfd8fbdb16461c13561a088c7 jupyter_ydoc-1.0.2.tar.gz: 0f95bede3f1e081e07d5c57c03c658e3a5247e0ef18889074fbefa20dd3eca53 --- CHANGELOG.md | 22 ++++++++++++++++++++-- javascript/package.json | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbaf52..6434bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 1.0.2 + +([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@1.0.1...3b3a4af50ea46abd886076b69b93ee0dab6b05c5)) + +### Enhancements made + +- Trust the default cell [#161](https://github.com/jupyter-server/jupyter_ydoc/pull/161) ([@krassowski](https://github.com/krassowski)) + +### Maintenance and upkeep improvements + +- Run yarn subprocess in shell mode [#162](https://github.com/jupyter-server/jupyter_ydoc/pull/162) ([@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=2023-04-11&to=2023-04-14&type=c)) + +[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2023-04-11..2023-04-14&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-04-11..2023-04-14&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2023-04-11..2023-04-14&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Awelcome+updated%3A2023-04-11..2023-04-14&type=Issues) + + + ## 1.0.1 ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@1.0.0...6672e3dd27c2980f45ce1037101f0198fac3d9ff)) @@ -23,8 +43,6 @@ [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2023-03-29..2023-04-11&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ahbcarlos+updated%3A2023-03-29..2023-04-11&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2023-03-29..2023-04-11&type=Issues) - - ## 1.0.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/v0.3.4...6ad2fde183a3f592d8a2ff58254b229859caba01)) diff --git a/javascript/package.json b/javascript/package.json index 5d596a6..6e8a4c5 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/ydoc", - "version": "1.0.1", + "version": "1.0.2", "type": "module", "description": "Jupyter document structures for collaborative editing using YJS", "homepage": "https://github.com/jupyter-server/jupyter_ydoc",