File tree Expand file tree Collapse file tree 7 files changed +33
-12
lines changed
jupyterlab-collaborative-chat Expand file tree Collapse file tree 7 files changed +33
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.3.0
6
+
7
+ (
[ Full Changelog
] ( https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected] ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Add a configChanged signal to the model [ #68 ] ( https://github.com/jupyterlab/jupyter-chat/pull/68 ) ([ @brichet ] ( https://github.com/brichet ) )
12
+ - Code toolbar [ #67 ] ( https://github.com/jupyterlab/jupyter-chat/pull/67 ) ([ @brichet ] ( https://github.com/brichet ) )
13
+
14
+ ### Maintenance and upkeep improvements
15
+
16
+ - Update to jupyterlab 4.2.x [ #66 ] ( https://github.com/jupyterlab/jupyter-chat/pull/66 ) ([ @brichet ] ( https://github.com/brichet ) )
17
+ - Updated integration tests workflow [ #65 ] ( https://github.com/jupyterlab/jupyter-chat/pull/65 ) ([ @krassowski ] ( https://github.com/krassowski ) )
18
+ - Bump the npm_and_yarn group across 2 directories with 4 updates [ #63 ] ( https://github.com/jupyterlab/jupyter-chat/pull/63 ) ([ @dependabot ] ( https://github.com/dependabot ) )
19
+
20
+ ### Contributors to this release
21
+
22
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-07-04&to=2024-08-05&type=c ) )
23
+
24
+ [ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-07-04..2024-08-05&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-07-04..2024-08-05&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-07-04..2024-08-05&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Akrassowski+updated%3A2024-07-04..2024-08-05&type=Issues )
25
+
26
+ <!-- <END NEW CHANGELOG ENTRY> -->
27
+
5
28
## 0.2.0
6
29
7
30
(
[ Full Changelog
] ( https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected] ) )
40
63
41
64
[ @brichet ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-05-16..2024-07-04&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-05-16..2024-07-04&type=Issues ) | [ @jtpio ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Ajtpio+updated%3A2024-05-16..2024-07-04&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Awelcome+updated%3A2024-05-16..2024-07-04&type=Issues )
42
65
43
- <!-- <END NEW CHANGELOG ENTRY> -->
44
-
45
66
## 0.1.0
46
67
47
68
([ Full Changelog] ( https://github.com/jupyterlab/jupyter-chat/compare/877bbc1a13706c69ad5b41b79a697ab64ac447e8...0b72a3b62a3615688d3e744d6fa52f76427f9cf5 ) )
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.2 .0" ,
4
+ "version" : " 0.3 .0" ,
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.2 .0" ,
3
+ "version" : " 0.3 .0" ,
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.2 .0" ,
3
+ "version" : " 0.3 .0" ,
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-collaborative-chat" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"description" : " A chat extension based on shared documents" ,
5
5
"keywords" : [
6
6
" jupyter" ,
57
57
"watch:labextension" : " jupyter labextension watch ."
58
58
},
59
59
"dependencies" : {
60
- "@jupyter/chat" : " ^0.2 .0" ,
60
+ "@jupyter/chat" : " ^0.3 .0" ,
61
61
"@jupyter/collaboration" : " ^2.1.0" ,
62
62
"@jupyter/docprovider" : " ^2.1.0" ,
63
63
"@jupyter/ydoc" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyterlab-ws-chat" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"description" : " A chat extension for Jupyterlab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
54
54
"watch:src" : " tsc -w --sourceMap"
55
55
},
56
56
"dependencies" : {
57
- "@jupyter/chat" : " ^0.2 .0" ,
57
+ "@jupyter/chat" : " ^0.3 .0" ,
58
58
"@jupyterlab/apputils" : " ^4.3.0" ,
59
59
"@jupyterlab/coreutils" : " ^6.2.0" ,
60
60
"@jupyterlab/notebook" : " ^4.2.0" ,
Original file line number Diff line number Diff line change @@ -2274,7 +2274,7 @@ __metadata:
2274
2274
languageName: node
2275
2275
linkType: hard
2276
2276
2277
- "@jupyter/chat@^0.2 .0, @jupyter/chat@workspace:packages/jupyter-chat":
2277
+ "@jupyter/chat@^0.3 .0, @jupyter/chat@workspace:packages/jupyter-chat":
2278
2278
version: 0.0.0-use.local
2279
2279
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
2280
2280
dependencies:
@@ -9848,7 +9848,7 @@ __metadata:
9848
9848
version: 0.0.0-use.local
9849
9849
resolution: "jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat"
9850
9850
dependencies:
9851
- "@jupyter/chat": ^0.2 .0
9851
+ "@jupyter/chat": ^0.3 .0
9852
9852
"@jupyter/collaboration": ^2.1.0
9853
9853
"@jupyter/docprovider": ^2.1.0
9854
9854
"@jupyter/ydoc": ^1.1.1
@@ -9902,7 +9902,7 @@ __metadata:
9902
9902
version: 0.0.0-use.local
9903
9903
resolution: "jupyterlab-ws-chat@workspace:packages/jupyterlab-ws-chat"
9904
9904
dependencies:
9905
- "@jupyter/chat": ^0.2 .0
9905
+ "@jupyter/chat": ^0.3 .0
9906
9906
"@jupyterlab/apputils": ^4.3.0
9907
9907
"@jupyterlab/builder": ^4.2.0
9908
9908
"@jupyterlab/coreutils": ^6.2.0
You can’t perform that action at this time.
0 commit comments