From 025efd158ee42a9562d9f496e340feaefc90f88a Mon Sep 17 00:00:00 2001 From: brichet Date: Thu, 4 Jul 2024 13:20:18 +0000 Subject: [PATCH] Publish 0.2.0 SHA256 hashes: jupyter-chat-0.2.0.tgz: bfb810362b3c4532b7da82db54d1a7161d8cf2b5fe1e5d2bcfb6ca841c862904 jupyterlab-collaborative-chat-0.2.0.tgz: 165e424806233c98eb19b7b955e858e4337da091ae801f3f5b08126ced413c2f jupyterlab-ws-chat-0.2.0.tgz: a0746e3bbdfdb912a11414c258a2f09c3363d479667ceafcf850f5e6f82d920e jupyterlab_collaborative_chat-0.2.0-py3-none-any.whl: 947fda860be60be706c1151eb8e18d5df93e7a1fcc0e53809568d792100163c3 jupyterlab_collaborative_chat-0.2.0.tar.gz: 5473860fa6060bd712b6f06a769df3a8f84da3f6e89b58c88445659efc4b7271 jupyterlab_ws_chat-0.2.0-py3-none-any.whl: bee7f81d479718a28637a4eb18172d22ae7a971dd740c091008f6965ad882e93 jupyterlab_ws_chat-0.2.0.tar.gz: 52060a3ef2600a7b0cf2a6f4c039cd7db969b0a7d3ef1d48e20bdfd607ae11ce --- CHANGELOG.md | 42 ++++++++++++++++++- lerna.json | 2 +- package.json | 2 +- packages/jupyter-chat/package.json | 2 +- .../package.json | 4 +- packages/jupyterlab-ws-chat/package.json | 4 +- yarn.lock | 6 +-- 7 files changed, 50 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0a030..65345a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,46 @@ +## 0.2.0 + +([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.1.0...234e231ccadb198409e6a4250fdcbe05c32895e7)) + +### Enhancements made + +- Autocomplete commands [#57](https://github.com/jupyterlab/jupyter-chat/pull/57) ([@brichet](https://github.com/brichet)) +- Buttons to mark chat as read [#56](https://github.com/jupyterlab/jupyter-chat/pull/56) ([@brichet](https://github.com/brichet)) +- Add metadata to ychat, id to model and store last unread in localStorage [#54](https://github.com/jupyterlab/jupyter-chat/pull/54) ([@brichet](https://github.com/brichet)) +- Add the panel tracker to the chat factory token [#47](https://github.com/jupyterlab/jupyter-chat/pull/47) ([@brichet](https://github.com/brichet)) +- Notifications for unread messages [#43](https://github.com/jupyterlab/jupyter-chat/pull/43) ([@brichet](https://github.com/brichet)) +- Stack consecutive messages from same user [#40](https://github.com/jupyterlab/jupyter-chat/pull/40) ([@brichet](https://github.com/brichet)) + +### Bugs fixed + +- Fix the initialization of the messages component [#60](https://github.com/jupyterlab/jupyter-chat/pull/60) ([@brichet](https://github.com/brichet)) + +### Maintenance and upkeep improvements + +- Fix bump version [#62](https://github.com/jupyterlab/jupyter-chat/pull/62) ([@brichet](https://github.com/brichet)) +- Prevent dependabot from using yarn 4 [#59](https://github.com/jupyterlab/jupyter-chat/pull/59) ([@brichet](https://github.com/brichet)) +- Use the Chat.IOptions as option for the Widget and Sidebar [#55](https://github.com/jupyterlab/jupyter-chat/pull/55) ([@brichet](https://github.com/brichet)) +- Depend on `pydantic` directly instead of `langchain` [#48](https://github.com/jupyterlab/jupyter-chat/pull/48) ([@jtpio](https://github.com/jtpio)) +- Refactoring to avoid unecessary react rendering [#44](https://github.com/jupyterlab/jupyter-chat/pull/44) ([@brichet](https://github.com/brichet)) +- Add binder link in README and on PR [#41](https://github.com/jupyterlab/jupyter-chat/pull/41) ([@brichet](https://github.com/brichet)) +- Fix the release workflow [#39](https://github.com/jupyterlab/jupyter-chat/pull/39) ([@brichet](https://github.com/brichet)) +- Code refactoring [#38](https://github.com/jupyterlab/jupyter-chat/pull/38) ([@brichet](https://github.com/brichet)) + +### Documentation improvements + +- Add screenshot to the README [#46](https://github.com/jupyterlab/jupyter-chat/pull/46) ([@jtpio](https://github.com/jtpio)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-05-16&to=2024-07-04&type=c)) + +[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-05-16..2024-07-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-05-16..2024-07-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Ajtpio+updated%3A2024-05-16..2024-07-04&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Awelcome+updated%3A2024-05-16..2024-07-04&type=Issues) + + + ## 0.1.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/877bbc1a13706c69ad5b41b79a697ab64ac447e8...0b72a3b62a3615688d3e744d6fa52f76427f9cf5)) @@ -56,5 +96,3 @@ A lot of the UI components of this project come from [jupyter-ai](https://github ([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2023-02-10&to=2024-05-16&type=c)) [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2023-02-10..2024-05-16&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2023-02-10..2024-05-16&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Awelcome+updated%3A2023-02-10..2024-05-16&type=Issues) - - diff --git a/lerna.json b/lerna.json index a970bc8..3eb0a07 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.1.0", + "version": "0.2.0", "npmClient": "jlpm", "useNx": true } diff --git a/package.json b/package.json index 8702ec9..f9b0657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-chat-root", - "version": "0.1.0", + "version": "0.2.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 57a678b..53b8825 100644 --- a/packages/jupyter-chat/package.json +++ b/packages/jupyter-chat/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter/chat", - "version": "0.1.0", + "version": "0.2.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 667956c..a5dca16 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.1.0", + "version": "0.2.0", "description": "A chat extension based on shared documents", "keywords": [ "jupyter", @@ -57,7 +57,7 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/chat": "^0.1.0", + "@jupyter/chat": "^0.2.0", "@jupyter/collaboration": "^2.0.11", "@jupyter/docprovider": "^2.0.11", "@jupyterlab/application": "^4.0.0", diff --git a/packages/jupyterlab-ws-chat/package.json b/packages/jupyterlab-ws-chat/package.json index 10de25d..e33fe2f 100644 --- a/packages/jupyterlab-ws-chat/package.json +++ b/packages/jupyterlab-ws-chat/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-ws-chat", - "version": "0.1.0", + "version": "0.2.0", "description": "A chat extension for Jupyterlab", "keywords": [ "jupyter", @@ -54,7 +54,7 @@ "watch:src": "tsc -w --sourceMap" }, "dependencies": { - "@jupyter/chat": "^0.1.0", + "@jupyter/chat": "^0.2.0", "@jupyterlab/apputils": "^4.0.0", "@jupyterlab/coreutils": "^6.0.0", "@jupyterlab/rendermime": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 18d1411..60f381f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2274,7 +2274,7 @@ __metadata: languageName: node linkType: hard -"@jupyter/chat@^0.1.0, @jupyter/chat@workspace:packages/jupyter-chat": +"@jupyter/chat@^0.2.0, @jupyter/chat@workspace:packages/jupyter-chat": version: 0.0.0-use.local resolution: "@jupyter/chat@workspace:packages/jupyter-chat" dependencies: @@ -9832,7 +9832,7 @@ __metadata: version: 0.0.0-use.local resolution: "jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat" dependencies: - "@jupyter/chat": ^0.1.0 + "@jupyter/chat": ^0.2.0 "@jupyter/collaboration": ^2.0.11 "@jupyter/docprovider": ^2.0.11 "@jupyterlab/application": ^4.0.0 @@ -9884,7 +9884,7 @@ __metadata: version: 0.0.0-use.local resolution: "jupyterlab-ws-chat@workspace:packages/jupyterlab-ws-chat" dependencies: - "@jupyter/chat": ^0.1.0 + "@jupyter/chat": ^0.2.0 "@jupyterlab/apputils": ^4.0.0 "@jupyterlab/builder": ^4.0.0 "@jupyterlab/coreutils": ^6.0.0