Skip to content

Commit 967df30

Browse files
committed
Publish 0.6.2
SHA256 hashes: jupyter-chat-0.6.2.tgz: c7c193c2a0c4fee93ff0ac9493d081df2f99f4d699655bb80f2fac5f6710ee72 jupyterlab-chat-0.6.2.tgz: fea5d21846ecc6b026ffa435427ebb8e3040fc911339b0420e69e7ea91cc299f jupyterlab-chat-extension-0.6.2.tgz: 5d2bf89f4bb4f396993a74fee1bdc7a0cc5ae3cd58ec93c11558a93438cf0155 jupyterlab_chat-0.6.2-py3-none-any.whl: ab561ee14c94bfae0cfdfd0810132cfd0eee3e466a35c9b349df3fec879d8712 jupyterlab_chat-0.6.2.tar.gz: 9908128617d7ceae8ea9d3884e69c0dc43b41cb37703645c28af56a2edc9560f
1 parent 7248d2d commit 967df30

File tree

7 files changed

+27
-13
lines changed

7 files changed

+27
-13
lines changed

CHANGELOG.md

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

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

5+
## 0.6.2
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Fix typing for python 3.9 [#107](https://github.com/jupyterlab/jupyter-chat/pull/107) ([@brichet](https://github.com/brichet))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-11-25&to=2024-11-25&type=c))
16+
17+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-11-25..2024-11-25&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.6.1
622

723
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/v0.6.0...2961450cd8a877a6390314bf60b66b21436c3e19))
@@ -16,8 +32,6 @@
1632

1733
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-11-22..2024-11-25&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.6.0
2236

2337
([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.6.1",
4+
"version": "0.6.2",
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.6.1",
3+
"version": "0.6.2",
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.6.1",
3+
"version": "0.6.2",
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.6.1",
3+
"version": "0.6.2",
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.6.1",
54+
"@jupyter/chat": "^0.6.2",
5555
"@jupyter/docprovider": "^2.1.4",
5656
"@jupyter/ydoc": "^1.1.1",
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.6.1",
3+
"version": "0.6.2",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -74,7 +74,7 @@
7474
"@lumino/coreutils": "^2.0.0",
7575
"@lumino/signaling": "^2.0.0",
7676
"@lumino/widgets": "^2.0.0",
77-
"jupyterlab-chat": "^0.6.1",
77+
"jupyterlab-chat": "^0.6.2",
7878
"react": "^18.2.0",
7979
"y-protocols": "^1.0.5",
8080
"yjs": "^13.5.40"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@ __metadata:
24302430
languageName: node
24312431
linkType: hard
24322432

2433-
"@jupyter/chat@^0.6.1, @jupyter/chat@workspace:packages/jupyter-chat":
2433+
"@jupyter/chat@^0.6.2, @jupyter/chat@workspace:packages/jupyter-chat":
24342434
version: 0.0.0-use.local
24352435
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
24362436
dependencies:
@@ -10047,7 +10047,7 @@ __metadata:
1004710047
eslint: ^8.36.0
1004810048
eslint-config-prettier: ^8.8.0
1004910049
eslint-plugin-prettier: ^5.0.0
10050-
jupyterlab-chat: ^0.6.1
10050+
jupyterlab-chat: ^0.6.2
1005110051
mkdirp: ^1.0.3
1005210052
npm-run-all: ^4.1.5
1005310053
prettier: ^3.0.0
@@ -10066,11 +10066,11 @@ __metadata:
1006610066
languageName: unknown
1006710067
linkType: soft
1006810068

10069-
"jupyterlab-chat@^0.6.1, jupyterlab-chat@workspace:packages/jupyterlab-chat":
10069+
"jupyterlab-chat@^0.6.2, jupyterlab-chat@workspace:packages/jupyterlab-chat":
1007010070
version: 0.0.0-use.local
1007110071
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
1007210072
dependencies:
10073-
"@jupyter/chat": ^0.6.1
10073+
"@jupyter/chat": ^0.6.2
1007410074
"@jupyter/docprovider": ^2.1.4
1007510075
"@jupyter/ydoc": ^1.1.1
1007610076
"@jupyterlab/application": ^4.2.0

0 commit comments

Comments
 (0)