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 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
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+
528## 0.2.0
629
730(
[ Full Changelog
] ( https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected] ) )
4063
4164[ @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 )
4265
43- <!-- <END NEW CHANGELOG ENTRY> -->
44-
4566## 0.1.0
4667
4768([ Full Changelog] ( https://github.com/jupyterlab/jupyter-chat/compare/877bbc1a13706c69ad5b41b79a697ab64ac447e8...0b72a3b62a3615688d3e744d6fa52f76427f9cf5 ) )
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.2 .0" ,
4+ "version" : " 0.3 .0" ,
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.2 .0" ,
3+ "version" : " 0.3 .0" ,
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.2 .0" ,
3+ "version" : " 0.3 .0" ,
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-collaborative-chat" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " A chat extension based on shared documents" ,
55 "keywords" : [
66 " jupyter" ,
5757 "watch:labextension" : " jupyter labextension watch ."
5858 },
5959 "dependencies" : {
60- "@jupyter/chat" : " ^0.2 .0" ,
60+ "@jupyter/chat" : " ^0.3 .0" ,
6161 "@jupyter/collaboration" : " ^2.1.0" ,
6262 "@jupyter/docprovider" : " ^2.1.0" ,
6363 "@jupyter/ydoc" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-ws-chat" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "description" : " A chat extension for Jupyterlab" ,
55 "keywords" : [
66 " jupyter" ,
5454 "watch:src" : " tsc -w --sourceMap"
5555 },
5656 "dependencies" : {
57- "@jupyter/chat" : " ^0.2 .0" ,
57+ "@jupyter/chat" : " ^0.3 .0" ,
5858 "@jupyterlab/apputils" : " ^4.3.0" ,
5959 "@jupyterlab/coreutils" : " ^6.2.0" ,
6060 "@jupyterlab/notebook" : " ^4.2.0" ,
Original file line number Diff line number Diff line change @@ -2274,7 +2274,7 @@ __metadata:
22742274 languageName: node
22752275 linkType: hard
22762276
2277- "@jupyter/chat@^0.2 .0, @jupyter/chat@workspace:packages/jupyter-chat":
2277+ "@jupyter/chat@^0.3 .0, @jupyter/chat@workspace:packages/jupyter-chat":
22782278 version: 0.0.0-use.local
22792279 resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
22802280 dependencies:
@@ -9848,7 +9848,7 @@ __metadata:
98489848 version: 0.0.0-use.local
98499849 resolution: "jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat"
98509850 dependencies:
9851- "@jupyter/chat": ^0.2 .0
9851+ "@jupyter/chat": ^0.3 .0
98529852 "@jupyter/collaboration": ^2.1.0
98539853 "@jupyter/docprovider": ^2.1.0
98549854 "@jupyter/ydoc": ^1.1.1
@@ -9902,7 +9902,7 @@ __metadata:
99029902 version: 0.0.0-use.local
99039903 resolution: "jupyterlab-ws-chat@workspace:packages/jupyterlab-ws-chat"
99049904 dependencies:
9905- "@jupyter/chat": ^0.2 .0
9905+ "@jupyter/chat": ^0.3 .0
99069906 "@jupyterlab/apputils": ^4.3.0
99079907 "@jupyterlab/builder": ^4.2.0
99089908 "@jupyterlab/coreutils": ^6.2.0
You can’t perform that action at this time.
0 commit comments