Skip to content

Commit ff350ab

Browse files
committed
Publish 1.0.0
SHA256 hashes: jupyter-ai-core-1.0.0.tgz: 8fb935a78cbbd14e58b82b4089c03b47431290df4724b201f569ed42b4cc94c8 jupyter_ai-1.0.0-py3-none-any.whl: 7f78612c218e6f872f4a2d5e47cf9993364f4e17ec0e9a21053e5abec9a9a9ac jupyter_ai-1.0.0.tar.gz: da44189dcf64e586179cfdd9bfb44adb8ba3f64694b920bf5a6e282183ce13b9 jupyter_ai_magics-1.0.0-py3-none-any.whl: 9e2a527fbbd5c63d74ae2553006cd19f0649f637e79fd1ca733be66f9b863edb jupyter_ai_magics-1.0.0.tar.gz: 38272393a999f567cea2d5369dc9f7548599ebab3c999f22dc12ec513f12f7fd
1 parent 0afca1c commit ff350ab

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

CHANGELOG.md

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

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

5+
## 1.0.0
6+
7+
This release serves exclusively to dedicate a major version to the 1.x branch providing JupyterLab 3 support.
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
10+
11+
### Enhancements made
12+
13+
- Chat help message on load [#277](https://github.com/jupyterlab/jupyter-ai/pull/277) ([@JasonWeill](https://github.com/JasonWeill))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-07-21&to=2023-07-27&type=c))
18+
19+
[@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)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.10.1
624

725
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
@@ -16,8 +34,6 @@
1634

1735
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-18..2023-07-21&type=Issues)
1836

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2137
## 0.10.0
2238

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

0 commit comments

Comments
 (0)