Skip to content

Commit 7469bc2

Browse files
committed
Publish 0.6.1
SHA256 hashes: jupyter-chat-0.6.1.tgz: a33a2610038902cc768b821bcf5212fb80833b84edd392bd78585cb05789b47a jupyterlab-chat-0.6.1.tgz: 3b59ec139cc5cc0612afbfb4b86b90fda1581e30e0f0ecfdb898e18b47b923be jupyterlab-chat-extension-0.6.1.tgz: 17609dac56185cf76df78b66426eeb7253ad345e38c11d2537c3d98f149f4bea jupyterlab_chat-0.6.1-py3-none-any.whl: fd5dfac5ce8e7109dd51cc45db8827de9e042b91104455c468d3735a069ceb51 jupyterlab_chat-0.6.1.tar.gz: 78af3f19bd715973a750f85cb573add023ef75e97d1cdf7100f045b481bd0425
1 parent 2961450 commit 7469bc2

File tree

7 files changed

+27
-13
lines changed

7 files changed

+27
-13
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

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+
521
## 0.6.0
622

723
([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/[email protected]))
@@ -51,8 +67,6 @@
5167

5268
[@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)
5369

54-
<!-- <END NEW CHANGELOG ENTRY> -->
55-
5670
## 0.5.0
5771

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

lerna.json

+1-1
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.6.0",
4+
"version": "0.6.1",
55
"npmClient": "jlpm",
66
"useNx": true
77
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-chat-root",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "A chat package for Jupyterlab extension",
55
"private": true,
66
"keywords": [

packages/jupyter-chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter/chat",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-chat",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
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.6.0",
54+
"@jupyter/chat": "^0.6.1",
5555
"@jupyter/docprovider": "^2.1.4",
5656
"@jupyter/ydoc": "^1.1.1",
5757
"@jupyterlab/application": "^4.2.0",

python/jupyterlab-chat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-chat-extension",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
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.6.0",
77+
"jupyterlab-chat": "^0.6.1",
7878
"react": "^18.2.0",
7979
"y-protocols": "^1.0.5",
8080
"yjs": "^13.5.40"

yarn.lock

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

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

0 commit comments

Comments
 (0)