Skip to content

Commit ceaf9c0

Browse files
committed
Publish 3.1.3
SHA256 hashes: jupyterlite-xeus-3.1.3.tgz: 1958eb90416aabc5cc9f0e7891726c33600f41ee947627c9f8fd07b3160ad84c jupyterlite-xeus-extension-3.1.3.tgz: 790c69e942da746edc015fcc7ee49c347d677fbf61eb21931f66a236682cb474 jupyterlite_xeus-3.1.3-py3-none-any.whl: 5671089dff737826d4488c8eb692757c7e80c945b521373b2a2ac75ea3f73ee4 jupyterlite_xeus-3.1.3.tar.gz: 4bf553edb85dc285e9096ef998018f1f9257030e2e949d7ecf151fc3b457e894
1 parent 501e8e4 commit ceaf9c0

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+
## 3.1.3
6+
7+
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected]))
8+
9+
### Bugs fixed
10+
11+
- Backport: Non-hardcoded python version (#177) [#178](https://github.com/jupyterlite/xeus/pull/178) ([@martinRenou](https://github.com/martinRenou))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-01-29&to=2025-01-30&type=c))
16+
17+
[@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Alumberbot-app+updated%3A2025-01-29..2025-01-30&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-29..2025-01-30&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 3.1.2
622

723
([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/[email protected]))
@@ -16,8 +32,6 @@
1632

1733
[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-27..2025-01-29&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 3.1.1
2236

2337
([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.2",
3+
"version": "3.1.3",
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.2",
3+
"version": "3.1.3",
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.1",
4343
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1",
4444
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1",
45-
"@jupyterlite/xeus": "^3.1.2",
45+
"@jupyterlite/xeus": "^3.1.3",
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.2",
3+
"version": "3.1.3",
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.1
490490
"@jupyterlite/kernel": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1
491491
"@jupyterlite/server": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.1
492-
"@jupyterlite/xeus": ^3.1.2
492+
"@jupyterlite/xeus": ^3.1.3
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.2, @jupyterlite/xeus@workspace:packages/xeus":
525+
"@jupyterlite/xeus@^3.1.3, @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)