Skip to content

Commit 73f72cd

Browse files
committed
Publish 0.4.0
SHA256 hashes: jupyter-chat-0.4.0.tgz: 0562617d233da4808e7c67b6d89f9ac9f66eb59c55e7bb8d8ffcb478dc5dc432 jupyterlab-collaborative-chat-0.4.0.tgz: b03372a59503ef1bebf9efa429adab4df94b7ef99043ed835e8df624bacfd771 jupyterlab-collaborative-chat-extension-0.4.0.tgz: 211307cdca42fa8b4e4b15c3e4b51e84ef80dc4e42219371267c1abd3b9b4db9 jupyterlab-ws-chat-extension-0.4.0.tgz: 73ca175fba1bd715d0fb4a5761999bc3a8a5627eca4ec96e062c07971db052bf jupyterlab_collaborative_chat-0.4.0-py3-none-any.whl: de6e58355ccd1abc8b8c531d8223a07891fcbe0ad0a8716ec4903cd289cf0365 jupyterlab_collaborative_chat-0.4.0.tar.gz: ba764b5404b48b15c93f365332ae7b7229bab92a0d2a64536705947e29f0682d jupyterlab_ws_chat-0.4.0-py3-none-any.whl: 536a5e5c7a5c7063d69685f3482990d3fa9c398d35febda6d550680a58b3bea8 jupyterlab_ws_chat-0.4.0.tar.gz: 34881d9bd204520de95a5ad2a262d395761f0882acc187002943560dc57f72e1
1 parent 67dbc0d commit 73f72cd

File tree

8 files changed

+45
-16
lines changed

8 files changed

+45
-16
lines changed

CHANGELOG.md

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

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

