Skip to content

Commit

Permalink
Publish 0.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brichet committed Sep 13, 2024
1 parent 67dbc0d commit 73f72cd
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 16 deletions.
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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

## 0.4.0

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

### Enhancements made

- Ychat update messages [#81](https://github.com/jupyterlab/jupyter-chat/pull/81) ([@brichet](https://github.com/brichet))
- 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))

### Maintenance and upkeep improvements

- Shortcut to focus on the chat input [#80](https://github.com/jupyterlab/jupyter-chat/pull/80) ([@brichet](https://github.com/brichet))
- Fix labextension in develop mode in dev install [#79](https://github.com/jupyterlab/jupyter-chat/pull/79) ([@brichet](https://github.com/brichet))
- Reoganize the project to split typescript packages and extensions [#78](https://github.com/jupyterlab/jupyter-chat/pull/78) ([@brichet](https://github.com/brichet))
- 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))
- 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))
- 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))

### Documentation improvements

- Fix ReadTheDocs [#74](https://github.com/jupyterlab/jupyter-chat/pull/74) ([@jtpio](https://github.com/jtpio))
- Add documentation [#71](https://github.com/jupyterlab/jupyter-chat/pull/71) ([@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-07&to=2024-09-13&type=c))

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

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

## 0.3.1

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

[@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/[email protected]))
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.1",
"version": "0.4.0",
"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.1",
"version": "0.4.0",
"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.1",
"version": "0.4.0",
"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.1",
"version": "0.4.0",
"description": "The library to build a chat based on shared document",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -51,7 +51,7 @@
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
"@jupyter/chat": "^0.3.1",
"@jupyter/chat": "^0.4.0",
"@jupyter/collaboration": "^2.1.0",
"@jupyter/docprovider": "^2.1.0",
"@jupyter/ydoc": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions python/jupyterlab-collaborative-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-collaborative-chat-extension",
"version": "0.3.1",
"version": "0.4.0",
"description": "A chat extension based on shared documents",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@lumino/coreutils": "^2.0.0",
"@lumino/signaling": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"jupyterlab-collaborative-chat": "^0.3.1",
"jupyterlab-collaborative-chat": "^0.4.0",
"react": "^18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.5.40"
Expand Down
4 changes: 2 additions & 2 deletions python/jupyterlab-ws-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-ws-chat-extension",
"version": "0.3.1",
"version": "0.4.0",
"description": "A chat extension for Jupyterlab",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -56,7 +56,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/chat": "^0.3.1",
"@jupyter/chat": "^0.4.0",
"@jupyterlab/apputils": "^4.3.0",
"@jupyterlab/coreutils": "^6.2.0",
"@jupyterlab/notebook": "^4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/chat@^0.3.1, @jupyter/chat@workspace:packages/jupyter-chat":
"@jupyter/chat@^0.4.0, @jupyter/chat@workspace:packages/jupyter-chat":
version: 0.0.0-use.local
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
dependencies:
Expand Down Expand Up @@ -10042,7 +10042,7 @@ __metadata:
eslint: ^8.36.0
eslint-config-prettier: ^8.8.0
eslint-plugin-prettier: ^5.0.0
jupyterlab-collaborative-chat: ^0.3.1
jupyterlab-collaborative-chat: ^0.4.0
mkdirp: ^1.0.3
npm-run-all: ^4.1.5
prettier: ^3.0.0
Expand All @@ -10061,11 +10061,11 @@ __metadata:
languageName: unknown
linkType: soft

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

0 comments on commit 73f72cd

Please sign in to comment.