Skip to content

Commit 1761ea8

Browse files
committed
Publish 0.6.0
SHA256 hashes: jupyter-chat-0.6.0.tgz: 7bf1a5860a0575ae53336daeecf15f967e629da6b13b2a66d1df30b465f40c05 jupyterlab-chat-0.6.0.tgz: ae3fd6b8dd703e1d4ba60858de63d385c6c681ab9f720a77aba80fe667958490 jupyterlab-chat-extension-0.6.0.tgz: a19318f4e872a35317c9674eccab88887507ee6a1f3894b02395306e1ab34029 jupyterlab_chat-0.6.0-py3-none-any.whl: cc13e8a085a428141ad42766868b5dfae0cb8fffe2e87d4c40a9247c3a067f9d jupyterlab_chat-0.6.0.tar.gz: ba6e46892f6c1e653d3a4b9e55eb6eb9bbd47ac96d0565b4664e190890c8b6c5
1 parent 7017ee1 commit 1761ea8

File tree

7 files changed

+62
-13
lines changed

7 files changed

+62
-13
lines changed

CHANGELOG.md

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

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

5+
## 0.6.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
8+
9+
> [!IMPORTANT]
10+
>
11+
> - The extension based on collaborative documents has been renamed `jupyterlab-chat`.
12+
> The PyPI package is now https://pypi.org/project/jupyterlab-chat/
13+
> The npmjs packages are now:
14+
>
15+
> - https://www.npmjs.com/package/jupyterlab-chat
16+
> - https://www.npmjs.com/package/jupyterlab-chat-extension
17+
>
18+
> - The websocket chat extension has been removed from this repository.
19+
> The repo for this extension is now https://github.com/brichet/jupyterlab-ws-chat
20+
21+
### Enhancements made
22+
23+
- Improve padding around code toolbar buttons [#96](https://github.com/jupyterlab/jupyter-chat/pull/96) ([@brichet](https://github.com/brichet))
24+
- Chats directory config [#91](https://github.com/jupyterlab/jupyter-chat/pull/91) ([@brichet](https://github.com/brichet))
25+
26+
### Bugs fixed
27+
28+
- Revert 'Allow `$` to literally denote quantities of USD in chat' (#95) [#99](https://github.com/jupyterlab/jupyter-chat/pull/99) ([@brichet](https://github.com/brichet))
29+
- Allow `$` to literally denote quantities of USD in chat [#95](https://github.com/jupyterlab/jupyter-chat/pull/95) ([@brichet](https://github.com/brichet))
30+
31+
### Maintenance and upkeep improvements
32+
33+
- Bump cross-spawn from 6.0.5 to 6.0.6 in the npm_and_yarn group across 1 directory [#103](https://github.com/jupyterlab/jupyter-chat/pull/103) ([@dependabot](https://github.com/dependabot))
34+
- Rename the extension to jupyterlab-chat [#102](https://github.com/jupyterlab/jupyter-chat/pull/102) ([@brichet](https://github.com/brichet))
35+
- Bump cross-spawn from 7.0.3 to 7.0.6 in /python/jupyterlab-collaborative-chat/ui-tests in the npm_and_yarn group across 1 directory [#101](https://github.com/jupyterlab/jupyter-chat/pull/101) ([@dependabot](https://github.com/dependabot))
36+
- Remove websocket chat extension [#100](https://github.com/jupyterlab/jupyter-chat/pull/100) ([@brichet](https://github.com/brichet))
37+
- Fix the ui tests for jupyterlab 4.3 [#97](https://github.com/jupyterlab/jupyter-chat/pull/97) ([@brichet](https://github.com/brichet))
38+
39+
### Documentation improvements
40+
41+
- Update README.md [#104](https://github.com/jupyterlab/jupyter-chat/pull/104) ([@brichet](https://github.com/brichet))
42+
- Add notes about current development status and breaking changes [#93](https://github.com/jupyterlab/jupyter-chat/pull/93) ([@brichet](https://github.com/brichet))
43+
44+
### Other merged PRs
45+
46+
- Remove leftover in ui test [#98](https://github.com/jupyterlab/jupyter-chat/pull/98) ([@brichet](https://github.com/brichet))
47+
48+
### Contributors to this release
49+
50+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-10-21&to=2024-11-22&type=c))
51+
52+
[@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+
54+
<!-- <END NEW CHANGELOG ENTRY> -->
55+
556
## 0.5.0
657

758
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -29,8 +80,6 @@
2980

3081
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-09-13..2024-10-21&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-09-13..2024-10-21&type=Issues)
3182

32-
<!-- <END NEW CHANGELOG ENTRY> -->
33-
3483
## 0.4.0
3584

3685
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))

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.5.0",
4+
"version": "0.6.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.5.0",
3+
"version": "0.6.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.5.0",
3+
"version": "0.6.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-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-chat",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "The library to build a chat based on shared document",
55
"keywords": [
66
"jupyter",
@@ -51,7 +51,7 @@
5151
"watch:src": "tsc -w --sourceMap"
5252
},
5353
"dependencies": {
54-
"@jupyter/chat": "^0.5.0",
54+
"@jupyter/chat": "^0.6.0",
5555
"@jupyter/docprovider": "^2.1.4",
5656
"@jupyter/ydoc": "^1.1.1",
5757
"@jupyterlab/application": "^4.2.0",

python/jupyterlab-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-chat-extension",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "A chat extension based on shared documents",
55
"keywords": [
66
"jupyter",
@@ -74,7 +74,7 @@
7474
"@lumino/coreutils": "^2.0.0",
7575
"@lumino/signaling": "^2.0.0",
7676
"@lumino/widgets": "^2.0.0",
77-
"jupyterlab-chat": "^0.5.0",
77+
"jupyterlab-chat": "^0.6.0",
7878
"react": "^18.2.0",
7979
"y-protocols": "^1.0.5",
8080
"yjs": "^13.5.40"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@ __metadata:
24302430
languageName: node
24312431
linkType: hard
24322432

2433-
"@jupyter/chat@^0.5.0, @jupyter/chat@workspace:packages/jupyter-chat":
2433+
"@jupyter/chat@^0.6.0, @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.5.0
10050+
jupyterlab-chat: ^0.6.0
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.5.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
10069+
"jupyterlab-chat@^0.6.0, 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.5.0
10073+
"@jupyter/chat": ^0.6.0
1007410074
"@jupyter/docprovider": ^2.1.4
1007510075
"@jupyter/ydoc": ^1.1.1
1007610076
"@jupyterlab/application": ^4.2.0

0 commit comments

Comments
 (0)