5+
## 0.4.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Ychat update messages [#81](https://github.com/jupyterlab/jupyter-chat/pull/81) ([@brichet](https://github.com/brichet))
12+
- Use getter and setter for the config in the collaborative chat [#77](https://github.com/jupyterlab/jupyter-chat/pull/77) ([@brichet](https://github.com/brichet))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Shortcut to focus on the chat input [#80](https://github.com/jupyterlab/jupyter-chat/pull/80) ([@brichet](https://github.com/brichet))
17+
- Fix labextension in develop mode in dev install [#79](https://github.com/jupyterlab/jupyter-chat/pull/79) ([@brichet](https://github.com/brichet))
18+
- Reoganize the project to split typescript packages and extensions [#78](https://github.com/jupyterlab/jupyter-chat/pull/78) ([@brichet](https://github.com/brichet))
19+
- Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group across 1 directory [#76](https://github.com/jupyterlab/jupyter-chat/pull/76) ([@dependabot](https://github.com/dependabot))
20+
- Bump webpack from 5.93.0 to 5.94.0 in the npm_and_yarn group across 1 directory [#75](https://github.com/jupyterlab/jupyter-chat/pull/75) ([@dependabot](https://github.com/dependabot))
21+
- Bump the npm_and_yarn group across 3 directories with 3 updates [#73](https://github.com/jupyterlab/jupyter-chat/pull/73) ([@dependabot](https://github.com/dependabot))
22+
23+
### Documentation improvements
24+
25+
- Fix ReadTheDocs [#74](https://github.com/jupyterlab/jupyter-chat/pull/74) ([@jtpio](https://github.com/jtpio))
26+
- Add documentation [#71](https://github.com/jupyterlab/jupyter-chat/pull/71) ([@brichet](https://github.com/brichet))
27+
28+
### Contributors to this release
29+
30+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-08-07&to=2024-09-13&type=c))
31+
32+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-08-07..2024-09-13&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-08-07..2024-09-13&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-08-07..2024-09-13&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Ajtpio+updated%3A2024-08-07..2024-09-13&type=Issues)
33+
34+
<!-- <END NEW CHANGELOG ENTRY> -->
35+
536
## 0.3.1
637

738
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -16,8 +47,6 @@
1647

1748
[@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)
1849

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2150
## 0.3.0
2251

2352
([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.1",
4+
"version": "0.4.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.3.1",
3+
"version": "0.4.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.3.1",
3+
"version": "0.4.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-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.1",
3+
"version": "0.4.0",
44
"description": "The library to build a chat based on shared document",
55
"keywords": [
66
"jupyter",
@@ -51,7 +51,7 @@
5151
"watch:src": "tsc -w --sourceMap"
5252
},
5353
"dependencies": {
54-
"@jupyter/chat": "^0.3.1",
54+
"@jupyter/chat": "^0.4.0",
5555
"@jupyter/collaboration": "^2.1.0",
5656
"@jupyter/docprovider": "^2.1.0",
5757
"@jupyter/ydoc": "^1.1.1",

python/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-extension",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -74,7 +74,7 @@
7474
"@lumino/coreutils": "^2.0.0",
7575
"@lumino/signaling": "^2.0.0",
7676
"@lumino/widgets": "^2.0.0",
77-
"jupyterlab-collaborative-chat": "^0.3.1",
77+
"jupyterlab-collaborative-chat": "^0.4.0",
7878
"react": "^18.2.0",
7979
"y-protocols": "^1.0.5",
8080
"yjs": "^13.5.40"

python/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-extension",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "A chat extension for Jupyterlab",
55
"keywords": [
66
"jupyter",
@@ -56,7 +56,7 @@
5656
"watch:labextension": "jupyter labextension watch ."
5757
},
5858
"dependencies": {
59-
"@jupyter/chat": "^0.3.1",
59+
"@jupyter/chat": "^0.4.0",
6060
"@jupyterlab/apputils": "^4.3.0",
6161
"@jupyterlab/coreutils": "^6.2.0",
6262
"@jupyterlab/notebook": "^4.2.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@ __metadata:
24302430
languageName: node
24312431
linkType: hard
24322432

2433-
"@jupyter/chat@^0.3.1, @jupyter/chat@workspace:packages/jupyter-chat":
2433+
"@jupyter/chat@^0.4.0, @jupyter/chat@workspace:packages/jupyter-chat":
24342434
version: 0.0.0-use.local
24352435
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
24362436
dependencies:
@@ -10042,7 +10042,7 @@ __metadata:
1004210042
eslint: ^8.36.0
1004310043
eslint-config-prettier: ^8.8.0
1004410044
eslint-plugin-prettier: ^5.0.0
10045-
jupyterlab-collaborative-chat: ^0.3.1
10045+
jupyterlab-collaborative-chat: ^0.4.0
1004610046
mkdirp: ^1.0.3
1004710047
npm-run-all: ^4.1.5
1004810048
prettier: ^3.0.0
@@ -10061,11 +10061,11 @@ __metadata:
1006110061
languageName: unknown
1006210062
linkType: soft
1006310063

10064-
"jupyterlab-collaborative-chat@^0.3.1, jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat":
10064+
"jupyterlab-collaborative-chat@^0.4.0, jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat":
1006510065
version: 0.0.0-use.local
1006610066
resolution: "jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat"
1006710067
dependencies:
10068-
"@jupyter/chat": ^0.3.1
10068+
"@jupyter/chat": ^0.4.0
1006910069
"@jupyter/collaboration": ^2.1.0
1007010070
"@jupyter/docprovider": ^2.1.0
1007110071
"@jupyter/ydoc": ^1.1.1
@@ -10118,7 +10118,7 @@ __metadata:
1011810118
version: 0.0.0-use.local
1011910119
resolution: "jupyterlab-ws-chat-extension@workspace:python/jupyterlab-ws-chat"
1012010120
dependencies:
10121-
"@jupyter/chat": ^0.3.1
10121+
"@jupyter/chat": ^0.4.0
1012210122
"@jupyterlab/apputils": ^4.3.0
1012310123
"@jupyterlab/builder": ^4.2.0
1012410124
"@jupyterlab/coreutils": ^6.2.0

0 commit comments

Comments
 (0)