Skip to content

Commit 9b76541

Browse files
committed
Publish 3.1.6
SHA256 hashes: jupyterlite-xeus-3.1.6.tgz: 8595c6bf18bb35655b3f55dacdbe769edd66a154a9d0ba2bddfb7d15de4e5024 jupyterlite-xeus-extension-3.1.6.tgz: fa7df01004a549e4a8a07be41798971047c37a827a671537d6ca2e14ec1dd81f jupyterlite_xeus-3.1.6-py3-none-any.whl: 656957fee1c896cd4b0fe7a671c3ff64799c4f8dee7274fef3d2125f60053628 jupyterlite_xeus-3.1.6.tar.gz: 9d065b09b5e93ccf02fadc6d9033abf05e6ec0eb8c7ce4a5b169466dab502a9b
1 parent c20087c commit 9b76541

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.6
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected]))
8+
9+
### Enhancements made
10+
11+
- 3.x: Update mambajs [#207](https://github.com/jupyterlite/xeus/pull/207) ([@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-28&to=2025-03-31&type=c))
16+
17+
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Ajtpio+updated%3A2025-02-28..2025-03-31&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-02-28..2025-03-31&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 3.1.5
622

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

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 3.1.4
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.5",
3+
"version": "3.1.6",
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.5",
3+
"version": "3.1.6",
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.5",
45+
"@jupyterlite/xeus": "^3.1.6",
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.5",
3+
"version": "3.1.6",
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
@@ -498,7 +498,7 @@ __metadata:
498498
"@jupyterlite/contents": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1
499499
"@jupyterlite/kernel": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1
500500
"@jupyterlite/server": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1
501-
"@jupyterlite/xeus": ^3.1.5
501+
"@jupyterlite/xeus": ^3.1.6
502502
"@lumino/coreutils": ^2
503503
"@types/json-schema": ^7.0.11
504504
"@types/react": ^18.0.26
@@ -531,7 +531,7 @@ __metadata:
531531
languageName: unknown
532532
linkType: soft
533533

534-
"@jupyterlite/xeus@^3.1.5, @jupyterlite/xeus@workspace:packages/xeus":
534+
"@jupyterlite/xeus@^3.1.6, @jupyterlite/xeus@workspace:packages/xeus":
535535
version: 0.0.0-use.local
536536
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
537537
dependencies:

0 commit comments

Comments
 (0)