Skip to content

Commit e17dede

Browse files
committed
Publish 0.19.0alpha1
SHA256 hashes: jupyter-chat-0.19.0-alpha.1.tgz: 4462d6807a02629114ba7af100aa2dd2b782c493abd374550134f898bbe8ad07 jupyter-chat-example-0.19.0-alpha.1.tgz: 0e6d26730e54a0f488a7513abdb3e03aceb49338cfb6ec69a735bf1ef040be4e jupyterlab-chat-0.19.0-alpha.1.tgz: b56671a5354a1c5d602d284efc88372f4b22cf0738ca94d207e808fd44c4ddff jupyterlab-chat-extension-0.19.0-alpha.1.tgz: 3de7410ec0eefe07ec90f233d0908d92220b75d0e0d84461b04d3c5f4074c695 jupyterlab_chat-0.19.0a1-py3-none-any.whl: a8110c5a27e472e3c91d04dfcd5f18136405071e1f2596d278eb4c345c197818 jupyterlab_chat-0.19.0a1.tar.gz: 0508255286ba8dc85067a903ca39be3fcf90989c8a726ae5cfcb1d69c6c7bdd4
1 parent c0676b1 commit e17dede

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.19.0alpha1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Fix the active cell manager when closing all notebooks [#311](https://github.com/jupyterlab/jupyter-chat/pull/311) ([@brichet](https://github.com/brichet))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Export of mui-extra module [#313](https://github.com/jupyterlab/jupyter-chat/pull/313) ([@brichet](https://github.com/brichet))
16+
- Bump vega-expression from 5.1.0 to 5.1.2 in /ui-tests in the npm_and_yarn group across 1 directory [#310](https://github.com/jupyterlab/jupyter-chat/pull/310) ([@dependabot](https://github.com/dependabot))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-11-01&to=2025-11-15&type=c))
21+
22+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-11-01..2025-11-15&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2025-11-01..2025-11-15&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-11-01..2025-11-15&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.19.0alpha0
627

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

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

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2544
## 0.18.2
2645

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

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