Skip to content

Commit 6c41eb7

Browse files
committed
Publish 4.3.4
SHA256 hashes: jupyterlite-xeus-4.3.4.tgz: bf3062f2d2e8451ded984a2c46a8868645d89193d083f264e328e4176c8cd593 jupyterlite-xeus-core-4.3.4.tgz: f795c6af08dbf82c211a0a78b12bc4578fb6008d6d1618028efaf77210e1296d jupyterlite-xeus-extension-4.3.4.tgz: 78b47bb7c7d08d9f87cd0ab6829a76db0550e91c2a52ea17e42cdd413e77ec44 jupyterlite_xeus-4.3.4-py3-none-any.whl: 012cafe69f7c2a0620f08f445e449527e1953a1a37be9b73b31dad5fde01c468 jupyterlite_xeus-4.3.4.tar.gz: dd80ce57ca505d0010f5adefed73a021cbeb6389e3d1894a3c277f5520472860
1 parent 52d5c47 commit 6c41eb7

File tree

6 files changed

+26
-12
lines changed

6 files changed

+26
-12
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+
## 4.3.4
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.3...52d5c47ce0e35be6a4ceee912ef7756e4a9af29a))
8+
9+
### Enhancements made
10+
11+
- make 'storeAsGlobal' sync on the worker, also add log for debuggability [#333](https://github.com/jupyterlite/xeus/pull/333) ([@derthorsten](https://github.com/derthorsten))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-12-02&to=2025-12-05&type=c))
16+
17+
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-12-02..2025-12-05&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 4.3.3
622

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

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

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

2337
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-core@4.3.1...4cd4a15da0b264812b7d88f7b6270a117c63102f))

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

0 commit comments

Comments
 (0)