From f8583c2d0164f9b539f993144ac270e798e54638 Mon Sep 17 00:00:00 2001 From: JasonWeill Date: Wed, 3 Jan 2024 18:54:15 +0000 Subject: [PATCH] Publish 1.8.1 SHA256 hashes: jupyter-ai-core-1.8.1.tgz: dcdf835afe2a1d0a25a854209eb5ca642e167e75980d1736881a9ae564e0aeb7 jupyter_ai-1.8.1-py3-none-any.whl: 8abd8307b70cc8e3db4e5ca335816afa22377a24bf61f4c4d72f351934bb9aec jupyter_ai-1.8.1.tar.gz: 548edd91ba411f85e3271fd08b97e755788295050af67e74d76a0320d7556a48 jupyter_ai_magics-1.8.1-py3-none-any.whl: 75c84910a77d32db8f2f60b46a1b32c0b23d6a1e9475016ac877ffd89ac7f34d jupyter_ai_magics-1.8.1.tar.gz: 57ab0718af4dcc48c896038e03511ab8d6dd370e26ba4b3cd91efe3e6aadc563 --- CHANGELOG.md | 23 +++++++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-ai-magics/package.json | 2 +- packages/jupyter-ai/package.json | 2 +- 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 542bfad4b..5ddca7318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## 1.8.1 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.8.0...4f26e39fbf086436d97b78a1dc041eb8fa657eea)) + +### Bugs fixed + +- Fixes lookup for custom chains [#560](https://github.com/jupyterlab/jupyter-ai/pull/560) ([@JasonWeill](https://github.com/JasonWeill)) +- Pin `langchain-core` dependency to prevent Settings UI crash [#558](https://github.com/jupyterlab/jupyter-ai/pull/558) ([@dlqqq](https://github.com/dlqqq)) + +### Documentation improvements + +- Update README.md for JupyterLab 3 / Jupyter AI 1.x [#549](https://github.com/jupyterlab/jupyter-ai/pull/549) ([@JasonWeill](https://github.com/JasonWeill)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-12-27&to=2024-01-03&type=c)) + +[@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-12-27..2024-01-03&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-12-27..2024-01-03&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2023-12-27..2024-01-03&type=Issues) + + + ## 1.8.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.7.1...833b3b75c0d2df346e579f2b702fcc0a4efdb65f)) @@ -29,8 +50,6 @@ [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-12-20..2023-12-27&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2023-12-20..2023-12-27&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-12-20..2023-12-27&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2023-12-20..2023-12-27&type=Issues) | [@sundaraa-deshaw](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asundaraa-deshaw+updated%3A2023-12-20..2023-12-27&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-12-20..2023-12-27&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AZsailer+updated%3A2023-12-20..2023-12-27&type=Issues) - - ## 1.7.1 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@1.7.0...b4621024c29a9d4d140e29643a426667ab35a758)) diff --git a/lerna.json b/lerna.json index 7eca8590d..7997ba74f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "1.8.0", + "version": "1.8.1", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index 8d8c0a284..05650b6d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "1.8.0", + "version": "1.8.1", "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 ce765e8b4..82c3ae7ce 100644 --- a/packages/jupyter-ai-magics/package.json +++ b/packages/jupyter-ai-magics/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/magics", - "version": "1.8.0", + "version": "1.8.1", "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/package.json b/packages/jupyter-ai/package.json index 2350418a0..cd6b07ea3 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "1.8.0", + "version": "1.8.1", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",