Skip to content

Commit 45f2068

Browse files
committed
Publish 0.10.1
SHA256 hashes: jupyter-chat-0.10.1.tgz: 28cfdaf40c51bcf0ae3ef6abdc1d61ce4e5ed2e365d93acb0bf3cb552c0e6ac3 jupyter-chat-example-0.10.1.tgz: 7c02c792e5f3ef42023d60e8e732ab17b8449c98fd52caea628581beb3353ebb jupyterlab-chat-0.10.1.tgz: 3b1a9727643be786945514ed9b8f2b7ec8a62380b2b01c8cb1c201b06eb5f272 jupyterlab-chat-extension-0.10.1.tgz: 8bc14a754b4209a5204355f4ddb431d896a846b20bfefda87b98a25b51ef933a jupyterlab_chat-0.10.1-py3-none-any.whl: 37d974a88ed2cac9a3ad7b943e6aef92eb77038a816485dfc5ffe448937b9ffe jupyterlab_chat-0.10.1.tar.gz: e045e0b468633f9c8e2b2eb6ccb5d58ac130d4afedfab6534660b55c3501a9c4
1 parent 171ebfa commit 45f2068

File tree

9 files changed

+31
-17
lines changed

9 files changed

+31
-17
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.10.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.10.0...171ebfaef4e88a2e3e0ccef6016500119f4a2155))
8+
9+
### Bugs fixed
10+
11+
- Fix case-sensitivity in user mention commands [#211](https://github.com/jupyterlab/jupyter-chat/pull/211) ([@brichet](https://github.com/brichet))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2025-04-11&to=2025-04-17&type=c))
16+
17+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2025-04-11..2025-04-17&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2025-04-11..2025-04-17&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.10.0
622

723
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.9.0...c713dba7549b8ea829621b02e3cb838bfefb5fbb))
@@ -29,8 +45,6 @@
2945

3046
[@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)
3147

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3448
## 0.9.0
3549

3650
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.8.1...e182c03aa81119250818bf78da9d932a74f9cef4))

docs/jupyter-chat-example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-chat-example",
3-
"version": "0.10.0",
3+
"version": "0.10.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.10.0",
47+
"@jupyter/chat": "^0.10.1",
4848
"@jupyterlab/application": "^4.2.0",
4949
"@jupyterlab/apputils": "^4.3.0",
5050
"@jupyterlab/notebook": "^4.2.0",

lerna.json

+1-1
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.10.0",
4+
"version": "0.10.1",
55
"npmClient": "jlpm",
66
"useNx": true
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-chat-root",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "A chat package for Jupyterlab extension",
55
"private": true,
66
"keywords": [

packages/jupyter-chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/chat",
3-
"version": "0.10.0",
3+
"version": "0.10.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-chat-extension",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
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.10.0",
69+
"jupyterlab-chat": "^0.10.1",
7070
"react": "^18.2.0",
7171
"y-protocols": "^1.0.5",
7272
"yjs": "^13.5.40"

packages/jupyterlab-chat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-chat",
3-
"version": "0.10.0",
3+
"version": "0.10.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.10.0",
45+
"@jupyter/chat": "^0.10.1",
4646
"@jupyter/collaborative-drive": "^3.0.0",
4747
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
4848
"@jupyterlab/application": "^4.2.0",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"

yarn.lock

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

2497-
"@jupyter/chat@^0.10.0, @jupyter/chat@workspace:packages/jupyter-chat":
2497+
"@jupyter/chat@^0.10.1, @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.10.0
10061+
"@jupyter/chat": ^0.10.1
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.10.0
10131+
jupyterlab-chat: ^0.10.1
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.10.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
10144+
"jupyterlab-chat@^0.10.1, 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.10.0
10148+
"@jupyter/chat": ^0.10.1
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)