Skip to content

Commit 1e9372e

Browse files
committed
Publish 4.0.0a2
SHA256 hashes: jupyterlite-xeus-4.0.0-a2.tgz: 9d9656c6c13c5e60c67f2283ada9f75969801c5e258281c1b15b685887d555b8 jupyterlite-xeus-extension-4.0.0-a2.tgz: d963da3019faad3a696757b3fd99e2da2a9e2a029005b2db2b77745c1b2cda4a jupyterlite_xeus-4.0.0a2-py3-none-any.whl: 9654d276cc7a66ed9a9022bb3b080589e34ba5cc666593e21559a71230d5ddb2 jupyterlite_xeus-4.0.0a2.tar.gz: d9f5131de87588f350a084f66e2b7008a24d09dac698d6a63bb7cbdb83f95af9
1 parent 870959c commit 1e9372e

File tree

5 files changed

+27
-8
lines changed

5 files changed

+27
-8
lines changed

CHANGELOG.md

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

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

5+
## 4.0.0a2
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a1...870959c7a0d45f2d19305d86833a9964855f1cba))
8+
9+
### Enhancements made
10+
11+
- Installing xeus-cpp from prefix-dev [#191](https://github.com/jupyterlite/xeus/pull/191) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Update mambajs [#205](https://github.com/jupyterlite/xeus/pull/205) ([@martinRenou](https://github.com/martinRenou))
16+
- Update jupyterlite 0.6.0-alpha.3: remove split liteextension/labextension [#204](https://github.com/jupyterlite/xeus/pull/204) ([@martinRenou](https://github.com/martinRenou))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-03-13&to=2025-03-20&type=c))
21+
22+
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-03-13..2025-03-20&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 4.0.0a1
627

728
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@4.0.0-a0...f5d01e774a325e9d68ea95b70eab4703ce36ddb4))
@@ -34,8 +55,6 @@
3455

3556
[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Ajtpio+updated%3A2025-01-30..2025-03-13&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Alumberbot-app+updated%3A2025-01-30..2025-03-13&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-30..2025-03-13&type=Issues)
3657

37-
<!-- <END NEW CHANGELOG ENTRY> -->
38-
3958
## 4.0.0a0
4059

4160
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected]))

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-a1",
3+
"version": "4.0.0-a2",
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-a1",
3+
"version": "4.0.0-a2",
44
"description": "JupyterLite loader for Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -48,7 +48,7 @@
4848
"@jupyterlite/contents": "^0.6.0-alpha.4",
4949
"@jupyterlite/kernel": "^0.6.0-alpha.4",
5050
"@jupyterlite/server": "^0.6.0-alpha.4",
51-
"@jupyterlite/xeus": "^4.0.0-a1",
51+
"@jupyterlite/xeus": "^4.0.0-a2",
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-a1",
3+
"version": "4.0.0-a2",
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
@@ -1281,7 +1281,7 @@ __metadata:
12811281
"@jupyterlite/contents": ^0.6.0-alpha.4
12821282
"@jupyterlite/kernel": ^0.6.0-alpha.4
12831283
"@jupyterlite/server": ^0.6.0-alpha.4
1284-
"@jupyterlite/xeus": ^4.0.0-a1
1284+
"@jupyterlite/xeus": ^4.0.0-a2
12851285
"@lumino/coreutils": ^2
12861286
"@types/json-schema": ^7.0.11
12871287
"@types/react": ^18.0.26
@@ -1314,7 +1314,7 @@ __metadata:
13141314
languageName: unknown
13151315
linkType: soft
13161316

1317-
"@jupyterlite/xeus@^4.0.0-a1, @jupyterlite/xeus@workspace:packages/xeus":
1317+
"@jupyterlite/xeus@^4.0.0-a2, @jupyterlite/xeus@workspace:packages/xeus":
13181318
version: 0.0.0-use.local
13191319
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
13201320
dependencies:

0 commit comments

Comments
 (0)