Skip to content

Commit 9e2d3ab

Browse files
committed
Publish 3.1.4
SHA256 hashes: jupyterlite-xeus-3.1.4.tgz: 95554ec701a89f52466225088b99f87b10f176c57a684ae42d539ccc0eecd4fe jupyterlite-xeus-extension-3.1.4.tgz: 9fa76235045325c8c7bb5c469d0aab74053dcd673d41e2606609be17c985e294 jupyterlite_xeus-3.1.4-py3-none-any.whl: e60aee2395bf38e7e1f9327f37447bbe570e82487a315cf3d0d2a805ab24dbc5 jupyterlite_xeus-3.1.4.tar.gz: 48f461dca54152307fdf0c371666fcbb1b033883f605b967a9793dc71ff8553a
1 parent 3ffa65e commit 9e2d3ab

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.4
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Backport mambajs bump: prefix relocation + untarjs speedup [#181](https://github.com/jupyterlite/xeus/pull/181) ([@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-01-30&to=2025-02-03&type=c))
16+
17+
[@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)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 3.1.3
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-29..2025-01-30&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-29..2025-01-30&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 3.1.2
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.3",
3+
"version": "3.1.4",
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.3",
3+
"version": "3.1.4",
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.3",
45+
"@jupyterlite/xeus": "^3.1.4",
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.3",
3+
"version": "3.1.4",
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.3
492+
"@jupyterlite/xeus": ^3.1.4
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.3, @jupyterlite/xeus@workspace:packages/xeus":
525+
"@jupyterlite/xeus@^3.1.4, @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)