Skip to content

Commit 7a046de

Browse files
committed
Publish 0.19.0alpha0
SHA256 hashes: jupyter-chat-0.19.0-alpha.0.tgz: ffcaadba54764c6ec77f155ea8d5ee9b540780b95eadfdc6b30163d768ad9c1d jupyter-chat-example-0.19.0-alpha.0.tgz: 787005074683cb1162e5278eb689f5dfceffcb24162a518e5aaea2826e0c9ded jupyterlab-chat-0.19.0-alpha.0.tgz: ce95743bfea483d0c5b59521bbab41f1e2c7010e4cc9a92f43d2c4ad1857c01c jupyterlab-chat-extension-0.19.0-alpha.0.tgz: 8b87d3a955a45eff96494a7e6382d4dd3619e9069064824c07d8dc7f4a59c605 jupyterlab_chat-0.19.0a0-py3-none-any.whl: b40318e0b9b11152e8fdc7b678997129aba1aa6fc4a6063748ca6e03b4260aa4 jupyterlab_chat-0.19.0a0.tar.gz: a0a8c9835c20a37293d69cbf34cc99856bfdd6b57aba87fa9f5dc364d2f01f05
1 parent d5a8ef8 commit 7a046de

File tree

9 files changed

+35
-17
lines changed

9 files changed

+35
-17
lines changed

CHANGELOG.md

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

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

5+
## 0.19.0alpha0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- UX Improvements for Jupyter Chat Interface [#298](https://github.com/jupyterlab/jupyter-chat/pull/298) ([@ellisonbg](https://github.com/ellisonbg))
12+
13+
### Bugs fixed
14+
15+
- Add support for drag and drop while editing message. [#282](https://github.com/jupyterlab/jupyter-chat/pull/282) ([@nakul-py](https://github.com/nakul-py))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-10-10&to=2025-11-01&type=c))
20+
21+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-10-10..2025-11-01&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2025-10-10..2025-11-01&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aellisonbg+updated%3A2025-10-10..2025-11-01&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-10-10..2025-11-01&type=Issues) | [@nakul-py](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Anakul-py+updated%3A2025-10-10..2025-11-01&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.18.2
626

727
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -17,8 +37,6 @@
1737

1838
[@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)
1939

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2240
## 0.18.1
2341

2442
([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.2",
3+
"version": "0.19.0-alpha.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.18.2",
47+
"@jupyter/chat": "^0.19.0-alpha.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.18.2",
4+
"version": "0.19.0-alpha.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.18.2",
3+
"version": "0.19.0-alpha.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.18.2",
3+
"version": "0.19.0-alpha.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.18.2",
3+
"version": "0.19.0-alpha.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.18.2",
70+
"jupyterlab-chat": "^0.19.0-alpha.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.18.2",
3+
"version": "0.19.0-alpha.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.18.2",
45+
"@jupyter/chat": "^0.19.0-alpha.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.18.2"
1+
__version__ = "0.19.0a0"

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