Skip to content

Commit f712037

Browse files
committed
Publish 0.18.2
SHA256 hashes: jupyter-chat-0.18.2.tgz: 417165dac19123f1004b057697e74b791ad2bda54dfa026244f62faf63ca57ce jupyter-chat-example-0.18.2.tgz: 4424e00a5fe52862a79dc73dc84d3754254c1bf53076fb281b560e565dfff140 jupyterlab-chat-0.18.2.tgz: e62cf8ae70c83fdc7d339bb5c02d2a5bf5d06d227cf425086821c920f27cd66e jupyterlab-chat-extension-0.18.2.tgz: 347d9c84ccc4bdfcfe03074ea984dc021ca157255e54e28be1daa1d6913a3608 jupyterlab_chat-0.18.2-py3-none-any.whl: b0bb0eba2fc2f6ea355dc17e3810adac9179626a3f6d74cd21e2344e9e92c92c jupyterlab_chat-0.18.2.tar.gz: 53aadef10818d3bd2938a2dba50f0434e52b9797230480ee40e807b467d9cf32
1 parent b77c714 commit f712037

File tree

9 files changed

+32
-17
lines changed

9 files changed

+32
-17
lines changed

CHANGELOG.md

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

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

5+
## 0.18.2
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Multichat: wait for the chat to be opened in main before disposing of the widget [#287](https://github.com/jupyterlab/jupyter-chat/pull/287) ([@brichet](https://github.com/brichet))
12+
- Refactor `buildChatSidebar` to use `ChatWidget` class. [#285](https://github.com/jupyterlab/jupyter-chat/pull/285) ([@nakul-py](https://github.com/nakul-py))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-09-26&to=2025-10-10&type=c))
17+
18+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-09-26..2025-10-10&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-09-26..2025-10-10&type=Issues) | [@nakul-py](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Anakul-py+updated%3A2025-09-26..2025-10-10&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.18.1
623

724
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -16,8 +33,6 @@
1633

1734
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-09-25..2025-09-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-09-25..2025-09-26&type=Issues)
1835

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2136
## 0.18.0
2237

2338
([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.18.1",
3+
"version": "0.18.2",
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.18.1",
47+
"@jupyter/chat": "^0.18.2",
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.18.1",
4+
"version": "0.18.2",
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.18.1",
3+
"version": "0.18.2",
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.18.1",
3+
"version": "0.18.2",
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.18.1",
3+
"version": "0.18.2",
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.18.1",
70+
"jupyterlab-chat": "^0.18.2",
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.18.1",
3+
"version": "0.18.2",
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.18.1",
45+
"@jupyter/chat": "^0.18.2",
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.18.1"
1+
__version__ = "0.18.2"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ __metadata:
22972297
languageName: node
22982298
linkType: hard
22992299

2300-
"@jupyter/chat@^0.18.1, @jupyter/chat@workspace:packages/jupyter-chat":
2300+
"@jupyter/chat@^0.18.2, @jupyter/chat@workspace:packages/jupyter-chat":
23012301
version: 0.0.0-use.local
23022302
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
23032303
dependencies:
@@ -9799,7 +9799,7 @@ __metadata:
97999799
version: 0.0.0-use.local
98009800
resolution: "jupyter-chat-example@workspace:docs/jupyter-chat-example"
98019801
dependencies:
9802-
"@jupyter/chat": ^0.18.1
9802+
"@jupyter/chat": ^0.18.2
98039803
"@jupyterlab/application": ^4.2.0
98049804
"@jupyterlab/apputils": ^4.3.0
98059805
"@jupyterlab/builder": ^4.2.0
@@ -9870,7 +9870,7 @@ __metadata:
98709870
"@types/react": ^18.2.0
98719871
"@types/react-addons-linked-state-mixin": ^0.14.22
98729872
css-loader: ^6.7.1
9873-
jupyterlab-chat: ^0.18.1
9873+
jupyterlab-chat: ^0.18.2
98749874
mkdirp: ^1.0.3
98759875
npm-run-all: ^4.1.5
98769876
react: ^18.2.0
@@ -9883,11 +9883,11 @@ __metadata:
98839883
languageName: unknown
98849884
linkType: soft
98859885

9886-
"jupyterlab-chat@^0.18.1, jupyterlab-chat@workspace:packages/jupyterlab-chat":
9886+
"jupyterlab-chat@^0.18.2, jupyterlab-chat@workspace:packages/jupyterlab-chat":
98879887
version: 0.0.0-use.local
98889888
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
98899889
dependencies:
9890-
"@jupyter/chat": ^0.18.1
9890+
"@jupyter/chat": ^0.18.2
98919891
"@jupyter/collaborative-drive": ^4.0.2
98929892
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
98939893
"@jupyterlab/application": ^4.2.0

0 commit comments

Comments
 (0)