Skip to content

Commit

Permalink
Publish 0.7.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-chat-0.7.1.tgz: ef93548959d08c46eb67d294dadba307239b39e24028dda67bf53eefb6d5495a

jupyterlab-chat-0.7.1.tgz: 002de7cd2fdc9c9f6d7ded8566d26cf76443cb3a873f22c519541684cd5b2f04

jupyterlab-chat-extension-0.7.1.tgz: 2c665c78a393efe3810d690886c637ecd9949dee1529cf754963a5cb3f6a5695

jupyterlab_chat-0.7.1-py3-none-any.whl: 9cad7c77de8c722808145977422375028069c9b25f0ada9f1af1a3d9c8f7625b

jupyterlab_chat-0.7.1.tar.gz: ec51b27b2dd02140f3755c12be3405eabaadbd253f41f35228201366c4b5becc
  • Loading branch information
dlqqq committed Dec 25, 2024
1 parent b9373cf commit 8de473a
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 13 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 0.7.1

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

### Bugs fixed

- Fix support for Python 3.9 [#136](https://github.com/jupyterlab/jupyter-chat/pull/136) ([@dlqqq](https://github.com/dlqqq))

### Maintenance and upkeep improvements

- Bump systeminformation from 5.22.7 to 5.23.14 in /ui-tests in the npm_and_yarn group across 1 directory [#133](https://github.com/jupyterlab/jupyter-chat/pull/133) ([@dependabot](https://github.com/dependabot))

### Contributors to this release

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

[@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-12-20..2024-12-24&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2024-12-20..2024-12-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-12-20..2024-12-24&type=Issues)

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

## 0.7.0

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
Expand Down Expand Up @@ -34,8 +54,6 @@

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-11-25..2024-12-20&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-11-25..2024-12-20&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2024-11-25..2024-12-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-11-25..2024-12-20&type=Issues)

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

## 0.6.2

([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.7.0",
"version": "0.7.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.7.0",
"version": "0.7.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.7.0",
"version": "0.7.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-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-chat",
"version": "0.7.0",
"version": "0.7.1",
"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.7.0",
"@jupyter/chat": "^0.7.1",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyterlab/application": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions python/jupyterlab-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-chat-extension",
"version": "0.7.0",
"version": "0.7.1",
"description": "A chat extension based on shared documents",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@lumino/coreutils": "^2.0.0",
"@lumino/signaling": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"jupyterlab-chat": "^0.7.0",
"jupyterlab-chat": "^0.7.1",
"react": "^18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.5.40"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/chat@^0.7.0, @jupyter/chat@workspace:packages/jupyter-chat":
"@jupyter/chat@^0.7.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 @@ -10014,7 +10014,7 @@ __metadata:
eslint: ^8.36.0
eslint-config-prettier: ^8.8.0
eslint-plugin-prettier: ^5.0.0
jupyterlab-chat: ^0.7.0
jupyterlab-chat: ^0.7.1
mkdirp: ^1.0.3
npm-run-all: ^4.1.5
prettier: ^3.0.0
Expand All @@ -10033,11 +10033,11 @@ __metadata:
languageName: unknown
linkType: soft

"jupyterlab-chat@^0.7.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
"jupyterlab-chat@^0.7.1, jupyterlab-chat@workspace:packages/jupyterlab-chat":
version: 0.0.0-use.local
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
dependencies:
"@jupyter/chat": ^0.7.0
"@jupyter/chat": ^0.7.1
"@jupyter/collaborative-drive": ^3.0.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/application": ^4.2.0
Expand Down

0 comments on commit 8de473a

Please sign in to comment.