Skip to content

Commit cba8608

Browse files
committed
Publish 3.1.5
SHA256 hashes: jupyterlite-xeus-3.1.5.tgz: 339c4e9d96593c9c8b37a64da641d98cb5e3437f6b38ee554f40326bcb96ccc6 jupyterlite-xeus-extension-3.1.5.tgz: b8b2dd09823e102e96bb8bc731dd637fa8b91559017a544d1a7be95a3dfaee61 jupyterlite_xeus-3.1.5-py3-none-any.whl: a304a6dcfdb4d69e039e090c5829ab25ef09e49d104ea5293e11f2a298a23324 jupyterlite_xeus-3.1.5.tar.gz: b07092bac696fff951db57daa65b7e3d678f15b22f60eabdb58d4bde4bff08e0
1 parent 4c0fb6c commit cba8608

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

CHANGELOG.md

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

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

5+
## 3.1.5
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Fix cwd for Notebooks (3.x) [#188](https://github.com/jupyterlite/xeus/pull/188) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-02-03&to=2025-02-28&type=c))
16+
17+
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-02-03..2025-02-28&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 3.1.4
622

723
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected]))
@@ -16,8 +32,6 @@
1632

1733
[@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Alumberbot-app+updated%3A2025-01-30..2025-02-03&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-30..2025-02-03&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 3.1.3
2236

2337
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected]))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-root",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"private": true,
55
"description": "JupyterLite loader for Xeus kernels",
66
"keywords": [

packages/xeus-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus-extension",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "JupyterLite loader for Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -42,7 +42,7 @@
4242
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1",
4343
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1",
4444
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1",
45-
"@jupyterlite/xeus": "^3.1.4",
45+
"@jupyterlite/xeus": "^3.1.5",
4646
"@lumino/coreutils": "^2"
4747
},
4848
"devDependencies": {

packages/xeus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/xeus",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
44
"description": "JupyterLite Xeus kernels",
55
"keywords": [
66
"jupyter",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ __metadata:
489489
"@jupyterlite/contents": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1
490490
"@jupyterlite/kernel": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1
491491
"@jupyterlite/server": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1
492-
"@jupyterlite/xeus": ^3.1.4
492+
"@jupyterlite/xeus": ^3.1.5
493493
"@lumino/coreutils": ^2
494494
"@types/json-schema": ^7.0.11
495495
"@types/react": ^18.0.26
@@ -522,7 +522,7 @@ __metadata:
522522
languageName: unknown
523523
linkType: soft
524524

525-
"@jupyterlite/xeus@^3.1.4, @jupyterlite/xeus@workspace:packages/xeus":
525+
"@jupyterlite/xeus@^3.1.5, @jupyterlite/xeus@workspace:packages/xeus":
526526
version: 0.0.0-use.local
527527
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
528528
dependencies:

0 commit comments

Comments
 (0)