Skip to content

Commit 60a3790

Browse files
committed
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
1 parent e4824ad commit 60a3790

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

CHANGELOG.md

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

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

5+
## 0.1.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- bump all project versions in bump-version [#10](https://github.com/jupyterlab/jupyter-ai/pull/10) ([@dlqqq](https://github.com/dlqqq))
12+
- fix insert-below-in-image insertion mode [#9](https://github.com/jupyterlab/jupyter-ai/pull/9) ([@dlqqq](https://github.com/dlqqq))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-03-04&to=2023-03-05&type=c))
17+
18+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-03-04..2023-03-05&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.1.0
623

724
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/0d4009ab7cb344f9e7c86b0d77e9f84ccde22382...285682d615bd0dfc5d2598490da3b5943a3c67d7))
@@ -23,5 +40,3 @@
2340
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-02-10&to=2023-03-04&type=c))
2441

2542
[@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)
26-
27-
<!-- <END NEW CHANGELOG ENTRY> -->

lerna.json

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

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.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"workspaces": [
66
".",

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.1.0",
3+
"version": "0.1.1",
44
"description": "A JupyterLab extension that adds a DALL-E model engine and image insertion modes.",
55
"keywords": [
66
"jupyter",
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@babel/core": "^7.0.0",
6262
"@babel/preset-env": "^7.0.0",
63-
"@jupyter-ai/core": "^0.1.0",
63+
"@jupyter-ai/core": "^0.1.1",
6464
"@jupyterlab/builder": "^3.1.0",
6565
"@jupyterlab/testutils": "^3.0.0",
6666
"@types/jest": "^26.0.0",

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.1.0",
3+
"version": "0.1.1",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)