From 6de20475d3f58e83903899b7d1a26cc317449556 Mon Sep 17 00:00:00 2001 From: dlqqq Date: Fri, 19 Jan 2024 23:20:57 +0000 Subject: [PATCH] Publish 2.10.0beta0 SHA256 hashes: jupyter-ai-core-2.10.0-beta.0.tgz: 47b5cbc142b29eddb63a44bf90332255a81f9545babe332016c6cbc53561af89 jupyter_ai-2.10.0b0-py3-none-any.whl: c32cbf8505f5e5fd44718e768580e61079fe5ea9ae8834f7b33126ea86b051eb jupyter_ai-2.10.0b0.tar.gz: 19f7ba04f191f939d77844da3da133e83325d594d52f4db1b5adc9aa85468e02 jupyter_ai_magics-2.10.0b0-py3-none-any.whl: 01dea63cbdea77590243cea65a40220425fce7069ff084f0fef211a10bc55916 jupyter_ai_magics-2.10.0b0.tar.gz: 86e06687f8de1dca4c2624c8c6749fe847a8f9e5b6346acd49075a989baf6764 --- 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 61f32e5fc..73ce48d51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 2.10.0-beta.0 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.9.1...d1a9f40d5fb4c937ae53d22172c8836b171ac6e6)) + +### Enhancements made + +- Inline completion support [#582](https://github.com/jupyterlab/jupyter-ai/pull/582) ([@krassowski](https://github.com/krassowski)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-01-18&to=2024-01-19&type=c)) + +[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-01-18..2024-01-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2024-01-18..2024-01-19&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2024-01-18..2024-01-19&type=Issues) + + + ## 2.9.1 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.9.0...effc60920bca2a0d1d37beaff03d2bf18bb7d392)) @@ -20,8 +36,6 @@ [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-01-08..2024-01-18&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2024-01-08..2024-01-18&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ajtpio+updated%3A2024-01-08..2024-01-18&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2024-01-08..2024-01-18&type=Issues) - - ## 2.9.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@2.8.1...a1c9da8ad37daada3033228a109118df4c6a07cf)) diff --git a/lerna.json b/lerna.json index 54f6dc94b..1b08d1c62 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "2.9.1", + "version": "2.10.0-beta.0", "npmClient": "yarn", "useNx": true } diff --git a/package.json b/package.json index b7641b4e6..89e954293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "2.9.1", + "version": "2.10.0-beta.0", "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 37f828a8e..0af745f10 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.9.1", + "version": "2.10.0-beta.0", "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 4f4ae3b07..2959bed7f 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "2.9.1", + "version": "2.10.0-beta.0", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",