Skip to content

Commit 8de473a

Browse files
committed
Publish 0.7.1
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
1 parent b9373cf commit 8de473a

File tree

7 files changed

+31
-13
lines changed

7 files changed

+31
-13
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

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

5+
## 0.7.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Fix support for Python 3.9 [#136](https://github.com/jupyterlab/jupyter-chat/pull/136) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- 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))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-12-20&to=2024-12-24&type=c))
20+
21+
[@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)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.7.0
626

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

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

37-
<!-- <END NEW CHANGELOG ENTRY> -->
38-
3957
## 0.6.2
4058

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

lerna.json

+1-1
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.7.0",
4+
"version": "0.7.1",
55
"npmClient": "jlpm",
66
"useNx": true
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-chat-root",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A chat package for Jupyterlab extension",
55
"private": true,
66
"keywords": [

packages/jupyter-chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/chat",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
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-chat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-chat",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
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.7.0",
54+
"@jupyter/chat": "^0.7.1",
5555
"@jupyter/collaborative-drive": "^3.0.0",
5656
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
5757
"@jupyterlab/application": "^4.2.0",

python/jupyterlab-chat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-chat-extension",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -75,7 +75,7 @@
7575
"@lumino/coreutils": "^2.0.0",
7676
"@lumino/signaling": "^2.0.0",
7777
"@lumino/widgets": "^2.0.0",
78-
"jupyterlab-chat": "^0.7.0",
78+
"jupyterlab-chat": "^0.7.1",
7979
"react": "^18.2.0",
8080
"y-protocols": "^1.0.5",
8181
"yjs": "^13.5.40"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2449,7 +2449,7 @@ __metadata:
24492449
languageName: node
24502450
linkType: hard
24512451

2452-
"@jupyter/chat@^0.7.0, @jupyter/chat@workspace:packages/jupyter-chat":
2452+
"@jupyter/chat@^0.7.1, @jupyter/chat@workspace:packages/jupyter-chat":
24532453
version: 0.0.0-use.local
24542454
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
24552455
dependencies:
@@ -10014,7 +10014,7 @@ __metadata:
1001410014
eslint: ^8.36.0
1001510015
eslint-config-prettier: ^8.8.0
1001610016
eslint-plugin-prettier: ^5.0.0
10017-
jupyterlab-chat: ^0.7.0
10017+
jupyterlab-chat: ^0.7.1
1001810018
mkdirp: ^1.0.3
1001910019
npm-run-all: ^4.1.5
1002010020
prettier: ^3.0.0
@@ -10033,11 +10033,11 @@ __metadata:
1003310033
languageName: unknown
1003410034
linkType: soft
1003510035

10036-
"jupyterlab-chat@^0.7.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
10036+
"jupyterlab-chat@^0.7.1, jupyterlab-chat@workspace:packages/jupyterlab-chat":
1003710037
version: 0.0.0-use.local
1003810038
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
1003910039
dependencies:
10040-
"@jupyter/chat": ^0.7.0
10040+
"@jupyter/chat": ^0.7.1
1004110041
"@jupyter/collaborative-drive": ^3.0.0
1004210042
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
1004310043
"@jupyterlab/application": ^4.2.0

0 commit comments

Comments
 (0)