Skip to content

Commit

Permalink
Publish 0.3.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brichet committed Aug 7, 2024
1 parent fe37f7d commit c655e67
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 12 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.3.1

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.3.0...fe37f7ddc158787bf2a5a77343391379a6216b14))

### Enhancements made

- Improve ychat class on server side [#69](https://github.com/jupyterlab/jupyter-chat/pull/69) ([@brichet](https://github.com/brichet))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-08-05&to=2024-08-06&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.3.0

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.2.0...08b371dd6a9616b70d42a93165c5b18274ff00f9))
Expand All @@ -23,8 +39,6 @@

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.2.0

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.1.0...234e231ccadb198409e6a4250fdcbe05c32895e7))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.3.0",
"version": "0.3.1",
"npmClient": "jlpm",
"useNx": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-chat-root",
"version": "0.3.0",
"version": "0.3.1",
"description": "A chat package for Jupyterlab extension",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/chat",
"version": "0.3.0",
"version": "0.3.1",
"description": "A package that provides UI components that can be used to create a chat in a Jupyterlab extension.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-collaborative-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-collaborative-chat",
"version": "0.3.0",
"version": "0.3.1",
"description": "A chat extension based on shared documents",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -57,7 +57,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/chat": "^0.3.0",
"@jupyter/chat": "^0.3.1",
"@jupyter/collaboration": "^2.1.0",
"@jupyter/docprovider": "^2.1.0",
"@jupyter/ydoc": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-ws-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-ws-chat",
"version": "0.3.0",
"version": "0.3.1",
"description": "A chat extension for Jupyterlab",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -54,7 +54,7 @@
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
"@jupyter/chat": "^0.3.0",
"@jupyter/chat": "^0.3.1",
"@jupyterlab/apputils": "^4.3.0",
"@jupyterlab/coreutils": "^6.2.0",
"@jupyterlab/notebook": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/chat@^0.3.0, @jupyter/chat@workspace:packages/jupyter-chat":
"@jupyter/chat@^0.3.1, @jupyter/chat@workspace:packages/jupyter-chat":
version: 0.0.0-use.local
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
dependencies:
Expand Down Expand Up @@ -9848,7 +9848,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat"
dependencies:
"@jupyter/chat": ^0.3.0
"@jupyter/chat": ^0.3.1
"@jupyter/collaboration": ^2.1.0
"@jupyter/docprovider": ^2.1.0
"@jupyter/ydoc": ^1.1.1
Expand Down Expand Up @@ -9902,7 +9902,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jupyterlab-ws-chat@workspace:packages/jupyterlab-ws-chat"
dependencies:
"@jupyter/chat": ^0.3.0
"@jupyter/chat": ^0.3.1
"@jupyterlab/apputils": ^4.3.0
"@jupyterlab/builder": ^4.2.0
"@jupyterlab/coreutils": ^6.2.0
Expand Down

0 comments on commit c655e67

Please sign in to comment.