Skip to content

Commit 3271914

Browse files
committed
Publish 2.0.0
SHA256 hashes: jupyter-ai-core-2.0.0.tgz: 4a7adaa1c4974449adabbf0f317982f662e846ac89a0c7baec896ac967bfe38c jupyter_ai-2.0.0-py3-none-any.whl: e56d16110aff9f92e08473e5a55d8dcc2185e8465a7ab31a4f3ca2caf7bdc714 jupyter_ai-2.0.0.tar.gz: 74265d4e7bfa7eeee1bf806384f38b6b6588388e25b97348337de670ed7b55f5 jupyter_ai_magics-2.0.0-py3-none-any.whl: 6f4963d9b00fae831de5a38decd32d4836f310261502607da5583126c646298d jupyter_ai_magics-2.0.0.tar.gz: 7ade3ebc4054e02fbe244e3e44bf68bb755097897de00f4643202b3091900f14
1 parent 4ad7fa6 commit 3271914

File tree

5 files changed

+26
-6
lines changed

5 files changed

+26
-6
lines changed

CHANGELOG.md

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

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

5+
This is currently the latest major version, and supports exclusively JupyterLab 4.
6+
7+
Existing users who are unable to migrate to JupyterLab 3 immediately should use v1.x. However, feature releases and bug fixes will only be backported to v1.x as we deem necessary, so we highly encourage existing Jupyter AI users to migrate to JupyterLab 4 and Jupyter AI v2 as soon as possible to enjoy all of the latest features we are currently developing.
8+
9+
Thank you all for your support of Jupyter AI! 🎉
10+
11+
## 2.0.0
12+
13+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
14+
15+
### Enhancements made
16+
17+
- Upgrade to JupyterLab 4 [#296](https://github.com/jupyterlab/jupyter-ai/pull/296) ([@dlqqq](https://github.com/dlqqq))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2023-07-27&to=2023-07-27&type=c))
22+
23+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2023-07-27..2023-07-27&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
527
## 1.0.0
628

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

1941
[@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)
2042

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2343
## 0.10.1
2444

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

0 commit comments

Comments
 (0)