From 03e768ab493c48a0ca8cd1d1bd7af9233e9876a0 Mon Sep 17 00:00:00 2001 From: dlqqq Date: Tue, 2 May 2023 01:52:23 +0000 Subject: [PATCH] Publish 0.6.1 SHA256 hashes: jupyter-ai-core-0.6.1.tgz: d3f90d5c40c4d03c7aa04a6bcaece3f1f7324598eb5186250bb72e1db0cefed0 jupyter_ai-0.6.1-py3-none-any.whl: e57ae48c0cf0db4b83ce4a837f400aeee1b7588a2dd3f950d4ebec929efe26a3 jupyter_ai-0.6.1.tar.gz: cf81078746cfc474e8f4e3e2e3000d1407b18948baad9eb809b2fa6e6be82878 jupyter_ai_magics-0.6.1-py3-none-any.whl: 94f1126e25aebb9f970288f91d29643ee95d52c41c449fd2b41c4c93e46888bc jupyter_ai_magics-0.6.1.tar.gz: 983410618055888f6df99a0ed9f107d3cb37803dcc89d1a11578f4d1c6dda1f3 --- CHANGELOG.md | 18 ++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-ai-magics/package.json | 2 +- packages/jupyter-ai/package.json | 2 +- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f666f21dd..55e48f584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.6.1 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@0.6.0...3be3685bfc53841c33e877d3a716741f16d21a66)) + +### Maintenance and upkeep improvements + +- \[0.6.x\] Pin LangChain version [#135](https://github.com/jupyterlab/jupyter-ai/pull/135) ([@3coins](https://github.com/3coins)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-04-20&to=2023-05-02&type=c)) + +[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-04-20..2023-05-02&type=Issues) + + + ## 0.6.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/chatgpt@0.5.0...629909aa1b3a956015b0a2b8a0501cd5ec1f0b52)) @@ -52,8 +68,6 @@ [@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-04-11..2023-04-20&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-04-11..2023-04-20&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2023-04-11..2023-04-20&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-04-11..2023-04-20&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-04-11..2023-04-20&type=Issues) - - ## 0.5.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/chatgpt@0.4.0...9ff812b8231d7d41f3431a1a82acb56e2babca49)) diff --git a/lerna.json b/lerna.json index 4a75d10e8..746b7d353 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.6.0", + "version": "0.6.1", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index fc93d332d..e41a1ec38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "0.6.0", + "version": "0.6.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 d7333a48d..d89c5fd70 100644 --- a/packages/jupyter-ai-magics/package.json +++ b/packages/jupyter-ai-magics/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/magics", - "version": "0.6.0", + "version": "0.6.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 b4c201b8e..4f1d23cbf 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "0.6.0", + "version": "0.6.1", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",