Skip to content

Commit 025efd1

Browse files
committed
Publish 0.2.0
SHA256 hashes: jupyter-chat-0.2.0.tgz: bfb810362b3c4532b7da82db54d1a7161d8cf2b5fe1e5d2bcfb6ca841c862904 jupyterlab-collaborative-chat-0.2.0.tgz: 165e424806233c98eb19b7b955e858e4337da091ae801f3f5b08126ced413c2f jupyterlab-ws-chat-0.2.0.tgz: a0746e3bbdfdb912a11414c258a2f09c3363d479667ceafcf850f5e6f82d920e jupyterlab_collaborative_chat-0.2.0-py3-none-any.whl: 947fda860be60be706c1151eb8e18d5df93e7a1fcc0e53809568d792100163c3 jupyterlab_collaborative_chat-0.2.0.tar.gz: 5473860fa6060bd712b6f06a769df3a8f84da3f6e89b58c88445659efc4b7271 jupyterlab_ws_chat-0.2.0-py3-none-any.whl: bee7f81d479718a28637a4eb18172d22ae7a971dd740c091008f6965ad882e93 jupyterlab_ws_chat-0.2.0.tar.gz: 52060a3ef2600a7b0cf2a6f4c039cd7db969b0a7d3ef1d48e20bdfd607ae11ce
1 parent 234e231 commit 025efd1

File tree

7 files changed

+50
-12
lines changed

7 files changed

+50
-12
lines changed

CHANGELOG.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

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

