Skip to content

Commit

Permalink
Publish 1.2.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-ai-core-1.2.0.tgz: f8eae93ee2e8d2342367cf2bf715c39e9c40f11a030841ef9b9b908d9e237c14

jupyter_ai-1.2.0-py3-none-any.whl: 8d90b0e2066ac812466e199c70fb92e1936edd131c06148bad83f7017bf3ae2a

jupyter_ai-1.2.0.tar.gz: ab0cff8a8f287bad0f02771727e4fd5a9d2413d22eaa72918f7e8ca82ef94fb9

jupyter_ai_magics-1.2.0-py3-none-any.whl: 672101dcd6b851095d9a595a291784aa642d80e651456e1be4b3797dded417bf

jupyter_ai_magics-1.2.0.tar.gz: 6dba6a7689090ffdffe01a2c729a0c7b984b019e84f916cc0ed9bf323e2b3519
  • Loading branch information
dlqqq committed Sep 5, 2023
1 parent 93fee0a commit 94d0703
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

## 1.2.0

See the v2.2.0 changelog for more details on the changes from v1.1.0.

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

### Enhancements made

- \[1.x\] Backport \[2.1.0, 2.2.0) [#379](https://github.com/jupyterlab/jupyter-ai/pull/379) ([@dlqqq](https://github.com/dlqqq))

### Bugs fixed

- \[1.x\] Backport \[2.1.0, 2.2.0) [#379](https://github.com/jupyterlab/jupyter-ai/pull/379) ([@dlqqq](https://github.com/dlqqq))

### Documentation improvements

- \[1.x\] Backport \[2.1.0, 2.2.0) [#379](https://github.com/jupyterlab/jupyter-ai/pull/379) ([@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-08-15&to=2023-09-05&type=c))

[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-08-15..2023-09-05&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-08-15..2023-09-05&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-08-15..2023-09-05&type=Issues)

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

## 1.1.0

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
Expand All @@ -18,8 +44,6 @@

[@3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3A3coins+updated%3A2023-08-08..2023-08-15&type=Issues) | [@anammari](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aanammari+updated%3A2023-08-08..2023-08-15&type=Issues) | [@bjornjorgensen](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Abjornjorgensen+updated%3A2023-08-08..2023-08-15&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-08-08..2023-08-15&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-08-08..2023-08-15&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2023-08-08..2023-08-15&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-08-08..2023-08-15&type=Issues)

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

## 1.0.1

([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "1.1.0",
"version": "1.2.0",
"npmClient": "yarn",
"useNx": true
}
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": "1.1.0",
"version": "1.2.0",
"description": "A generative AI extension for JupyterLab",
"private": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-ai/magics",
"version": "1.1.0",
"version": "1.2.0",
"description": "Jupyter AI magics Python package. Not published on NPM.",
"private": true,
"homepage": "https://github.com/jupyterlab/jupyter-ai",
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": "1.1.0",
"version": "1.2.0",
"description": "A generative AI extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 94d0703

Please sign in to comment.