From dd5c64fd1c9a057afe192d3804da06a3c51d5f80 Mon Sep 17 00:00:00 2001 From: brichet Date: Mon, 21 Oct 2024 20:49:59 +0000 Subject: [PATCH] Publish 0.5.0 SHA256 hashes: jupyter-chat-0.5.0.tgz: ac59c7b7fd22579b69acec20a94e4b9ed9fbe577aba51b299a09165e9961f5c4 jupyterlab-collaborative-chat-0.5.0.tgz: 71354c7b0a0dfe4c3ec4e4bbe58e81e9bb163d11df7bd36be845fb6fa5df08b5 jupyterlab-collaborative-chat-extension-0.5.0.tgz: ec5fa881eda8e34fd0c809b8700117b289fe1bb59c2547499d1b086de3fd0ceb jupyterlab-ws-chat-extension-0.5.0.tgz: 0d075c13be005410caa6f06fd0c63c8385a355b10755b06a83c700eed69ed972 jupyterlab_collaborative_chat-0.5.0-py3-none-any.whl: 6476d0da4721f461f2e89a501537bab50d3eb9350c8ba6ecbeb294404d932e4a jupyterlab_collaborative_chat-0.5.0.tar.gz: 5c7fb8b6886b1529c10fe0c6bb2e8bd9d959472c96e87c94f7a46ad810edd52e jupyterlab_ws_chat-0.5.0-py3-none-any.whl: b70fd7d86a52fdf49e57d1fbc31fa4b80ffe45c11b3fc29bff250479e549c973 jupyterlab_ws_chat-0.5.0.tar.gz: 2cd4b8d9b242d7391bc07f84dd7afe84faec8f57dc6214ec68f8da5abe410800 --- CHANGELOG.md | 31 +++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-chat/package.json | 2 +- .../package.json | 4 +-- .../package.json | 4 +-- python/jupyterlab-ws-chat/package.json | 4 +-- yarn.lock | 10 +++--- 8 files changed, 43 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efe2c0..74e8629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ +## 0.5.0 + +([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.4.0...52019670352c8011c5f22726bf87b5b1141b63ae)) + +### Enhancements made + +- Add typing notifications [#85](https://github.com/jupyterlab/jupyter-chat/pull/85) ([@brichet](https://github.com/brichet)) +- Send with selection [#82](https://github.com/jupyterlab/jupyter-chat/pull/82) ([@brichet](https://github.com/brichet)) + +### Bugs fixed + +- Fix duplicated chats [#87](https://github.com/jupyterlab/jupyter-chat/pull/87) ([@brichet](https://github.com/brichet)) + +### Maintenance and upkeep improvements + +- Update jupyter_collaboration dependency [#90](https://github.com/jupyterlab/jupyter-chat/pull/90) ([@brichet](https://github.com/brichet)) +- Bundle @jupyter/chat [#89](https://github.com/jupyterlab/jupyter-chat/pull/89) ([@brichet](https://github.com/brichet)) +- Improve dev script [#88](https://github.com/jupyterlab/jupyter-chat/pull/88) ([@brichet](https://github.com/brichet)) +- Refactor UI tests [#86](https://github.com/jupyterlab/jupyter-chat/pull/86) ([@brichet](https://github.com/brichet)) +- Fix the update snapshot workflow [#84](https://github.com/jupyterlab/jupyter-chat/pull/84) ([@brichet](https://github.com/brichet)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-09-13&to=2024-10-21&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-09-13..2024-10-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-09-13..2024-10-21&type=Issues) + + + ## 0.4.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.3.1...67dbc0d100da651bfbaaf8a52ddf1490b18128ee)) @@ -31,8 +60,6 @@ [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-08-07..2024-09-13&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-08-07..2024-09-13&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-08-07..2024-09-13&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Ajtpio+updated%3A2024-08-07..2024-09-13&type=Issues) - - ## 0.3.1 ([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.3.0...fe37f7ddc158787bf2a5a77343391379a6216b14)) diff --git a/lerna.json b/lerna.json index 76a1fdb..74efeec 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.4.0", + "version": "0.5.0", "npmClient": "jlpm", "useNx": true } diff --git a/package.json b/package.json index 8b68a1d..d237d32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-chat-root", - "version": "0.4.0", + "version": "0.5.0", "description": "A chat package for Jupyterlab extension", "private": true, "keywords": [ diff --git a/packages/jupyter-chat/package.json b/packages/jupyter-chat/package.json index 5046a10..e8be5d7 100644 --- a/packages/jupyter-chat/package.json +++ b/packages/jupyter-chat/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/chat", - "version": "0.4.0", + "version": "0.5.0", "description": "A package that provides UI components that can be used to create a chat in a Jupyterlab extension.", "keywords": [ "jupyter", diff --git a/packages/jupyterlab-collaborative-chat/package.json b/packages/jupyterlab-collaborative-chat/package.json index 53c98c9..e38e0b6 100644 --- a/packages/jupyterlab-collaborative-chat/package.json +++ b/packages/jupyterlab-collaborative-chat/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-collaborative-chat", - "version": "0.4.0", + "version": "0.5.0", "description": "The library to build a chat based on shared document", "keywords": [ "jupyter", @@ -51,7 +51,7 @@ "watch:src": "tsc -w --sourceMap" }, "dependencies": { - "@jupyter/chat": "^0.4.0", + "@jupyter/chat": "^0.5.0", "@jupyter/docprovider": "^2.1.4", "@jupyter/ydoc": "^1.1.1", "@jupyterlab/application": "^4.2.0", diff --git a/python/jupyterlab-collaborative-chat/package.json b/python/jupyterlab-collaborative-chat/package.json index 538f3a0..826e174 100644 --- a/python/jupyterlab-collaborative-chat/package.json +++ b/python/jupyterlab-collaborative-chat/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-collaborative-chat-extension", - "version": "0.4.0", + "version": "0.5.0", "description": "A chat extension based on shared documents", "keywords": [ "jupyter", @@ -74,7 +74,7 @@ "@lumino/coreutils": "^2.0.0", "@lumino/signaling": "^2.0.0", "@lumino/widgets": "^2.0.0", - "jupyterlab-collaborative-chat": "^0.4.0", + "jupyterlab-collaborative-chat": "^0.5.0", "react": "^18.2.0", "y-protocols": "^1.0.5", "yjs": "^13.5.40" diff --git a/python/jupyterlab-ws-chat/package.json b/python/jupyterlab-ws-chat/package.json index 56345d9..90ed85a 100644 --- a/python/jupyterlab-ws-chat/package.json +++ b/python/jupyterlab-ws-chat/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-ws-chat-extension", - "version": "0.4.0", + "version": "0.5.0", "description": "A chat extension for Jupyterlab", "keywords": [ "jupyter", @@ -57,7 +57,7 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/chat": "^0.4.0", + "@jupyter/chat": "^0.5.0", "@jupyterlab/apputils": "^4.3.0", "@jupyterlab/coreutils": "^6.2.0", "@jupyterlab/notebook": "^4.2.0", diff --git a/yarn.lock b/yarn.lock index 52f8738..26bb030 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2430,7 +2430,7 @@ __metadata: languageName: node linkType: hard -"@jupyter/chat@^0.4.0, @jupyter/chat@workspace:packages/jupyter-chat": +"@jupyter/chat@^0.5.0, @jupyter/chat@workspace:packages/jupyter-chat": version: 0.0.0-use.local resolution: "@jupyter/chat@workspace:packages/jupyter-chat" dependencies: @@ -10047,7 +10047,7 @@ __metadata: eslint: ^8.36.0 eslint-config-prettier: ^8.8.0 eslint-plugin-prettier: ^5.0.0 - jupyterlab-collaborative-chat: ^0.4.0 + jupyterlab-collaborative-chat: ^0.5.0 mkdirp: ^1.0.3 npm-run-all: ^4.1.5 prettier: ^3.0.0 @@ -10066,11 +10066,11 @@ __metadata: languageName: unknown linkType: soft -"jupyterlab-collaborative-chat@^0.4.0, jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat": +"jupyterlab-collaborative-chat@^0.5.0, jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat": version: 0.0.0-use.local resolution: "jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat" dependencies: - "@jupyter/chat": ^0.4.0 + "@jupyter/chat": ^0.5.0 "@jupyter/docprovider": ^2.1.4 "@jupyter/ydoc": ^1.1.1 "@jupyterlab/application": ^4.2.0 @@ -10122,7 +10122,7 @@ __metadata: version: 0.0.0-use.local resolution: "jupyterlab-ws-chat-extension@workspace:python/jupyterlab-ws-chat" dependencies: - "@jupyter/chat": ^0.4.0 + "@jupyter/chat": ^0.5.0 "@jupyterlab/apputils": ^4.3.0 "@jupyterlab/builder": ^4.2.0 "@jupyterlab/coreutils": ^6.2.0