Skip to content

Commit b1b05c5

Browse files
committed
Publish 4.3.5
SHA256 hashes: jupyterlite-xeus-4.3.5.tgz: e934e4c357c0a34e9d9f64326d76bd24560b7fa5b0f62ebee23128185a68be67 jupyterlite-xeus-core-4.3.5.tgz: a9f0363cf3b830c2e992fac24eb10768e3612b24cabc9bf824804890985ef7cf jupyterlite-xeus-extension-4.3.5.tgz: 6fcf0fe50c4b9dba6136463952afac16ea1fd2864b4fa893429f81bb82a344db jupyterlite_xeus-4.3.5-py3-none-any.whl: 878375d9b7a5b5560f9e325f387242ecd332a841c5d59b2179991e369ec4ab4e jupyterlite_xeus-4.3.5.tar.gz: 89fcfca56c88cf3f06194ed4e55bf3e384026a5fd7395a81f789d616e30d24eb
1 parent 9c140fa commit b1b05c5

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.5
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.4...9c140faeb5993f98578d3d827f50728f3ca5ac16))
8+
9+
### Bugs fixed
10+
11+
- Properly wait for the file system init [#335](https://github.com/jupyterlite/xeus/pull/335) ([@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-05&to=2025-12-15&type=c))
19+
20+
@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))
21+
22+
<!-- <END NEW CHANGELOG ENTRY> -->
23+
524
## 4.3.4
625

726
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.3...52d5c47ce0e35be6a4ceee912ef7756e4a9af29a))
@@ -16,8 +35,6 @@
1635

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2138
## 4.3.3
2239

2340
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.2...d9eb6a3f3496546bb4cf11ea2739a7ffaed6ea99))

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.4",
3+
"version": "4.3.5",
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.4",
3+
"version": "4.3.5",
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.4",
3+
"version": "4.3.5",
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.4",
49+
"@jupyterlite/xeus": "^4.3.5",
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.4",
3+
"version": "4.3.5",
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.4",
44+
"@jupyterlite/xeus-core": "^4.3.5",
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.4, @jupyterlite/xeus-core@workspace:packages/xeus-core":
786+
"@jupyterlite/xeus-core@^4.3.5, @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.4
819+
"@jupyterlite/xeus": ^4.3.5
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.4, @jupyterlite/xeus@workspace:packages/xeus":
852+
"@jupyterlite/xeus@^4.3.5, @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.4
861+
"@jupyterlite/xeus-core": ^4.3.5
862862
"@lumino/coreutils": ^2
863863
"@lumino/signaling": ^2
864864
"@types/json-schema": ^7.0.11

0 commit comments

Comments
 (0)