File tree Expand file tree Collapse file tree 5 files changed +27
-8
lines changed Expand file tree Collapse file tree 5 files changed +27
-8
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 3.1.1
6+
7+ (
[ Full Changelog
] ( https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected] ) )
8+
9+ ### Enhancements made
10+
11+ - Rebuild with untarjs 5.2.1 [ #166 ] ( https://github.com/jupyterlite/xeus/pull/166 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
12+ - Non verbose env bootstrap in production [ #165 ] ( https://github.com/jupyterlite/xeus/pull/165 ) ([ @martinRenou ] ( https://github.com/martinRenou ) )
13+
14+ ### Documentation improvements
15+
16+ - Improve docs landing page [ #163 ] ( https://github.com/jupyterlite/xeus/pull/163 ) ([ @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-01-22&to=2025-01-27&type=c ) )
21+
22+ [ @martinRenou ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-22..2025-01-27&type=Issues )
23+
24+ <!-- <END NEW CHANGELOG ENTRY> -->
25+
526## 3.1.0
627
728(
[ Full Changelog
] ( https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected] ) )
1637
1738[ @martinRenou ] ( https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-20..2025-01-22&type=Issues )
1839
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2140## 3.0.3
2241
2342(
[ Full Changelog
] ( https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected] ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlite/xeus-root" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "private" : true ,
55 "description" : " JupyterLite loader for Xeus kernels" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlite/xeus-extension" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "description" : " JupyterLite loader for Xeus kernels" ,
55 "keywords" : [
66 " jupyter" ,
4242 "@jupyterlite/contents" : " ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0" ,
4343 "@jupyterlite/kernel" : " ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0" ,
4444 "@jupyterlite/server" : " ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0" ,
45- "@jupyterlite/xeus" : " ^3.1.0 " ,
45+ "@jupyterlite/xeus" : " ^3.1.1 " ,
4646 "@lumino/coreutils" : " ^2"
4747 },
4848 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlite/xeus" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "description" : " JupyterLite Xeus kernels" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ __metadata:
489489 " @jupyterlite/contents " : ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0
490490 " @jupyterlite/kernel " : ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0
491491 " @jupyterlite/server " : ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0
492- " @jupyterlite/xeus " : ^3.1.0
492+ " @jupyterlite/xeus " : ^3.1.1
493493 " @lumino/coreutils " : ^2
494494 " @types/json-schema " : ^7.0.11
495495 " @types/react " : ^18.0.26
@@ -522,7 +522,7 @@ __metadata:
522522 languageName : unknown
523523 linkType : soft
524524
525- " @jupyterlite/xeus@^3.1.0 , @jupyterlite/xeus@workspace:packages/xeus " :
525+ " @jupyterlite/xeus@^3.1.1 , @jupyterlite/xeus@workspace:packages/xeus " :
526526 version : 0.0.0-use.local
527527 resolution : " @jupyterlite/xeus@workspace:packages/xeus"
528528 dependencies :
You can’t perform that action at this time.
0 commit comments