Skip to content

Commit

Permalink
Publish 3.0.0a2
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlite-xeus-3.0.0-a2.tgz: 03bd0a10503ba93e0266b8771c9293c237c1c2c243068a259893ccb7bd47c7f1

jupyterlite-xeus-extension-3.0.0-a2.tgz: 69b0127baaae485f15aca84bd10a06a94fba422bc2d409cdbb775ecb7ecd24a9

jupyterlite_xeus-3.0.0a2-py3-none-any.whl: 451b223bf731594aa33609d1b4b827a8790ffbde2e6fa1694d48328c03162427

jupyterlite_xeus-3.0.0a2.tar.gz: 955c1c11fa27d7b6a46482af43ef40059f0c8ccd5e1278e7e1a2e227201974c3
  • Loading branch information
martinRenou committed Dec 18, 2024
1 parent a3cc7e4 commit 58d1ba0
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 8 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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

## 3.0.0a2

([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@3.0.0-a1...a3cc7e43c721ff9f344b366cdf44d803be8da192))

### Enhancements made

- Bootstrap environments using mambajs, allowing libraries handling for other kernels than xeus-python [#130](https://github.com/jupyterlite/xeus/pull/130) ([@AnastasiaSliusar](https://github.com/AnastasiaSliusar))

### Maintenance and upkeep improvements

- Allow for JupyterLite 0.5.0 [#137](https://github.com/jupyterlite/xeus/pull/137) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2024-12-17&to=2024-12-18&type=c))

[@AnastasiaSliusar](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AAnastasiaSliusar+updated%3A2024-12-17..2024-12-18&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Ajtpio+updated%3A2024-12-17..2024-12-18&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2024-12-17..2024-12-18&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 3.0.0a1

([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@3.0.0-a0...de6e331c7143a3a0e71a15038e4bab75d74b6561))
Expand All @@ -16,8 +36,6 @@

[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2024-12-13..2024-12-17&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 3.0.0a0

The main change is on the packaging.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/xeus-root",
"version": "3.0.0-a1",
"version": "3.0.0-a2",
"private": true,
"description": "JupyterLite loader for Xeus kernels",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/xeus-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/xeus-extension",
"version": "3.0.0-a1",
"version": "3.0.0-a2",
"description": "JupyterLite loader for Xeus kernels",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.5",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.5",
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.5",
"@jupyterlite/xeus": "^3.0.0-a1",
"@jupyterlite/xeus": "^3.0.0-a2",
"@lumino/coreutils": "^2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xeus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/xeus",
"version": "3.0.0-a1",
"version": "3.0.0-a2",
"description": "JupyterLite Xeus kernels",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ __metadata:
"@jupyterlite/contents": ^0.2.0 || ^0.3.0 || ^0.4.5
"@jupyterlite/kernel": ^0.2.0 || ^0.3.0 || ^0.4.5
"@jupyterlite/server": ^0.2.0 || ^0.3.0 || ^0.4.5
"@jupyterlite/xeus": ^3.0.0-a1
"@jupyterlite/xeus": ^3.0.0-a2
"@lumino/coreutils": ^2
"@types/json-schema": ^7.0.11
"@types/react": ^18.0.26
Expand Down Expand Up @@ -749,7 +749,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyterlite/xeus@^3.0.0-a1, @jupyterlite/xeus@workspace:packages/xeus":
"@jupyterlite/xeus@^3.0.0-a2, @jupyterlite/xeus@workspace:packages/xeus":
version: 0.0.0-use.local
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
dependencies:
Expand Down

0 comments on commit 58d1ba0

Please sign in to comment.