Skip to content

Commit

Permalink
Publish 0.1.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dlqqq committed Mar 5, 2023
1 parent e4824ad commit 60a3790
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 0.1.1

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

### 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)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/0d4009ab7cb344f9e7c86b0d77e9f84ccde22382...285682d615bd0dfc5d2598490da3b5943a3c67d7))
Expand All @@ -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)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.0",
"version": "0.1.1",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/monorepo",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"workspaces": [
".",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyter-ai-dalle/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 60a3790

Please sign in to comment.