Skip to content

Commit

Permalink
Publish 0.7.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-chat-0.7.0.tgz: 8810236415451093da5d296b008fa11612b8ab4035444cce7f570a5395acba4d

jupyterlab-chat-0.7.0.tgz: 6c94e545ef08ea962fd39ff7bd57e9e0cd3ab3dcde95825db303920952e7c071

jupyterlab-chat-extension-0.7.0.tgz: ef49055b2be8de71078c52260a36b69c349209dadbf693bd66ac7450392b82be

jupyterlab_chat-0.7.0-py3-none-any.whl: 2434f7fdd1d5aab3d61340b90b165e023bfa237fe930de4ac4cb298925ca87c4

jupyterlab_chat-0.7.0.tar.gz: 505c3595f37826757b2ea130e80090216a0e75b5449ff70b3aadf4c3f8cfef5b
  • Loading branch information
brichet committed Dec 20, 2024
1 parent 9d524d6 commit e274d31
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 13 deletions.
36 changes: 34 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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

## 0.7.0

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.6.2...9d524d6b7f23d43ac7c0b21a26d1b94d37e98685))

### Enhancements made

- Remove need for message index in YChat API methods [#125](https://github.com/jupyterlab/jupyter-chat/pull/125) ([@brichet](https://github.com/brichet))
- Compatibility with notebook [#112](https://github.com/jupyterlab/jupyter-chat/pull/112) ([@brichet](https://github.com/brichet))

### Bugs fixed

- Fix math rendering using Latex delimiters [#129](https://github.com/jupyterlab/jupyter-chat/pull/129) ([@brichet](https://github.com/brichet))
- Prevent sending empty message [#126](https://github.com/jupyterlab/jupyter-chat/pull/126) ([@brichet](https://github.com/brichet))
- Improve (and fix) unread messages and navigation [#123](https://github.com/jupyterlab/jupyter-chat/pull/123) ([@brichet](https://github.com/brichet))
- Fix rendering of code blocks in JupyterLab>= 4.3.0 [#111](https://github.com/jupyterlab/jupyter-chat/pull/111) ([@brichet](https://github.com/brichet))

### Maintenance and upkeep improvements

- Export components from @jupyter/chat [#132](https://github.com/jupyterlab/jupyter-chat/pull/132) ([@brichet](https://github.com/brichet))
- Add the video of failing tests in playwright report [#127](https://github.com/jupyterlab/jupyter-chat/pull/127) ([@brichet](https://github.com/brichet))
- Bump nanoid from 3.3.7 to 3.3.8 in /ui-tests in the npm_and_yarn group across 1 directory [#124](https://github.com/jupyterlab/jupyter-chat/pull/124) ([@dependabot](https://github.com/dependabot))
- Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group across 1 directory [#122](https://github.com/jupyterlab/jupyter-chat/pull/122) ([@dependabot](https://github.com/dependabot))
- Use dataclass models in YChat [#119](https://github.com/jupyterlab/jupyter-chat/pull/119) ([@brichet](https://github.com/brichet))
- Rename server config file after renaming the extension [#108](https://github.com/jupyterlab/jupyter-chat/pull/108) ([@brichet](https://github.com/brichet))
- Upgrade to Jupyter Collaboration 3 [#94](https://github.com/jupyterlab/jupyter-chat/pull/94) ([@brichet](https://github.com/brichet))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-chat/graphs/contributors?from=2024-11-25&to=2024-12-20&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-11-25..2024-12-20&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adependabot+updated%3A2024-11-25..2024-12-20&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Adlqqq+updated%3A2024-11-25..2024-12-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Agithub-actions+updated%3A2024-11-25..2024-12-20&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.6.2

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.6.1...7248d2d7c4b6eaffeb4033a8776b36ede7ebf23f))
Expand All @@ -16,8 +50,6 @@

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-chat+involves%3Abrichet+updated%3A2024-11-25..2024-11-25&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.6.1

([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/v0.6.0...2961450cd8a877a6390314bf60b66b21436c3e19))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.6.2",
"version": "0.7.0",
"npmClient": "jlpm",
"useNx": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-chat-root",
"version": "0.6.2",
"version": "0.7.0",
"description": "A chat package for Jupyterlab extension",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/chat",
"version": "0.6.2",
"version": "0.7.0",
"description": "A package that provides UI components that can be used to create a chat in a Jupyterlab extension.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyterlab-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-chat",
"version": "0.6.2",
"version": "0.7.0",
"description": "The library to build a chat based on shared document",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -51,7 +51,7 @@
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
"@jupyter/chat": "^0.6.2",
"@jupyter/chat": "^0.7.0",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyterlab/application": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions python/jupyterlab-chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-chat-extension",
"version": "0.6.2",
"version": "0.7.0",
"description": "A chat extension based on shared documents",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@lumino/coreutils": "^2.0.0",
"@lumino/signaling": "^2.0.0",
"@lumino/widgets": "^2.0.0",
"jupyterlab-chat": "^0.6.2",
"jupyterlab-chat": "^0.7.0",
"react": "^18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.5.40"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/chat@^0.6.2, @jupyter/chat@workspace:packages/jupyter-chat":
"@jupyter/chat@^0.7.0, @jupyter/chat@workspace:packages/jupyter-chat":
version: 0.0.0-use.local
resolution: "@jupyter/chat@workspace:packages/jupyter-chat"
dependencies:
Expand Down Expand Up @@ -10014,7 +10014,7 @@ __metadata:
eslint: ^8.36.0
eslint-config-prettier: ^8.8.0
eslint-plugin-prettier: ^5.0.0
jupyterlab-chat: ^0.6.2
jupyterlab-chat: ^0.7.0
mkdirp: ^1.0.3
npm-run-all: ^4.1.5
prettier: ^3.0.0
Expand All @@ -10033,11 +10033,11 @@ __metadata:
languageName: unknown
linkType: soft

"jupyterlab-chat@^0.6.2, jupyterlab-chat@workspace:packages/jupyterlab-chat":
"jupyterlab-chat@^0.7.0, jupyterlab-chat@workspace:packages/jupyterlab-chat":
version: 0.0.0-use.local
resolution: "jupyterlab-chat@workspace:packages/jupyterlab-chat"
dependencies:
"@jupyter/chat": ^0.6.2
"@jupyter/chat": ^0.7.0
"@jupyter/collaborative-drive": ^3.0.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/application": ^4.2.0
Expand Down

0 comments on commit e274d31

Please sign in to comment.