Skip to content

Commit e607e34

Browse files
committed
Publish 2.28.2
SHA256 hashes: jupyter-ai-core-2.28.2.tgz: bf8c23f49ba192d872ca28f35332c190d0c3ecad806fe17c9404ba32b9d27ba1 jupyter_ai-2.28.2-py3-none-any.whl: 2a99fe405ee910150a095136207fafb0e469f6f4e5f0114c99a476cdbbcc6d73 jupyter_ai-2.28.2.tar.gz: e893f2494033bb948f04cf3aa28f44e1ea27a18767027e2b721198151b5ed8b0 jupyter_ai_magics-2.28.2-py3-none-any.whl: f289bd5aad421bfa5a81b960e38d39da6835b16c276d2686455bc6ff2402282d jupyter_ai_magics-2.28.2.tar.gz: 4576186ef2f85dd7d667c64bb3f6ef87a662062bd50569c651d58a4f828fba2c
1 parent cbfed31 commit e607e34

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
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+
## 2.28.2
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Bump LangChain minimum versions [#1109](https://github.com/jupyterlab/jupyter-ai/pull/1109) ([@dlqqq](https://github.com/dlqqq))
12+
- Catch error on non plaintext files in `@file` and reply gracefully in chat [#1106](https://github.com/jupyterlab/jupyter-ai/pull/1106) ([@srdas](https://github.com/srdas))
13+
- Fix rendering of code blocks in JupyterLab 4.3.0+ [#1104](https://github.com/jupyterlab/jupyter-ai/pull/1104) ([@dlqqq](https://github.com/dlqqq))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2024-11-11&to=2024-11-18&type=c))
18+
19+
[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2024-11-11..2024-11-18&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Asrdas+updated%3A2024-11-11..2024-11-18&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 2.28.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%3A2024-11-07..2024-11-11&type=Issues)
1836

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2137
## 2.28.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": "2.28.1",
4+
"version": "2.28.2",
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": "2.28.1",
3+
"version": "2.28.2",
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": "2.28.1",
3+
"version": "2.28.2",
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-test/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/test",
3-
"version": "2.28.1",
3+
"version": "2.28.2",
44
"description": "Jupyter AI test package. Not published on NPM or PyPI.",
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": "2.28.1",
3+
"version": "2.28.2",
44
"description": "A generative AI extension for JupyterLab",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)