Skip to content

Commit 5039557

Browse files
committed
Publish 0.18.1
SHA256 hashes: jupyter-chat-0.18.1.tgz: 2d1a10c798a9a4ab24a1f49528052ca2e2f3794e789457417bedcf799a99c56e jupyter-chat-example-0.18.1.tgz: 76876a00e8db1ad7e4e97b23f6f60d48924f350ae405f02f8f29c7b3d73c98d7 jupyterlab-chat-0.18.1.tgz: 2fe229fd53324cd78e19705fa5d2bbe7668835a314e7506dfbacc28ca81dd676 jupyterlab-chat-extension-0.18.1.tgz: 53fcaa56bb91b7fa72618e8d0b9faf8ab66d1acb2a3e97f0743871b0f8223a37 jupyterlab_chat-0.18.1-py3-none-any.whl: b23d1f1aa2992552ec4ed143a70f280c0f82cadf0b1969647fb1c0eb9eef92ef jupyterlab_chat-0.18.1.tar.gz: f722e5e677bafc85f1b0572947d425e55d7209006f48972460684a901233891f
1 parent 6db8216 commit 5039557

File tree

9 files changed

+31
-17
lines changed

9 files changed

+31
-17
lines changed

CHANGELOG.md

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

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

5+
## 0.18.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Fix the main input height [#284](https://github.com/jupyterlab/jupyter-chat/pull/284) ([@brichet](https://github.com/brichet))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-09-25&to=2025-09-26&type=c))
16+
17+
[@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)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.18.0
622

723
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -32,8 +48,6 @@
3248

3349
[@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)
3450

35-
<!-- <END NEW CHANGELOG ENTRY> -->
36-
3751
## 0.17.0
3852

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

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