Skip to content

Commit 7baf8e4

Browse files
committed
Publish 4.0.0a6
SHA256 hashes: jupyterlite-xeus-4.0.0-a6.tgz: edb46bd5c1356e15ac7107fefd046774ac0d4c043aa388f7da93aac972e15c33 jupyterlite-xeus-extension-4.0.0-a6.tgz: 075f58a05d3ef820bb46e9f84e060c81caa99e2b074d1cecfc7040accd54ad83 jupyterlite_xeus-4.0.0a6-py3-none-any.whl: b5f5888e1103ea5788b4d56a40b216a22ad673505e76ffeeebec2f883969aa4a jupyterlite_xeus-4.0.0a6.tar.gz: fd279a4c484caa5f1b485e73b23093f6fdfa9ef19047d00d4280312260976d5a
1 parent ddcb13c commit 7baf8e4

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+
## 4.0.0a6
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a5...ddcb13c5cfe8bc3fc6c666ed7360ca222b945fbd))
8+
9+
### Enhancements made
10+
11+
- Enable Kernels to be built on top of kernel specs arguments [#210](https://github.com/jupyterlite/xeus/pull/210) ([@anutosh491](https://github.com/anutosh491))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-04-28&to=2025-04-29&type=c))
16+
17+
[@anutosh491](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Aanutosh491+updated%3A2025-04-28..2025-04-29&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 4.0.0a5
622

723
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a4...4ee136ef40830da69a925d32f9f803738092c075))
@@ -17,8 +33,6 @@
1733

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

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2236
## 4.0.0a4
2337

2438
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a3...f7c8808554f95b58d1d5e0952fa76b826532993e))

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.0.0-a5",
3+
"version": "4.0.0-a6",
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": "4.0.0-a5",
3+
"version": "4.0.0-a6",
44
"description": "JupyterLite loader for Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -48,7 +48,7 @@
4848
"@jupyterlite/contents": "^0.6.0-alpha.8",
4949
"@jupyterlite/kernel": "^0.6.0-alpha.8",
5050
"@jupyterlite/server": "^0.6.0-alpha.8",
51-
"@jupyterlite/xeus": "^4.0.0-a5",
51+
"@jupyterlite/xeus": "^4.0.0-a6",
5252
"@lumino/coreutils": "^2"
5353
},
5454
"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": "4.0.0-a5",
3+
"version": "4.0.0-a6",
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
@@ -1272,7 +1272,7 @@ __metadata:
12721272
"@jupyterlite/contents": ^0.6.0-alpha.8
12731273
"@jupyterlite/kernel": ^0.6.0-alpha.8
12741274
"@jupyterlite/server": ^0.6.0-alpha.8
1275-
"@jupyterlite/xeus": ^4.0.0-a5
1275+
"@jupyterlite/xeus": ^4.0.0-a6
12761276
"@lumino/coreutils": ^2
12771277
"@types/json-schema": ^7.0.11
12781278
"@types/react": ^18.0.26
@@ -1305,7 +1305,7 @@ __metadata:
13051305
languageName: unknown
13061306
linkType: soft
13071307

1308-
"@jupyterlite/xeus@^4.0.0-a5, @jupyterlite/xeus@workspace:packages/xeus":
1308+
"@jupyterlite/xeus@^4.0.0-a6, @jupyterlite/xeus@workspace:packages/xeus":
13091309
version: 0.0.0-use.local
13101310
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
13111311
dependencies:

0 commit comments

Comments
 (0)