Skip to content

Commit

Permalink
Publish 0.5.0
Browse files Browse the repository at this point in the history
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
brichet committed Oct 21, 2024
1 parent 5201967 commit dd5c64f
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 16 deletions.
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down Expand Up @@ -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]))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
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
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-chat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-collaborative-chat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions python/jupyterlab-collaborative-chat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions python/jupyterlab-ws-chat/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dd5c64f

Please sign in to comment.