-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
8 changed files
with
43 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,35 @@ | |
|
||
<!-- <START NEW CHANGELOG ENTRY> --> | ||
|
||
## 0.5.0 | ||
|
||
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected])) | ||
|
||
### 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) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> | ||
|
||
## 0.4.0 | ||
|
||
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected])) | ||
|
@@ -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) | ||
|
||
<!-- <END NEW CHANGELOG ENTRY> --> | ||
|
||
## 0.3.1 | ||
|
||
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected])) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters