Skip to content

Commit 4ba4475

Browse files
committed
Publish 1.0.1
SHA256 hashes: jupyter-ai-core-1.0.1.tgz: 552fc34c99073410da067ee84e80d46c721a3467fffa390cd57f146b8deaca25 jupyter_ai-1.0.1-py3-none-any.whl: 207913249c7cd62a0fafc53825a0c8cbb00a3e556291b570539d44c4d6dfc8a6 jupyter_ai-1.0.1.tar.gz: 05ea82653365cc2137a2de5576442badb8393c001f68692411e1feb0f5abe955 jupyter_ai_magics-1.0.1-py3-none-any.whl: 1f325ebe8a092915f45ef18e309243699f01bb7fda17cb827ace502ed6c1294b jupyter_ai_magics-1.0.1.tar.gz: 5704f5e3d73b26ff84fffa00718bb53a958494381e60656bacaaabb652a2bebe
1 parent 68f28ba commit 4ba4475

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

CHANGELOG.md

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

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

5+
## 1.0.1
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Backport #314 to 1.x [#317](https://github.com/jupyterlab/jupyter-ai/pull/317) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Bugs fixed
14+
15+
- Backport #316 to 1.x [#318](https://github.com/jupyterlab/jupyter-ai/pull/318) ([@dlqqq](https://github.com/dlqqq))
16+
- backport #307 to 1.x [#312](https://github.com/jupyterlab/jupyter-ai/pull/312) ([@JasonWeill](https://github.com/JasonWeill))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-07-27&to=2023-08-08&type=c))
21+
22+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-27..2023-08-08&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-07-27..2023-08-08&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Awelcome+updated%3A2023-07-27..2023-08-08&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 1.0.0
627

728
This release serves exclusively to dedicate a major version to the 1.x branch providing JupyterLab 3 support.
@@ -18,8 +39,6 @@ This release serves exclusively to dedicate a major version to the 1.x branch pr
1839

1940
[@andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Aandrii-i+updated%3A2023-07-21..2023-07-27&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3AJasonWeill+updated%3A2023-07-21..2023-07-27&type=Issues)
2041

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2342
## 0.10.1
2443

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

0 commit comments

Comments
 (0)