Skip to content

Commit 017da53

Browse files
committed
Publish 0.14.0
SHA256 hashes: jupyter-chat-0.14.0.tgz: 93ab441c9f5beef0a3362c8b30fc68cf85400dfeb15f54814a3c491042719550 jupyter-chat-example-0.14.0.tgz: 7b8b1edb18545f5cafebf47a46b95d044d3906f2ff6f6c4c4b8e11d69a93e094 jupyterlab-chat-0.14.0.tgz: 0a19bad310f8e3e83f2291f160d66e56a702acdba9aa74c85817da0065cf5b67 jupyterlab-chat-extension-0.14.0.tgz: f5e7ac8a68e36101109cee9f30c247939e33bbf7b9c57cc878f3c3f38ed31ba0 jupyterlab_chat-0.14.0-py3-none-any.whl: 060e01123c213d2cf5c364e0675b585bdf17fb18783781f1c55061e48a03736d jupyterlab_chat-0.14.0.tar.gz: 544ec36cce5d5c2ec40b5e650fb0b24f6fe6c9c53f82f0abfbf88e8eb6a0a4c9
1 parent 23a5c18 commit 017da53

File tree

9 files changed

+43
-17
lines changed

9 files changed

+43
-17
lines changed

CHANGELOG.md

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

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

5+
## 0.14.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Allow users to be mentioned via Python API [#235](https://github.com/jupyterlab/jupyter-chat/pull/235) ([@dlqqq](https://github.com/dlqqq))
12+
- Typing notification improvements [#232](https://github.com/jupyterlab/jupyter-chat/pull/232) ([@jtpio](https://github.com/jtpio))
13+
- Run chat commands on message submission [#231](https://github.com/jupyterlab/jupyter-chat/pull/231) ([@dlqqq](https://github.com/dlqqq))
14+
15+
### Bugs fixed
16+
17+
- Code highlight in message [#226](https://github.com/jupyterlab/jupyter-chat/pull/226) ([@brichet](https://github.com/brichet))
18+
19+
### Maintenance and upkeep improvements
20+
21+
- Fix the Binder environment [#233](https://github.com/jupyterlab/jupyter-chat/pull/233) ([@jtpio](https://github.com/jtpio))
22+
- Bump brace-expansion from 2.0.1 to 2.0.2 in /ui-tests in the npm_and_yarn group across 1 directory [#229](https://github.com/jupyterlab/jupyter-chat/pull/229) ([@dependabot](https://github.com/dependabot))
23+
- Jupyter chat package reorganization [#225](https://github.com/jupyterlab/jupyter-chat/pull/225) ([@brichet](https://github.com/brichet))
24+
25+
### Contributors to this release
26+
27+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-06-11&to=2025-06-23&type=c))
28+
29+
[@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)
30+
31+
<!-- <END NEW CHANGELOG ENTRY> -->
32+
533
## 0.13.0
634

735
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -16,8 +44,6 @@
1644

1745
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2025-06-03..2025-06-11&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-06-03..2025-06-11&type=Issues)
1846

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2147
## 0.12.0
2248

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