Skip to content

Commit 98898f1

Browse files
committed
Publish 0.17.0
SHA256 hashes: jupyter-chat-0.17.0.tgz: 4f65518982e351dd23b32501fca35fd50292560a93d46f1766e68eacb3594a23 jupyter-chat-example-0.17.0.tgz: eff8905e618c6ade5a810bdb703ad90cf83acae1dc33ab47ad13fcf03c09761b jupyterlab-chat-0.17.0.tgz: 8768e8c38cdf6a2209b150283c23c7fb4cfe8eaee999e501a68e4a029162821b jupyterlab-chat-extension-0.17.0.tgz: ec295e64b8518da3c4eacdd633cd12e0749aedb34d3aade636f514afa2187fba jupyterlab_chat-0.17.0-py3-none-any.whl: 0697a94365b152eeec7cab7dd8cc37104c21819d7f3fd377da27286fd7d27b25 jupyterlab_chat-0.17.0.tar.gz: 9c8716cfb96bb60c47374d04fa270ec43e5b61361c7e8772e06682aff504d6cc
1 parent 8a7005f commit 98898f1

File tree

9 files changed

+41
-17
lines changed

9 files changed

+41
-17
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.17.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Log warning instead of showing error dialog when chat file path not found during startup restoration [#259](https://github.com/jupyterlab/jupyter-chat/pull/259) ([@andrii-i](https://github.com/andrii-i))
12+
- Return docmanager widget from createChat/openChat commands to ensure launcher disposal [#258](https://github.com/jupyterlab/jupyter-chat/pull/258) ([@andrii-i](https://github.com/andrii-i))
13+
14+
### Bugs fixed
15+
16+
- Improve file event handling in side panel [#260](https://github.com/jupyterlab/jupyter-chat/pull/260) ([@brichet](https://github.com/brichet))
17+
- Filters current user from @mention display list [#250](https://github.com/jupyterlab/jupyter-chat/pull/250) ([@3coins](https://github.com/3coins))
18+
19+
### Maintenance and upkeep improvements
20+
21+
- Bump form-data from 4.0.0 to 4.0.4 in the npm_and_yarn group across 1 directory [#255](https://github.com/jupyterlab/jupyter-chat/pull/255) ([@dependabot](https://github.com/dependabot))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-07-07&to=2025-07-29&type=c))
26+
27+
[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3A3coins+updated%3A2025-07-07..2025-07-29&type=Issues) | [@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aandrii-i+updated%3A2025-07-07..2025-07-29&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-07-07..2025-07-29&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2025-07-07..2025-07-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-07-07..2025-07-29&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 0.16.0
632

733
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -21,8 +47,6 @@
2147

2248
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aandrii-i+updated%3A2025-06-25..2025-07-07&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2025-06-25..2025-07-07&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aellisonbg+updated%3A2025-06-25..2025-07-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-06-25..2025-07-07&type=Issues)
2349

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2650
## 0.15.0
2751

2852
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))

docs/jupyter-chat-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-chat-example",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "A chat extension providing a chat as example",
55
"keywords": [
66
"jupyter",
@@ -44,7 +44,7 @@
4444
"install:extension": "jlpm build"
4545
},
4646
"dependencies": {
47-
"@jupyter/chat": "^0.16.0",
47+
"@jupyter/chat": "^0.17.0",
4848
"@jupyterlab/application": "^4.2.0",
4949
"@jupyterlab/apputils": "^4.3.0",
5050
"@jupyterlab/notebook": "^4.2.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.16.0",
4+
"version": "0.17.0",
55
"npmClient": "jlpm",
66
"useNx": true
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-chat-root",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "A chat package for Jupyterlab extension",
55
"private": true,
66
"keywords": [

packages/jupyter-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/chat",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "A package that provides UI components that can be used to create a chat in a Jupyterlab extension.",
55
"keywords": [
66
"jupyter",

packages/jupyterlab-chat-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-chat-extension",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -67,7 +67,7 @@
6767
"@lumino/coreutils": "^2.2.1",
6868
"@lumino/signaling": "^2.1.4",
6969
"@lumino/widgets": "^2.7.0",
70-
"jupyterlab-chat": "^0.16.0",
70+
"jupyterlab-chat": "^0.17.0",
7171
"react": "^18.2.0",
7272
"y-protocols": "^1.0.5",
7373
"yjs": "^13.5.40"

packages/jupyterlab-chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-chat",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "The library to build a chat based on shared document",
55
"keywords": [
66
"jupyter",
@@ -42,7 +42,7 @@
4242
"watch:src": "tsc -w --sourceMap"
4343
},
4444
"dependencies": {
45-
"@jupyter/chat": "^0.16.0",
45+
"@jupyter/chat": "^0.17.0",
4646
"@jupyter/collaborative-drive": "^4.0.2",
4747
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
4848
"@jupyterlab/application": "^4.2.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.0"
1+
__version__ = "0.17.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,7 @@ __metadata:
22602260
languageName: node
22612261
linkType: hard
22622262

2263-
"@jupyter/chat@^0.16.0, @jupyter/chat@workspace:packages/jupyter-chat":
2263+
"@jupyter/chat@^0.17.0, @jupyter/chat@workspace:packages/jupyter-chat":
22642264
version: 0.0.0-use.local
22652265
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
22662266
dependencies:
@@ -9767,7 +9767,7 @@ __metadata:
97679767
version: 0.0.0-use.local
97689768
resolution: "jupyter-chat-example@workspace:docs/jupyter-chat-example"
97699769
dependencies:
9770-
"@jupyter/chat": ^0.16.0
9770+
"@jupyter/chat": ^0.17.0
97719771
"@jupyterlab/application": ^4.2.0
97729772
"@jupyterlab/apputils": ^4.3.0
97739773
"@jupyterlab/builder": ^4.2.0
@@ -9838,7 +9838,7 @@ __metadata:
98389838
"@types/react": ^18.2.0
98399839
"@types/react-addons-linked-state-mixin": ^0.14.22
98409840
css-loader: ^6.7.1
9841-
jupyterlab-chat: ^0.16.0
9841+
jupyterlab-chat: ^0.17.0
98429842
mkdirp: ^1.0.3
98439843
npm-run-all: ^4.1.5
98449844
react: ^18.2.0
@@ -9851,11 +9851,11 @@ __metadata:
98519851
languageName: unknown
98529852
linkType: soft
98539853

9854-
"jupyterlab-chat@^0.16.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
9854+
"jupyterlab-chat@^0.17.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
98559855
version: 0.0.0-use.local
98569856
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
98579857
dependencies:
9858-
"@jupyter/chat": ^0.16.0
9858+
"@jupyter/chat": ^0.17.0
98599859
"@jupyter/collaborative-drive": ^4.0.2
98609860
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
98619861
"@jupyterlab/application": ^4.2.0

0 commit comments

Comments
 (0)