Skip to content

Commit c655e67

Browse files
committed
Publish 0.3.1
SHA256 hashes: jupyter-chat-0.3.1.tgz: 674640f27fc552c659b38f044784b2f3f5bb2ff0e201feb6dfa3827b537b62bb jupyterlab-collaborative-chat-0.3.1.tgz: 095507cdb8b93ab89a02009260781d7f062270577cfeff60e3904f4d771dc519 jupyterlab-ws-chat-0.3.1.tgz: 3243ee12fbd8ad5f363f4c65696eaf3c3a031619f5103f1c7f8d00a97cd9ef26 jupyterlab_collaborative_chat-0.3.1-py3-none-any.whl: 5875e2c8328abbbdd0f3ba9dd908826052cbb313e52214ad63a231582cc399b0 jupyterlab_collaborative_chat-0.3.1.tar.gz: 8b9b6a38bb613865ca1b994ad4cb7e0500fd5223bdf1281ae14407581ffbd778 jupyterlab_ws_chat-0.3.1-py3-none-any.whl: 02b3a76eb26d2d7c90465044bbeb1d97bac571774a1200736d67feb128758060 jupyterlab_ws_chat-0.3.1.tar.gz: 056a3abbb3f4b0b7a86bf09b355b3dacbb147f4c9aa6b94853c79917794077da
1 parent fe37f7d commit c655e67

File tree

7 files changed

+26
-12
lines changed

7 files changed

+26
-12
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.3.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Improve ychat class on server side [#69](https://github.com/jupyterlab/jupyter-chat/pull/69) ([@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=2024-08-05&to=2024-08-06&type=c))
16+
17+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-08-05..2024-08-06&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-08-05..2024-08-06&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.3.0
622

723
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -23,8 +39,6 @@
2339

2440
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-07-04..2024-08-05&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-07-04..2024-08-05&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-07-04..2024-08-05&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Akrassowski+updated%3A2024-07-04..2024-08-05&type=Issues)
2541

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2842
## 0.2.0
2943

3044
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))

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.3.0",
4+
"version": "0.3.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.3.0",
3+
"version": "0.3.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.3.0",
3+
"version": "0.3.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-collaborative-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-collaborative-chat",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -57,7 +57,7 @@
5757
"watch:labextension": "jupyter labextension watch ."
5858
},
5959
"dependencies": {
60-
"@jupyter/chat": "^0.3.0",
60+
"@jupyter/chat": "^0.3.1",
6161
"@jupyter/collaboration": "^2.1.0",
6262
"@jupyter/docprovider": "^2.1.0",
6363
"@jupyter/ydoc": "^1.1.1",

packages/jupyterlab-ws-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-ws-chat",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A chat extension for Jupyterlab",
55
"keywords": [
66
"jupyter",
@@ -54,7 +54,7 @@
5454
"watch:src": "tsc -w --sourceMap"
5555
},
5656
"dependencies": {
57-
"@jupyter/chat": "^0.3.0",
57+
"@jupyter/chat": "^0.3.1",
5858
"@jupyterlab/apputils": "^4.3.0",
5959
"@jupyterlab/coreutils": "^6.2.0",
6060
"@jupyterlab/notebook": "^4.2.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ __metadata:
22742274
languageName: node
22752275
linkType: hard
22762276

2277-
"@jupyter/chat@^0.3.0, @jupyter/chat@workspace:packages/jupyter-chat":
2277+
"@jupyter/chat@^0.3.1, @jupyter/chat@workspace:packages/jupyter-chat":
22782278
version: 0.0.0-use.local
22792279
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
22802280
dependencies:
@@ -9848,7 +9848,7 @@ __metadata:
98489848
version: 0.0.0-use.local
98499849
resolution: "jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat"
98509850
dependencies:
9851-
"@jupyter/chat": ^0.3.0
9851+
"@jupyter/chat": ^0.3.1
98529852
"@jupyter/collaboration": ^2.1.0
98539853
"@jupyter/docprovider": ^2.1.0
98549854
"@jupyter/ydoc": ^1.1.1
@@ -9902,7 +9902,7 @@ __metadata:
99029902
version: 0.0.0-use.local
99039903
resolution: "jupyterlab-ws-chat@workspace:packages/jupyterlab-ws-chat"
99049904
dependencies:
9905-
"@jupyter/chat": ^0.3.0
9905+
"@jupyter/chat": ^0.3.1
99069906
"@jupyterlab/apputils": ^4.3.0
99079907
"@jupyterlab/builder": ^4.2.0
99089908
"@jupyterlab/coreutils": ^6.2.0

0 commit comments

Comments
 (0)