From e607e34f4526e842a97fc7034233d27e65958521 Mon Sep 17 00:00:00 2001 From: dlqqq Date: Mon, 18 Nov 2024 19:25:03 +0000 Subject: [PATCH] Publish 2.28.2 SHA256 hashes: jupyter-ai-core-2.28.2.tgz: bf8c23f49ba192d872ca28f35332c190d0c3ecad806fe17c9404ba32b9d27ba1 jupyter_ai-2.28.2-py3-none-any.whl: 2a99fe405ee910150a095136207fafb0e469f6f4e5f0114c99a476cdbbcc6d73 jupyter_ai-2.28.2.tar.gz: e893f2494033bb948f04cf3aa28f44e1ea27a18767027e2b721198151b5ed8b0 jupyter_ai_magics-2.28.2-py3-none-any.whl: f289bd5aad421bfa5a81b960e38d39da6835b16c276d2686455bc6ff2402282d jupyter_ai_magics-2.28.2.tar.gz: 4576186ef2f85dd7d667c64bb3f6ef87a662062bd50569c651d58a4f828fba2c --- CHANGELOG.md | 20 ++++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-ai-magics/package.json | 2 +- packages/jupyter-ai-test/package.json | 2 +- packages/jupyter-ai/package.json | 2 +- 6 files changed, 23 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b990b448e..be31d8ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 2.28.2 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.28.1...cbfed31bc3ee19c02a12c28a618af99ab10206be)) + +### Bugs fixed + +- Bump LangChain minimum versions [#1109](https://github.com/jupyterlab/jupyter-ai/pull/1109) ([@dlqqq](https://github.com/dlqqq)) +- Catch error on non plaintext files in `@file` and reply gracefully in chat [#1106](https://github.com/jupyterlab/jupyter-ai/pull/1106) ([@srdas](https://github.com/srdas)) +- Fix rendering of code blocks in JupyterLab 4.3.0+ [#1104](https://github.com/jupyterlab/jupyter-ai/pull/1104) ([@dlqqq](https://github.com/dlqqq)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-11-11&to=2024-11-18&type=c)) + +[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-11-11..2024-11-18&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-11-11..2024-11-18&type=Issues) + + + ## 2.28.1 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.28.0...d5d604d64552ed89ba200d56da9d3044138feaf5)) @@ -16,8 +34,6 @@ [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-11-07..2024-11-11&type=Issues) - - ## 2.28.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.27.0...6eb6a625712b8a77240ddfffe70050ed9ab83576)) diff --git a/lerna.json b/lerna.json index 7a050b4d9..f1bb5ba4a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "2.28.1", + "version": "2.28.2", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index b1f34a273..33cf7fe97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "2.28.1", + "version": "2.28.2", "description": "A generative AI extension for JupyterLab", "private": true, "keywords": [ diff --git a/packages/jupyter-ai-magics/package.json b/packages/jupyter-ai-magics/package.json index 5fee4f07a..a6dee5ef9 100644 --- a/packages/jupyter-ai-magics/package.json +++ b/packages/jupyter-ai-magics/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/magics", - "version": "2.28.1", + "version": "2.28.2", "description": "Jupyter AI magics Python package. Not published on NPM.", "private": true, "homepage": "https://github.com/jupyterlab/jupyter-ai", diff --git a/packages/jupyter-ai-test/package.json b/packages/jupyter-ai-test/package.json index ae3e3a5f1..76e22a4ae 100644 --- a/packages/jupyter-ai-test/package.json +++ b/packages/jupyter-ai-test/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/test", - "version": "2.28.1", + "version": "2.28.2", "description": "Jupyter AI test package. Not published on NPM or PyPI.", "private": true, "homepage": "https://github.com/jupyterlab/jupyter-ai", diff --git a/packages/jupyter-ai/package.json b/packages/jupyter-ai/package.json index 1803771af..511aa18a4 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "2.28.1", + "version": "2.28.2", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",