5+
## 0.2.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Autocomplete commands [#57](https://github.com/jupyterlab/jupyter-chat/pull/57) ([@brichet](https://github.com/brichet))
12+
- Buttons to mark chat as read [#56](https://github.com/jupyterlab/jupyter-chat/pull/56) ([@brichet](https://github.com/brichet))
13+
- Add metadata to ychat, id to model and store last unread in localStorage [#54](https://github.com/jupyterlab/jupyter-chat/pull/54) ([@brichet](https://github.com/brichet))
14+
- Add the panel tracker to the chat factory token [#47](https://github.com/jupyterlab/jupyter-chat/pull/47) ([@brichet](https://github.com/brichet))
15+
- Notifications for unread messages [#43](https://github.com/jupyterlab/jupyter-chat/pull/43) ([@brichet](https://github.com/brichet))
16+
- Stack consecutive messages from same user [#40](https://github.com/jupyterlab/jupyter-chat/pull/40) ([@brichet](https://github.com/brichet))
17+
18+
### Bugs fixed
19+
20+
- Fix the initialization of the messages component [#60](https://github.com/jupyterlab/jupyter-chat/pull/60) ([@brichet](https://github.com/brichet))
21+
22+
### Maintenance and upkeep improvements
23+
24+
- Fix bump version [#62](https://github.com/jupyterlab/jupyter-chat/pull/62) ([@brichet](https://github.com/brichet))
25+
- Prevent dependabot from using yarn 4 [#59](https://github.com/jupyterlab/jupyter-chat/pull/59) ([@brichet](https://github.com/brichet))
26+
- Use the Chat.IOptions as option for the Widget and Sidebar [#55](https://github.com/jupyterlab/jupyter-chat/pull/55) ([@brichet](https://github.com/brichet))
27+
- Depend on `pydantic` directly instead of `langchain` [#48](https://github.com/jupyterlab/jupyter-chat/pull/48) ([@jtpio](https://github.com/jtpio))
28+
- Refactoring to avoid unecessary react rendering [#44](https://github.com/jupyterlab/jupyter-chat/pull/44) ([@brichet](https://github.com/brichet))
29+
- Add binder link in README and on PR [#41](https://github.com/jupyterlab/jupyter-chat/pull/41) ([@brichet](https://github.com/brichet))
30+
- Fix the release workflow [#39](https://github.com/jupyterlab/jupyter-chat/pull/39) ([@brichet](https://github.com/brichet))
31+
- Code refactoring [#38](https://github.com/jupyterlab/jupyter-chat/pull/38) ([@brichet](https://github.com/brichet))
32+
33+
### Documentation improvements
34+
35+
- Add screenshot to the README [#46](https://github.com/jupyterlab/jupyter-chat/pull/46) ([@jtpio](https://github.com/jtpio))
36+
37+
### Contributors to this release
38+
39+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-05-16&to=2024-07-04&type=c))
40+
41+
[@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+
43+
<!-- <END NEW CHANGELOG ENTRY> -->
44+
545
## 0.1.0
646

747
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/877bbc1a13706c69ad5b41b79a697ab64ac447e8...0b72a3b62a3615688d3e744d6fa52f76427f9cf5))
@@ -56,5 +96,3 @@ A lot of the UI components of this project come from [jupyter-ai](https://github
5696
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2023-02-10&to=2024-05-16&type=c))
5797

5898
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2023-02-10..2024-05-16&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2023-02-10..2024-05-16&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Awelcome+updated%3A2023-02-10..2024-05-16&type=Issues)
59-
60-
<!-- <END NEW CHANGELOG ENTRY> -->

lerna.json

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "0.2.0",
55
"npmClient": "jlpm",
66
"useNx": true
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-chat-root",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A chat package for Jupyterlab extension",
55
"private": true,
66
"keywords": [

packages/jupyter-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/chat",
3-
"version": "0.1.0",
3+
"version": "0.2.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",

packages/jupyterlab-collaborative-chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-collaborative-chat",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -57,7 +57,7 @@
5757
"watch:labextension": "jupyter labextension watch ."
5858
},
5959
"dependencies": {
60-
"@jupyter/chat": "^0.1.0",
60+
"@jupyter/chat": "^0.2.0",
6161
"@jupyter/collaboration": "^2.0.11",
6262
"@jupyter/docprovider": "^2.0.11",
6363
"@jupyterlab/application": "^4.0.0",

packages/jupyterlab-ws-chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-ws-chat",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A chat extension for Jupyterlab",
55
"keywords": [
66
"jupyter",
@@ -54,7 +54,7 @@
5454
"watch:src": "tsc -w --sourceMap"
5555
},
5656
"dependencies": {
57-
"@jupyter/chat": "^0.1.0",
57+
"@jupyter/chat": "^0.2.0",
5858
"@jupyterlab/apputils": "^4.0.0",
5959
"@jupyterlab/coreutils": "^6.0.0",
6060
"@jupyterlab/rendermime": "^4.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ __metadata:
22742274
languageName: node
22752275
linkType: hard
22762276

2277-
"@jupyter/chat@^0.1.0, @jupyter/chat@workspace:packages/jupyter-chat":
2277+
"@jupyter/chat@^0.2.0, @jupyter/chat@workspace:packages/jupyter-chat":
22782278
version: 0.0.0-use.local
22792279
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
22802280
dependencies:
@@ -9832,7 +9832,7 @@ __metadata:
98329832
version: 0.0.0-use.local
98339833
resolution: "jupyterlab-collaborative-chat@workspace:packages/jupyterlab-collaborative-chat"
98349834
dependencies:
9835-
"@jupyter/chat": ^0.1.0
9835+
"@jupyter/chat": ^0.2.0
98369836
"@jupyter/collaboration": ^2.0.11
98379837
"@jupyter/docprovider": ^2.0.11
98389838
"@jupyterlab/application": ^4.0.0
@@ -9884,7 +9884,7 @@ __metadata:
98849884
version: 0.0.0-use.local
98859885
resolution: "jupyterlab-ws-chat@workspace:packages/jupyterlab-ws-chat"
98869886
dependencies:
9887-
"@jupyter/chat": ^0.1.0
9887+
"@jupyter/chat": ^0.2.0
98889888
"@jupyterlab/apputils": ^4.0.0
98899889
"@jupyterlab/builder": ^4.0.0
98909890
"@jupyterlab/coreutils": ^6.0.0

0 commit comments

Comments
 (0)