Skip to content

Commit 44ac162

Browse files
committed
Publish 0.16.0
SHA256 hashes: jupyter-chat-0.16.0.tgz: 2c5d8b27aec8849317cd9b7d8f1d5ae0d72c03d951db6ee605b6e77ea906ea3c jupyter-chat-example-0.16.0.tgz: ac385dcf593829931d69006e8bf886727cdd3d1fe9cd62ca443ebd14f3f479ba jupyterlab-chat-0.16.0.tgz: 4c486e4afef236aa3a5ee7db4e4d191d2e1184a16c78834a37dc46f36cb69583 jupyterlab-chat-extension-0.16.0.tgz: 81f432a0047b1b93790870eadd99e635644c360be1689893086affb8c23d9790 jupyterlab_chat-0.16.0-py3-none-any.whl: 0b9c48645a6f060c1dfe19101405a8d256edb16f26db80865344b1838bfd2c24 jupyterlab_chat-0.16.0.tar.gz: f6681e6ad07d9aafa3d2e63933e25400f673b967d675b6f82d5fc657cee6917a
1 parent 2b54aa4 commit 44ac162

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.16.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Create chat message attachments via drag-and-drop from files, notebook cells [#248](https://github.com/jupyterlab/jupyter-chat/pull/248) ([@andrii-i](https://github.com/andrii-i))
12+
- Update attachments API to support cells & selection ranges [#247](https://github.com/jupyterlab/jupyter-chat/pull/247) ([@dlqqq](https://github.com/dlqqq))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Make `user.mention_name` optional in frontend [#246](https://github.com/jupyterlab/jupyter-chat/pull/246) ([@dlqqq](https://github.com/dlqqq))
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-25&to=2025-07-07&type=c))
21+
22+
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aandrii-i+updated%3A2025-06-25..2025-07-07&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2025-06-25..2025-07-07&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Aellisonbg+updated%3A2025-06-25..2025-07-07&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-06-25..2025-07-07&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.15.0
627

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

2243
[@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)
2344

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2645
## 0.14.0
2746

2847
([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.15.0",
3+
"version": "0.16.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.15.0",
47+
"@jupyter/chat": "^0.16.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.15.0",
4+
"version": "0.16.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.15.0",
3+
"version": "0.16.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.15.0",
3+
"version": "0.16.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.15.0",
3+
"version": "0.16.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.15.0",
70+
"jupyterlab-chat": "^0.16.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.15.0",
3+
"version": "0.16.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.15.0",
45+
"@jupyter/chat": "^0.16.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.15.0"
1+
__version__ = "0.16.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.15.0, @jupyter/chat@workspace:packages/jupyter-chat":
2263+
"@jupyter/chat@^0.16.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.15.0
9677+
"@jupyter/chat": ^0.16.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.15.0
9748+
jupyterlab-chat: ^0.16.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.15.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
9761+
"jupyterlab-chat@^0.16.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.15.0
9765+
"@jupyter/chat": ^0.16.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)