File tree Expand file tree Collapse file tree 7 files changed +27
-13
lines changed Expand file tree Collapse file tree 7 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 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 ) )
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] ) )
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments