Skip to content

Commit 8b38ad0

Browse files
committed
Publish 0.3.0
SHA256 hashes: jupyter-chat-0.3.0.tgz: fb1daee5455b956874d53b81c40753bfc05ff863ced096c8745a350348b652bf jupyterlab-collaborative-chat-0.3.0.tgz: 6c06a1ca1ef6369fc5bcbe0440391d258488ee4920455aea03b8ab297bdb470e jupyterlab-ws-chat-0.3.0.tgz: 7637065b8885ee7fad7e8e30d50546e80e059963ae2f1e9df6383a7d1ab4c9c0 jupyterlab_collaborative_chat-0.3.0-py3-none-any.whl: a358d79f94e7aab9719a9811cb374a4a43fde13692868c3b4297abd5f035092e jupyterlab_collaborative_chat-0.3.0.tar.gz: ba3f005b0815d2354a19b5029f1099c09eeb4f819fad7c658aba32a443741fe7 jupyterlab_ws_chat-0.3.0-py3-none-any.whl: c95518ebbdeb2735a7e749e415d2d2e9d598c343263481cd75d4d2f6fce11ff2 jupyterlab_ws_chat-0.3.0.tar.gz: 620193d3dcb7e7d98b47e034669c61a63651811ec19e227f4dd2bd05923d0ce8
1 parent 08b371d commit 8b38ad0

File tree

7 files changed

+33
-12
lines changed

7 files changed

+33
-12
lines changed

CHANGELOG.md

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

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

5+
## 0.3.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Add a configChanged signal to the model [#68](https://github.com/jupyterlab/jupyter-chat/pull/68) ([@brichet](https://github.com/brichet))
12+
- Code toolbar [#67](https://github.com/jupyterlab/jupyter-chat/pull/67) ([@brichet](https://github.com/brichet))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Update to jupyterlab 4.2.x [#66](https://github.com/jupyterlab/jupyter-chat/pull/66) ([@brichet](https://github.com/brichet))
17+
- Updated integration tests workflow [#65](https://github.com/jupyterlab/jupyter-chat/pull/65) ([@krassowski](https://github.com/krassowski))
18+
- Bump the npm_and_yarn group across 2 directories with 4 updates [#63](https://github.com/jupyterlab/jupyter-chat/pull/63) ([@dependabot](https://github.com/dependabot))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-07-04&to=2024-08-05&type=c))
23+
24+
[@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)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 0.2.0
629

730
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -40,8 +63,6 @@
4063

4164
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-05-16..2024-07-04&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-05-16..2024-07-04&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Ajtpio+updated%3A2024-05-16..2024-07-04&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Awelcome+updated%3A2024-05-16..2024-07-04&type=Issues)
4265

43-
<!-- <END NEW CHANGELOG ENTRY> -->
44-
4566
## 0.1.0
4667

4768
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/877bbc1a13706c69ad5b41b79a697ab64ac447e8...0b72a3b62a3615688d3e744d6fa52f76427f9cf5))

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.2.0",
4+
"version": "0.3.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.2.0",
3+
"version": "0.3.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.2.0",
3+
"version": "0.3.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.2.0",
3+
"version": "0.3.0",
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.2.0",
60+
"@jupyter/chat": "^0.3.0",
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.2.0",
3+
"version": "0.3.0",
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.2.0",
57+
"@jupyter/chat": "^0.3.0",
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.2.0, @jupyter/chat@workspace:packages/jupyter-chat":
2277+
"@jupyter/chat@^0.3.0, @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.2.0
9851+
"@jupyter/chat": ^0.3.0
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.2.0
9905+
"@jupyter/chat": ^0.3.0
99069906
"@jupyterlab/apputils": ^4.3.0
99079907
"@jupyterlab/builder": ^4.2.0
99089908
"@jupyterlab/coreutils": ^6.2.0

0 commit comments

Comments
 (0)