Skip to content

Commit 5b70cc7

Browse files
committed
Publish 4.3.6
SHA256 hashes: jupyterlite-xeus-4.3.6.tgz: 6652032f3966889a32ad20ddeaa3be765acd886bd191ec2589b66a72163b3c40 jupyterlite-xeus-core-4.3.6.tgz: 907edba0b49e23cddbf1bb1119b54de24da1559225151fc3f749da0a5fc54667 jupyterlite-xeus-extension-4.3.6.tgz: b95e20e2df1f71c4399d7f46b343ded6c5c454502798c21e344f838297dfc24a jupyterlite_xeus-4.3.6-py3-none-any.whl: 0b77d71c445ac3dd85dcf7ca3e53da2f71e66dd2d6851416adb41d2e63f5b85c jupyterlite_xeus-4.3.6.tar.gz: db050703ab5fa711979c3dfa40b71fd8ff12c5ac41e577a7e74dba32e1dde6fc
1 parent 5043245 commit 5b70cc7

File tree

6 files changed

+29
-12
lines changed

6 files changed

+29
-12
lines changed

CHANGELOG.md

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

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

5+
## 4.3.6
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.5...5043245eb8b6b1c35905b11e81e332135280d394))
8+
9+
### Bugs fixed
10+
11+
- Handle mounted files [#336](https://github.com/jupyterlite/xeus/pull/336) ([@jtpio](https://github.com/jtpio), [@martinRenou](https://github.com/martinRenou))
12+
13+
### Contributors to this release
14+
15+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
16+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
17+
18+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-12-15&to=2025-12-15&type=c))
19+
20+
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Ajtpio+updated%3A2025-12-15..2025-12-15&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-12-15..2025-12-15&type=Issues))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 4.3.5
625

726
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.4...9c140faeb5993f98578d3d827f50728f3ca5ac16))
@@ -19,8 +38,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
1938

2039
@jtpio ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Ajtpio+updated%3A2025-12-05..2025-12-15&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-12-05..2025-12-15&type=Issues))
2140

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2441
## 4.3.4
2542

2643
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.3...52d5c47ce0e35be6a4ceee912ef7756e4a9af29a))

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": "4.3.5",
3+
"version": "4.3.6",
44
"private": true,
55
"description": "JupyterLite loader for Xeus kernels",
66
"keywords": [

packages/xeus-core/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-core",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"description": "JupyterLite Xeus core library",
55
"keywords": [
66
"jupyter",

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": "4.3.5",
3+
"version": "4.3.6",
44
"description": "JupyterLite loader for Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -46,7 +46,7 @@
4646
"@jupyterlab/logconsole": "^4.5.0",
4747
"@jupyterlite/apputils": "^0.7.0",
4848
"@jupyterlite/services": "^0.7.0",
49-
"@jupyterlite/xeus": "^4.3.5",
49+
"@jupyterlite/xeus": "^4.3.6",
5050
"@lumino/coreutils": "^2"
5151
},
5252
"devDependencies": {

packages/xeus/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",
3-
"version": "4.3.5",
3+
"version": "4.3.6",
44
"description": "JupyterLite Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -41,7 +41,7 @@
4141
"@jupyterlab/coreutils": "^6.5.0",
4242
"@jupyterlab/services": "^7.5.0",
4343
"@jupyterlite/services": "^0.7.0",
44-
"@jupyterlite/xeus-core": "^4.3.5",
44+
"@jupyterlite/xeus-core": "^4.3.6",
4545
"@lumino/coreutils": "^2",
4646
"@lumino/signaling": "^2",
4747
"coincident": "^1.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ __metadata:
783783
languageName: node
784784
linkType: hard
785785

786-
"@jupyterlite/xeus-core@^4.3.5, @jupyterlite/xeus-core@workspace:packages/xeus-core":
786+
"@jupyterlite/xeus-core@^4.3.6, @jupyterlite/xeus-core@workspace:packages/xeus-core":
787787
version: 0.0.0-use.local
788788
resolution: "@jupyterlite/xeus-core@workspace:packages/xeus-core"
789789
dependencies:
@@ -816,7 +816,7 @@ __metadata:
816816
"@jupyterlab/logconsole": ^4.5.0
817817
"@jupyterlite/apputils": ^0.7.0
818818
"@jupyterlite/services": ^0.7.0
819-
"@jupyterlite/xeus": ^4.3.5
819+
"@jupyterlite/xeus": ^4.3.6
820820
"@lumino/coreutils": ^2
821821
"@types/json-schema": ^7.0.11
822822
"@types/react": ^18.0.26
@@ -849,7 +849,7 @@ __metadata:
849849
languageName: unknown
850850
linkType: soft
851851

852-
"@jupyterlite/xeus@^4.3.5, @jupyterlite/xeus@workspace:packages/xeus":
852+
"@jupyterlite/xeus@^4.3.6, @jupyterlite/xeus@workspace:packages/xeus":
853853
version: 0.0.0-use.local
854854
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
855855
dependencies:
@@ -858,7 +858,7 @@ __metadata:
858858
"@jupyterlab/coreutils": ^6.5.0
859859
"@jupyterlab/services": ^7.5.0
860860
"@jupyterlite/services": ^0.7.0
861-
"@jupyterlite/xeus-core": ^4.3.5
861+
"@jupyterlite/xeus-core": ^4.3.6
862862
"@lumino/coreutils": ^2
863863
"@lumino/signaling": ^2
864864
"@types/json-schema": ^7.0.11

0 commit comments

Comments
 (0)