Skip to content

Commit 3958488

Browse files
committed
Publish 3.1.1
SHA256 hashes: jupyterlite-xeus-3.1.1.tgz: b2ffedb094039b1a7adf0b093be65f9bf9100843f12507d5213cb7da0e1792df jupyterlite-xeus-extension-3.1.1.tgz: 3ec0496ef3f3e29357921e0a240495c30075fb36186f0ead3de3cdd7a82e1f27 jupyterlite_xeus-3.1.1-py3-none-any.whl: c3a88fb627f783413f4fcabe51b007b5c891e25c2c1e893f21b73c3661841c7d jupyterlite_xeus-3.1.1.tar.gz: 5a53e669a12b88d631041f9ebf39b788414b1ceb7458d8fdeff428d2a26f7a17
1 parent 762fd65 commit 3958488

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+
## 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]))
@@ -16,8 +37,6 @@
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]))

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": "3.1.0",
3+
"version": "3.1.1",
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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "JupyterLite loader for Xeus kernels",
55
"keywords": [
66
"jupyter",
@@ -42,7 +42,7 @@
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": {

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": "3.1.0",
3+
"version": "3.1.1",
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
@@ -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:

0 commit comments

Comments
 (0)