File tree 7 files changed +27
-13
lines changed
7 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.6.1
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyter-chat/compare/v0.6.0...2961450cd8a877a6390314bf60b66b21436c3e19 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Typing [ #106 ] ( https://github.com/jupyterlab/jupyter-chat/pull/106 ) ([ @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-22&to=2024-11-25&type=c ) )
16
+
17
+ [ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-11-22..2024-11-25&type=Issues )
18
+
19
+ <!-- <END NEW CHANGELOG ENTRY> -->
20
+
5
21
## 0.6.0
6
22
7
23
(
[ Full Changelog
] ( https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected] ) )
51
67
52
68
[ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-10-21..2024-11-22&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-10-21..2024-11-22&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-10-21..2024-11-22&type=Issues )
53
69
54
- <!-- <END NEW CHANGELOG ENTRY> -->
55
-
56
70
## 0.5.0
57
71
58
72
(
[ Full Changelog
] ( https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected] ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 0.6.0 " ,
4
+ "version" : " 0.6.1 " ,
5
5
"npmClient" : " jlpm" ,
6
6
"useNx" : true
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-chat-root" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " A chat package for Jupyterlab extension" ,
5
5
"private" : true ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jupyter/chat" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " A package that provides UI components that can be used to create a chat in a Jupyterlab extension." ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyterlab-chat" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " The library to build a chat based on shared document" ,
5
5
"keywords" : [
6
6
" jupyter" ,
51
51
"watch:src" : " tsc -w --sourceMap"
52
52
},
53
53
"dependencies" : {
54
- "@jupyter/chat" : " ^0.6.0 " ,
54
+ "@jupyter/chat" : " ^0.6.1 " ,
55
55
"@jupyter/docprovider" : " ^2.1.4" ,
56
56
"@jupyter/ydoc" : " ^1.1.1" ,
57
57
"@jupyterlab/application" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyterlab-chat-extension" ,
3
- "version" : " 0.6.0 " ,
3
+ "version" : " 0.6.1 " ,
4
4
"description" : " A chat extension based on shared documents" ,
5
5
"keywords" : [
6
6
" jupyter" ,
74
74
"@lumino/coreutils" : " ^2.0.0" ,
75
75
"@lumino/signaling" : " ^2.0.0" ,
76
76
"@lumino/widgets" : " ^2.0.0" ,
77
- "jupyterlab-chat" : " ^0.6.0 " ,
77
+ "jupyterlab-chat" : " ^0.6.1 " ,
78
78
"react" : " ^18.2.0" ,
79
79
"y-protocols" : " ^1.0.5" ,
80
80
"yjs" : " ^13.5.40"
Original file line number Diff line number Diff line change @@ -2430,7 +2430,7 @@ __metadata:
2430
2430
languageName: node
2431
2431
linkType: hard
2432
2432
2433
- "@jupyter/chat@^0.6.0 , @jupyter/chat@workspace:packages/jupyter-chat":
2433
+ "@jupyter/chat@^0.6.1 , @jupyter/chat@workspace:packages/jupyter-chat":
2434
2434
version: 0.0.0-use.local
2435
2435
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
2436
2436
dependencies:
@@ -10047,7 +10047,7 @@ __metadata:
10047
10047
eslint: ^8.36.0
10048
10048
eslint-config-prettier: ^8.8.0
10049
10049
eslint-plugin-prettier: ^5.0.0
10050
- jupyterlab-chat: ^0.6.0
10050
+ jupyterlab-chat: ^0.6.1
10051
10051
mkdirp: ^1.0.3
10052
10052
npm-run-all: ^4.1.5
10053
10053
prettier: ^3.0.0
@@ -10066,11 +10066,11 @@ __metadata:
10066
10066
languageName: unknown
10067
10067
linkType: soft
10068
10068
10069
- "jupyterlab-chat@^0.6.0 , jupyterlab-chat@workspace:packages/jupyterlab-chat":
10069
+ "jupyterlab-chat@^0.6.1 , jupyterlab-chat@workspace:packages/jupyterlab-chat":
10070
10070
version: 0.0.0-use.local
10071
10071
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
10072
10072
dependencies:
10073
- "@jupyter/chat": ^0.6.0
10073
+ "@jupyter/chat": ^0.6.1
10074
10074
"@jupyter/docprovider": ^2.1.4
10075
10075
"@jupyter/ydoc": ^1.1.1
10076
10076
"@jupyterlab/application": ^4.2.0
You can’t perform that action at this time.
0 commit comments