Skip to content

Commit e6b486b

Browse files
committed
Publish 0.15.0
SHA256 hashes: jupyter-chat-0.15.0.tgz: 53b33e19573a2181f397ced2d285ffbd53c89d020e5bb0c3240db132945d2e52 jupyter-chat-example-0.15.0.tgz: aa1c82fda7f20f2f3253732a4764913fb7948109e2da5ed7c4c60b56e3a0bfb2 jupyterlab-chat-0.15.0.tgz: 63827817325635e7793e0b73ef97ea40d7b67912e557dbd25f0c1918ac1cda18 jupyterlab-chat-extension-0.15.0.tgz: be4f22913c23678511d7232cfeac528c4559f4c77bbc8801ad1542a14097858e jupyterlab_chat-0.15.0-py3-none-any.whl: b3e0e416394213eb0951798156efb0a8f5aea450ef812158fab6ebbc208a14c7 jupyterlab_chat-0.15.0.tar.gz: 925fad2518bdabf98a5deeae72f41ec5a6c5c83a40270f5790651279d2f302a5
1 parent ce0e13d commit e6b486b

File tree

9 files changed

+36
-17
lines changed

9 files changed

+36
-17
lines changed

CHANGELOG.md

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

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

5+
## 0.15.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Side panel spinner [#240](https://github.com/jupyterlab/jupyter-chat/pull/240) ([@brichet](https://github.com/brichet))
12+
13+
### Bugs fixed
14+
15+
- Fix v0.14.0 bugs [#242](https://github.com/jupyterlab/jupyter-chat/pull/242) ([@dlqqq](https://github.com/dlqqq))
16+
- Create new chat files in filebrowser's current directory when creating from launcher [#238](https://github.com/jupyterlab/jupyter-chat/pull/238) ([@andrii-i](https://github.com/andrii-i))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-06-23&to=2025-06-25&type=c))
21+
22+
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aandrii-i+updated%3A2025-06-23..2025-06-25&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-06-23..2025-06-25&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2025-06-23..2025-06-25&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aellisonbg+updated%3A2025-06-23..2025-06-25&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-06-23..2025-06-25&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.14.0
627

728
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -28,8 +49,6 @@
2849

2950
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-06-11..2025-06-23&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2025-06-11..2025-06-23&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2025-06-11..2025-06-23&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aellisonbg+updated%3A2025-06-11..2025-06-23&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-06-11..2025-06-23&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Ajtpio+updated%3A2025-06-11..2025-06-23&type=Issues)
3051

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3352
## 0.13.0
3453

3554
([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.14.0",
3+
"version": "0.15.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.14.0",
47+
"@jupyter/chat": "^0.15.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.14.0",
4+
"version": "0.15.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.14.0",
3+
"version": "0.15.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.14.0",
3+
"version": "0.15.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.14.0",
3+
"version": "0.15.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.14.0",
70+
"jupyterlab-chat": "^0.15.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.14.0",
3+
"version": "0.15.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.14.0",
45+
"@jupyter/chat": "^0.15.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.14.0"
1+
__version__ = "0.15.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.14.0, @jupyter/chat@workspace:packages/jupyter-chat":
2263+
"@jupyter/chat@^0.15.0, @jupyter/chat@workspace:packages/jupyter-chat":
22642264
version: 0.0.0-use.local
22652265
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
22662266
dependencies:
@@ -9674,7 +9674,7 @@ __metadata:
96749674
version: 0.0.0-use.local
96759675
resolution: "jupyter-chat-example@workspace:docs/jupyter-chat-example"
96769676
dependencies:
9677-
"@jupyter/chat": ^0.14.0
9677+
"@jupyter/chat": ^0.15.0
96789678
"@jupyterlab/application": ^4.2.0
96799679
"@jupyterlab/apputils": ^4.3.0
96809680
"@jupyterlab/builder": ^4.2.0
@@ -9745,7 +9745,7 @@ __metadata:
97459745
"@types/react": ^18.2.0
97469746
"@types/react-addons-linked-state-mixin": ^0.14.22
97479747
css-loader: ^6.7.1
9748-
jupyterlab-chat: ^0.14.0
9748+
jupyterlab-chat: ^0.15.0
97499749
mkdirp: ^1.0.3
97509750
npm-run-all: ^4.1.5
97519751
react: ^18.2.0
@@ -9758,11 +9758,11 @@ __metadata:
97589758
languageName: unknown
97599759
linkType: soft
97609760

9761-
"jupyterlab-chat@^0.14.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
9761+
"jupyterlab-chat@^0.15.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
97629762
version: 0.0.0-use.local
97639763
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
97649764
dependencies:
9765-
"@jupyter/chat": ^0.14.0
9765+
"@jupyter/chat": ^0.15.0
97669766
"@jupyter/collaborative-drive": ^4.0.2
97679767
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
97689768
"@jupyterlab/application": ^4.2.0

0 commit comments

Comments
 (0)