Skip to content

Commit d062c82

Browse files
committed
Publish 4.0.0a3
SHA256 hashes: jupyterlite-xeus-4.0.0-a3.tgz: ba495278173158e403acb81865ddcf3032f286d983ad9d1f2abf16898d7dbad4 jupyterlite-xeus-extension-4.0.0-a3.tgz: 760308693eab1890b51ac72c9cb965aefc8cce2b20391e0d7d436d0044e49caf jupyterlite_xeus-4.0.0a3-py3-none-any.whl: d3f61718daf03df997af659130551b5dcc4ed028b8907323bccdc5863ab0c896 jupyterlite_xeus-4.0.0a3.tar.gz: 17f1aab7ab4a6ae0889114e257ba1744168d050803e1279d65d02026ee8e5ae1
1 parent bf33a11 commit d062c82

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

CHANGELOG.md

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

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

5+
## 4.0.0a3
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a2...bf33a1181ab602a30fd4766e3cea1fe159293fbb))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Update jupyterlite + mambajs [#211](https://github.com/jupyterlite/xeus/pull/211) ([@martinRenou](https://github.com/martinRenou))
12+
- Remove unused code [#209](https://github.com/jupyterlite/xeus/pull/209) ([@martinRenou](https://github.com/martinRenou))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-03-20&to=2025-04-22&type=c))
17+
18+
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-03-20..2025-04-22&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 4.0.0a2
623

724
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a1...870959c7a0d45f2d19305d86833a9964855f1cba))
@@ -21,8 +38,6 @@
2138

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

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2641
## 4.0.0a1
2742

2843
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a0...f5d01e774a325e9d68ea95b70eab4703ce36ddb4))

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-a2",
3+
"version": "4.0.0-a3",
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-a2",
3+
"version": "4.0.0-a3",
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-a2",
51+
"@jupyterlite/xeus": "^4.0.0-a3",
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-a2",
3+
"version": "4.0.0-a3",
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-a2
1275+
"@jupyterlite/xeus": ^4.0.0-a3
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-a2, @jupyterlite/xeus@workspace:packages/xeus":
1308+
"@jupyterlite/xeus@^4.0.0-a3, @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)