Skip to content

Commit 6bfcaf7

Browse files
committed
Publish 0.18.0
SHA256 hashes: jupyter-chat-0.18.0.tgz: f16adf32689bf037b0c097d4b97056917388a8ad8c466693ced9537d3cc2e25e jupyter-chat-example-0.18.0.tgz: b01aef39dd6d6820847cc4d183edd5f47c5199a4089bee3f81a2e520bb686a9a jupyterlab-chat-0.18.0.tgz: 0395518140145406fbf520802bc06761b35c696484e90138891092bb13e1d446 jupyterlab-chat-extension-0.18.0.tgz: 7f4f01c5ff68b639c8d7d590725f01834d6ed788e5c673c6243db963f914641d jupyterlab_chat-0.18.0-py3-none-any.whl: b9409c6ded674fdcc022f2a56a6d8dfdf645e39ed9c34f81abc650c5d13bcabc jupyterlab_chat-0.18.0.tar.gz: 23690dab7dedd426b6a9a22e3478ef36c158ddd92318c552a80bf2e246ac1701
1 parent e99b0b1 commit 6bfcaf7

File tree

9 files changed

+47
-17
lines changed

9 files changed

+47
-17
lines changed

CHANGELOG.md

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

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

5+
## 0.18.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Move the input toolbar below the input prompt [#278](https://github.com/jupyterlab/jupyter-chat/pull/278) ([@brichet](https://github.com/brichet))
12+
- Multichatpanel followup [#275](https://github.com/jupyterlab/jupyter-chat/pull/275) ([@brichet](https://github.com/brichet))
13+
- Adding multi chats panel in `@jupyter/chat` package [#262](https://github.com/jupyterlab/jupyter-chat/pull/262) ([@nakul-py](https://github.com/nakul-py))
14+
15+
### Bugs fixed
16+
17+
- Fix chat focus behavior to allow copy/paste from messages [#268](https://github.com/jupyterlab/jupyter-chat/pull/268) ([@nakul-py](https://github.com/nakul-py))
18+
19+
### Maintenance and upkeep improvements
20+
21+
- Ignore `www.npmjs.com` links [#280](https://github.com/jupyterlab/jupyter-chat/pull/280) ([@jtpio](https://github.com/jtpio))
22+
- Update Materiel UI v7 [#277](https://github.com/jupyterlab/jupyter-chat/pull/277) ([@brichet](https://github.com/brichet))
23+
- Require Python 3.9, test on 3.10 - 3.13 [#274](https://github.com/jupyterlab/jupyter-chat/pull/274) ([@jtpio](https://github.com/jtpio))
24+
25+
### API and Breaking Changes
26+
27+
- Update Materiel UI v7 [#277](https://github.com/jupyterlab/jupyter-chat/pull/277) ([@brichet](https://github.com/brichet))
28+
29+
### Contributors to this release
30+
31+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-07-29&to=2025-09-25&type=c))
32+
33+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-07-29..2025-09-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-07-29..2025-09-25&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Ajtpio+updated%3A2025-07-29..2025-09-25&type=Issues) | [@nakul-py](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Anakul-py+updated%3A2025-07-29..2025-09-25&type=Issues)
34+
35+
<!-- <END NEW CHANGELOG ENTRY> -->
36+
537
## 0.17.0
638

739
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -26,8 +58,6 @@
2658

2759
[@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)
2860

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3161
## 0.16.0
3262

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

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.17.0, @jupyter/chat@workspace:packages/jupyter-chat":
2300+
"@jupyter/chat@^0.18.0, @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.17.0
9802+
"@jupyter/chat": ^0.18.0
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.17.0
9873+
jupyterlab-chat: ^0.18.0
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.17.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
9886+
"jupyterlab-chat@^0.18.0, 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.17.0
9890+
"@jupyter/chat": ^0.18.0
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)