Skip to content

Commit e54ed1a

Browse files
committed
Publish 0.13.0
SHA256 hashes: jupyter-chat-0.13.0.tgz: 8c17b87a6720c56601a6563d97e4c78dfaf7a740f032a8eef71b518735a130f9 jupyter-chat-example-0.13.0.tgz: 6eac331cc0cbca2814927534793c02651e68946226c56825021db699c4cd9f0e jupyterlab-chat-0.13.0.tgz: 7678d675244b4e4de03ee43d5c2ddade0f1cd59d43ae1a5acf2650a110d88679 jupyterlab-chat-extension-0.13.0.tgz: 518c42ff0bd436e7ad2bd37c18ff73c9818d724b89d161807f7bcc8642a7f6c3 jupyterlab_chat-0.13.0-py3-none-any.whl: 29aca297260daadbb0e7807ceac63327cc98f538e14b62ad930a8ba13da31acd jupyterlab_chat-0.13.0.tar.gz: 06e349839cc698dcf6393a945e6f1ad5c4de123a22fd376402598006cd76cdd3
1 parent 2b688d7 commit e54ed1a

File tree

9 files changed

+31
-17
lines changed

9 files changed

+31
-17
lines changed

CHANGELOG.md

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

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

5+
## 0.13.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.12.0...2b688d7ef2914f78150c9c5e227d44b81ff26231))
8+
9+
### Enhancements made
10+
11+
- Upgrade to Jupyter Collaboration 4 [#227](https://github.com/jupyterlab/jupyter-chat/pull/227) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-06-03&to=2025-06-11&type=c))
16+
17+
[@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)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.12.0
622

723
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.11.0...2867f2edc63cfdad16c81d91c00074d0911726ff))
@@ -21,8 +37,6 @@
2137

2238
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-04-28..2025-06-03&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-04-28..2025-06-03&type=Issues)
2339

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2640
## 0.11.0
2741

2842
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.10.1...1a3d91843e9ae70147b0d92158126002068661b6))

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.12.0",
3+
"version": "0.13.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.12.0",
47+
"@jupyter/chat": "^0.13.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.12.0",
4+
"version": "0.13.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.12.0",
3+
"version": "0.13.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.12.0",
3+
"version": "0.13.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.12.0",
3+
"version": "0.13.0",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -66,7 +66,7 @@
6666
"@lumino/coreutils": "^2.2.1",
6767
"@lumino/signaling": "^2.1.4",
6868
"@lumino/widgets": "^2.7.0",
69-
"jupyterlab-chat": "^0.12.0",
69+
"jupyterlab-chat": "^0.13.0",
7070
"react": "^18.2.0",
7171
"y-protocols": "^1.0.5",
7272
"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.12.0",
3+
"version": "0.13.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.12.0",
45+
"@jupyter/chat": "^0.13.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.12.0"
1+
__version__ = "0.13.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.12.0, @jupyter/chat@workspace:packages/jupyter-chat":
2263+
"@jupyter/chat@^0.13.0, @jupyter/chat@workspace:packages/jupyter-chat":
22642264
version: 0.0.0-use.local
22652265
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
22662266
dependencies:
@@ -9672,7 +9672,7 @@ __metadata:
96729672
version: 0.0.0-use.local
96739673
resolution: "jupyter-chat-example@workspace:docs/jupyter-chat-example"
96749674
dependencies:
9675-
"@jupyter/chat": ^0.12.0
9675+
"@jupyter/chat": ^0.13.0
96769676
"@jupyterlab/application": ^4.2.0
96779677
"@jupyterlab/apputils": ^4.3.0
96789678
"@jupyterlab/builder": ^4.2.0
@@ -9742,7 +9742,7 @@ __metadata:
97429742
"@types/react": ^18.2.0
97439743
"@types/react-addons-linked-state-mixin": ^0.14.22
97449744
css-loader: ^6.7.1
9745-
jupyterlab-chat: ^0.12.0
9745+
jupyterlab-chat: ^0.13.0
97469746
mkdirp: ^1.0.3
97479747
npm-run-all: ^4.1.5
97489748
react: ^18.2.0
@@ -9755,11 +9755,11 @@ __metadata:
97559755
languageName: unknown
97569756
linkType: soft
97579757

9758-
"jupyterlab-chat@^0.12.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
9758+
"jupyterlab-chat@^0.13.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
97599759
version: 0.0.0-use.local
97609760
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
97619761
dependencies:
9762-
"@jupyter/chat": ^0.12.0
9762+
"@jupyter/chat": ^0.13.0
97639763
"@jupyter/collaborative-drive": ^4.0.2
97649764
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
97659765
"@jupyterlab/application": ^4.2.0

0 commit comments

Comments
 (0)