From e274d31edb461f7aa50e0d9aa7c8e8598dff3bb2 Mon Sep 17 00:00:00 2001 From: brichet Date: Fri, 20 Dec 2024 13:49:10 +0000 Subject: [PATCH] Publish 0.7.0 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 --- CHANGELOG.md | 36 +++++++++++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-chat/package.json | 2 +- packages/jupyterlab-chat/package.json | 4 +-- python/jupyterlab-chat/package.json | 4 +-- yarn.lock | 8 +++--- 7 files changed, 45 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d3282..6de06b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ +## 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) + + + ## 0.6.2 ([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/@jupyter/chat@0.6.1...7248d2d7c4b6eaffeb4033a8776b36ede7ebf23f)) @@ -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) - - ## 0.6.1 ([Full Changelog](https://github.com/jupyterlab/jupyter-chat/compare/v0.6.0...2961450cd8a877a6390314bf60b66b21436c3e19)) diff --git a/lerna.json b/lerna.json index 1ed091e..cb9a721 100644 --- a/lerna.json +++ b/lerna.json @@ -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 } diff --git a/package.json b/package.json index 8ffedb0..ef73b3c 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/packages/jupyter-chat/package.json b/packages/jupyter-chat/package.json index ecb4235..29366e9 100644 --- a/packages/jupyter-chat/package.json +++ b/packages/jupyter-chat/package.json @@ -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", diff --git a/packages/jupyterlab-chat/package.json b/packages/jupyterlab-chat/package.json index 498f20b..004d125 100644 --- a/packages/jupyterlab-chat/package.json +++ b/packages/jupyterlab-chat/package.json @@ -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", @@ -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", diff --git a/python/jupyterlab-chat/package.json b/python/jupyterlab-chat/package.json index d886499..84f249e 100644 --- a/python/jupyterlab-chat/package.json +++ b/python/jupyterlab-chat/package.json @@ -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", @@ -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" diff --git a/yarn.lock b/yarn.lock index b7337d1..e3814e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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 @@ -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