Skip to content

Commit 94d0703

Browse files
committed
Publish 1.2.0
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
1 parent 93fee0a commit 94d0703

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-6
lines changed

CHANGELOG.md

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

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

5+
## 1.2.0
6+
7+
See the v2.2.0 changelog for more details on the changes from v1.1.0.
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
10+
11+
### Enhancements made
12+
13+
- \[1.x\] Backport \[2.1.0, 2.2.0) [#379](https://github.com/jupyterlab/jupyter-ai/pull/379) ([@dlqqq](https://github.com/dlqqq))
14+
15+
### Bugs fixed
16+
17+
- \[1.x\] Backport \[2.1.0, 2.2.0) [#379](https://github.com/jupyterlab/jupyter-ai/pull/379) ([@dlqqq](https://github.com/dlqqq))
18+
19+
### Documentation improvements
20+
21+
- \[1.x\] Backport \[2.1.0, 2.2.0) [#379](https://github.com/jupyterlab/jupyter-ai/pull/379) ([@dlqqq](https://github.com/dlqqq))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-08-15&to=2023-09-05&type=c))
26+
27+
[@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)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 1.1.0
632

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

1945
[@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)
2046

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2347
## 1.0.1
2448

2549
([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": "1.1.0",
4+
"version": "1.2.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": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A generative AI extension for JupyterLab",
55
"private": true,
66
"keywords": [

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

0 commit comments

Comments
 (0)