From 60a379052582bbb7ec19288fe1e8325dfec9592c Mon Sep 17 00:00:00 2001 From: dlqqq Date: Sun, 5 Mar 2023 20:32:54 +0000 Subject: [PATCH] Publish 0.1.1 SHA256 hashes: jupyter-ai-core-0.1.1.tgz: ebdef83c33fd914d88d35d492c950dcb22b6768d73e81d6ecce68cd9584dd7e3 jupyter-ai-dalle-0.1.1.tgz: d62932095c0e350f16d5b9d3350dc45be91f4b948590f938f15fb3a2cd1bae74 jupyter_ai-0.1.1-py3-none-any.whl: 4c57859d95f66d9a573787f20c38be09aeeb7c12574051289fe6894bde101498 jupyter_ai-0.1.1.tar.gz: 9c9a3b9ac40ea6b1ba76c93fa2b574cfdec2a662db1e04735fdb01be48798c4c jupyter_ai_dalle-0.1.1-py3-none-any.whl: c8bdab26e054eeec83159a41a0cbebc92269e72ff398f95cdc8b292afc7660eb jupyter_ai_dalle-0.1.1.tar.gz: eb7b71bf26e9f4c56e85a8f0aa3878ff422643b0360d38eca701c43a4cd1bba2 --- CHANGELOG.md | 19 +++++++++++++++++-- lerna.json | 2 +- package.json | 2 +- packages/jupyter-ai-dalle/package.json | 4 ++-- packages/jupyter-ai/package.json | 2 +- 5 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33120c301..46dfaf822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## 0.1.1 + +([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/core@0.1.0...e4824ad3f5bfd0fec7701f8c7917cd3305c23269)) + +### Bugs fixed + +- bump all project versions in bump-version [#10](https://github.com/jupyterlab/jupyter-ai/pull/10) ([@dlqqq](https://github.com/dlqqq)) +- fix insert-below-in-image insertion mode [#9](https://github.com/jupyterlab/jupyter-ai/pull/9) ([@dlqqq](https://github.com/dlqqq)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-03-04&to=2023-03-05&type=c)) + +[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-03-04..2023-03-05&type=Issues) + + + ## 0.1.0 ([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/0d4009ab7cb344f9e7c86b0d77e9f84ccde22382...285682d615bd0dfc5d2598490da3b5943a3c67d7)) @@ -23,5 +40,3 @@ ([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-02-10&to=2023-03-04&type=c)) [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-02-10..2023-03-04&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-02-10..2023-03-04&type=Issues) - - diff --git a/lerna.json b/lerna.json index 12d17cc19..2c81ed377 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.1.0", + "version": "0.1.1", "npmClient": "yarn" } diff --git a/package.json b/package.json index d4677ae33..42f81edbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/monorepo", - "version": "0.1.0", + "version": "0.1.1", "private": true, "workspaces": [ ".", diff --git a/packages/jupyter-ai-dalle/package.json b/packages/jupyter-ai-dalle/package.json index 3555d3de2..9091375eb 100644 --- a/packages/jupyter-ai-dalle/package.json +++ b/packages/jupyter-ai-dalle/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/dalle", - "version": "0.1.0", + "version": "0.1.1", "description": "A JupyterLab extension that adds a DALL-E model engine and image insertion modes.", "keywords": [ "jupyter", @@ -60,7 +60,7 @@ "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", - "@jupyter-ai/core": "^0.1.0", + "@jupyter-ai/core": "^0.1.1", "@jupyterlab/builder": "^3.1.0", "@jupyterlab/testutils": "^3.0.0", "@types/jest": "^26.0.0", diff --git a/packages/jupyter-ai/package.json b/packages/jupyter-ai/package.json index a7131ff69..d8d09438f 100644 --- a/packages/jupyter-ai/package.json +++ b/packages/jupyter-ai/package.json @@ -1,6 +1,6 @@ { "name": "@jupyter-ai/core", - "version": "0.1.0", + "version": "0.1.1", "description": "A generative AI extension for JupyterLab", "keywords": [ "jupyter",