Skip to content

Commit 064e4f4

Browse files
committed
Publish 0.5.0
SHA256 hashes: jupyter-ai-chatgpt-0.5.0.tgz: 481249b57c566fa4b48560269f8f75664316eabd5f73bf13d1baa1adfd2fd274 jupyter-ai-core-0.5.0.tgz: 528b1ff77ba7721e4ed46039441bf6f0ce5662fa56e9b5269580671fb63a70ee jupyter-ai-dalle-0.5.0.tgz: c33ceb5397d3eeb459cd445fea5fe631ef5ed5a2bd70449b9072feae3c34ceef jupyter_ai-0.5.0-py3-none-any.whl: 53ad6ac5f2912592478de2bf389b9448355a352d907f088b8818fbf5dbdf3648 jupyter_ai-0.5.0.tar.gz: e4a41c0fe0aa65d96cce319060fa19f96a2440bede81d3ca46724a2941da0873 jupyter_ai_chatgpt-0.5.0-py3-none-any.whl: 3e4bb2cc171dd3fa777e7b2a2bdf6cbe83ca354b45b5447cce48be96108ebdf6 jupyter_ai_chatgpt-0.5.0.tar.gz: ec3ff9d3b2a06610406b312a2fd2b42284fb727915c827dbcba5370d8f0bedbb jupyter_ai_dalle-0.5.0-py3-none-any.whl: 97f166d3be03c606d92611c075ad89180f120a3e49b77cb226110be58a6e8944 jupyter_ai_dalle-0.5.0.tar.gz: a781f263b12e2dce88d44dd746a4047c5cad473d291b551d539a1cc471f9794d jupyter_ai_magics-0.5.0-py3-none-any.whl: b11a46c3b0397ee979b769e7ec8f913d50f57c7e2aa63951877e33f260fddaa3 jupyter_ai_magics-0.5.0.tar.gz: 48eb547950862c5137d7954d5574dad132ef0429fcf33c580150cde83de5a2ee
1 parent 9ff812b commit 064e4f4

File tree

7 files changed

+36
-10
lines changed

7 files changed

+36
-10
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.5.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Enhancements made
10+
11+
- use --force-publish option for lerna version [#49](https://github.com/jupyterlab/jupyter-ai/pull/49) ([@dlqqq](https://github.com/dlqqq))
12+
- Move magics to `jupyter-ai-magics` package [#48](https://github.com/jupyterlab/jupyter-ai/pull/48) ([@dlqqq](https://github.com/dlqqq))
13+
- Chat backend [#40](https://github.com/jupyterlab/jupyter-ai/pull/40) ([@3coins](https://github.com/3coins))
14+
- Documents changes while server is running [#33](https://github.com/jupyterlab/jupyter-ai/pull/33) ([@JasonWeill](https://github.com/JasonWeill))
15+
- Implement chat UI [#25](https://github.com/jupyterlab/jupyter-ai/pull/25) ([@dlqqq](https://github.com/dlqqq))
16+
17+
### Bugs fixed
18+
19+
- use --force-publish option for lerna version [#49](https://github.com/jupyterlab/jupyter-ai/pull/49) ([@dlqqq](https://github.com/dlqqq))
20+
21+
### Documentation improvements
22+
23+
- Documents changes while server is running [#33](https://github.com/jupyterlab/jupyter-ai/pull/33) ([@JasonWeill](https://github.com/JasonWeill))
24+
25+
### Contributors to this release
26+
27+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-04-06&to=2023-04-11&type=c))
28+
29+
[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-04-06..2023-04-11&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-04-06..2023-04-11&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aellisonbg+updated%3A2023-04-06..2023-04-11&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-04-06..2023-04-11&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-04-06..2023-04-11&type=Issues)
30+
31+
<!-- <END NEW CHANGELOG ENTRY> -->
32+
533
## 0.4.0
634

735
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
@@ -34,8 +62,6 @@
3462

3563
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-03-21..2023-04-06&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-03-21..2023-04-06&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-03-21..2023-04-06&type=Issues)
3664

37-
<!-- <END NEW CHANGELOG ENTRY> -->
38-
3965
## 0.3.0
4066

4167
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"npmClient": "yarn",
66
"useNx": true
77
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/monorepo",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A generative AI extension for JupyterLab",
55
"private": true,
66
"keywords": [

packages/jupyter-ai-chatgpt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/chatgpt",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Jupyter AI module that provides a ChatGPT model engine.",
55
"keywords": [
66
"jupyter",
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@babel/core": "^7.0.0",
6464
"@babel/preset-env": "^7.0.0",
65-
"@jupyter-ai/core": "^0.4.0",
65+
"@jupyter-ai/core": "^0.5.0",
6666
"@jupyterlab/builder": "^3.1.0",
6767
"@jupyterlab/testutils": "^3.0.0",
6868
"@types/jest": "^26.0.0",

packages/jupyter-ai-dalle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/dalle",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A JupyterLab extension that adds a DALL-E model engine and image insertion modes.",
55
"keywords": [
66
"jupyter",
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@babel/core": "^7.0.0",
6464
"@babel/preset-env": "^7.0.0",
65-
"@jupyter-ai/core": "^0.4.0",
65+
"@jupyter-ai/core": "^0.5.0",
6666
"@jupyterlab/builder": "^3.1.0",
6767
"@jupyterlab/testutils": "^3.0.0",
6868
"@types/jest": "^26.0.0",

packages/jupyter-ai-magics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/magics",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Jupyter AI magics Python package. Not published on NPM.",
55
"private": true,
66
"homepage": "https://github.com/jupyterlab/jupyter-ai",

packages/jupyter-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-ai/core",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)