Skip to content

Commit 38dc421

Browse files
committed
Publish 0.10.0
SHA256 hashes: jupyter-chat-0.10.0.tgz: 43f9cd80a62de0b17d506435e94c90129c68e4892939b374bb97663e230c5059 jupyter-chat-example-0.10.0.tgz: 3dd85143745750f18f64e9829924806ac3942f09050708079e2dd2d88f5baa46 jupyterlab-chat-0.10.0.tgz: 831984bd84696339bf60d50f80e88ee211614c79a6c65b8f3b6a4b1857e4a64b jupyterlab-chat-extension-0.10.0.tgz: 6ce4c026ba87176a9618b984cc430365be78de481b3230ef5b6e207e55bd42c0 jupyterlab_chat-0.10.0-py3-none-any.whl: 4ded226a2b2f9d6f4dfca19a1e810c06a7b21c2d4a45b5df040eea30ed90b85c jupyterlab_chat-0.10.0.tar.gz: 92ee35f6bf0565f69d61181f7d95ede5c63cf72344076876666bcd68def13d01
1 parent c713dba commit 38dc421

File tree

9 files changed

+44
-17
lines changed

9 files changed

+44
-17
lines changed

CHANGELOG.md

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

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

5+
## 0.10.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.9.0...c713dba7549b8ea829621b02e3cb838bfefb5fbb))
8+
9+
### Enhancements made
10+
11+
- Mention users in messages (using @) [#190](https://github.com/jupyterlab/jupyter-chat/pull/190) ([@brichet](https://github.com/brichet))
12+
13+
### Bugs fixed
14+
15+
- Fix the toolbar registry for main area chat [#206](https://github.com/jupyterlab/jupyter-chat/pull/206) ([@brichet](https://github.com/brichet))
16+
- Fix the attachments on message edition and on python Message model [#200](https://github.com/jupyterlab/jupyter-chat/pull/200) ([@brichet](https://github.com/brichet))
17+
- Fix duplication after message edition [#194](https://github.com/jupyterlab/jupyter-chat/pull/194) ([@brichet](https://github.com/brichet))
18+
19+
### Maintenance and upkeep improvements
20+
21+
- Fix \_version.py file version bump [#207](https://github.com/jupyterlab/jupyter-chat/pull/207) ([@brichet](https://github.com/brichet))
22+
- Fix the wrong version of python package [#205](https://github.com/jupyterlab/jupyter-chat/pull/205) ([@brichet](https://github.com/brichet))
23+
- Abstract ChatModel class [#197](https://github.com/jupyterlab/jupyter-chat/pull/197) ([@brichet](https://github.com/brichet))
24+
- Move jupyterlab-chat-extension to packages directory [#196](https://github.com/jupyterlab/jupyter-chat/pull/196) ([@brichet](https://github.com/brichet))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-03-31&to=2025-04-11&type=c))
29+
30+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-03-31..2025-04-11&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2025-03-31..2025-04-11&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-03-31..2025-04-11&type=Issues)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 0.9.0
635

736
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.8.1...e182c03aa81119250818bf78da9d932a74f9cef4))
@@ -28,8 +57,6 @@
2857

2958
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-03-11..2025-03-28&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2025-03-11..2025-03-28&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-03-11..2025-03-28&type=Issues) | [@keerthi-swarna](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Akeerthi-swarna+updated%3A2025-03-11..2025-03-28&type=Issues)
3059

31-
<!-- <END NEW CHANGELOG ENTRY> -->
32-
3360
## 0.8.1
3461

3562
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.8.0...d7b867a567b179a3c5c449a2e59bdbe01071aa43))

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.9.0",
3+
"version": "0.10.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.9.0",
47+
"@jupyter/chat": "^0.10.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.9.0",
4+
"version": "0.10.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.9.0",
3+
"version": "0.10.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.9.0",
3+
"version": "0.10.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.9.0",
3+
"version": "0.10.0",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -66,7 +66,7 @@
6666
"@lumino/coreutils": "^2.0.0",
6767
"@lumino/signaling": "^2.0.0",
6868
"@lumino/widgets": "^2.0.0",
69-
"jupyterlab-chat": "^0.9.0",
69+
"jupyterlab-chat": "^0.10.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.9.0",
3+
"version": "0.10.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.9.0",
45+
"@jupyter/chat": "^0.10.0",
4646
"@jupyter/collaborative-drive": "^3.0.0",
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.9.0"
1+
__version__ = "0.10.0"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@ __metadata:
24942494
languageName: node
24952495
linkType: hard
24962496

2497-
"@jupyter/chat@^0.9.0, @jupyter/chat@workspace:packages/jupyter-chat":
2497+
"@jupyter/chat@^0.10.0, @jupyter/chat@workspace:packages/jupyter-chat":
24982498
version: 0.0.0-use.local
24992499
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
25002500
dependencies:
@@ -10058,7 +10058,7 @@ __metadata:
1005810058
version: 0.0.0-use.local
1005910059
resolution: "jupyter-chat-example@workspace:docs/jupyter-chat-example"
1006010060
dependencies:
10061-
"@jupyter/chat": ^0.9.0
10061+
"@jupyter/chat": ^0.10.0
1006210062
"@jupyterlab/application": ^4.2.0
1006310063
"@jupyterlab/apputils": ^4.3.0
1006410064
"@jupyterlab/builder": ^4.2.0
@@ -10128,7 +10128,7 @@ __metadata:
1012810128
"@types/react": ^18.2.0
1012910129
"@types/react-addons-linked-state-mixin": ^0.14.22
1013010130
css-loader: ^6.7.1
10131-
jupyterlab-chat: ^0.9.0
10131+
jupyterlab-chat: ^0.10.0
1013210132
mkdirp: ^1.0.3
1013310133
npm-run-all: ^4.1.5
1013410134
react: ^18.2.0
@@ -10141,11 +10141,11 @@ __metadata:
1014110141
languageName: unknown
1014210142
linkType: soft
1014310143

10144-
"jupyterlab-chat@^0.9.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
10144+
"jupyterlab-chat@^0.10.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
1014510145
version: 0.0.0-use.local
1014610146
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
1014710147
dependencies:
10148-
"@jupyter/chat": ^0.9.0
10148+
"@jupyter/chat": ^0.10.0
1014910149
"@jupyter/collaborative-drive": ^3.0.0
1015010150
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
1015110151
"@jupyterlab/application": ^4.2.0

0 commit comments

Comments
 (0)