From f224bc46ab533fff40cb3b1ce3c29e8f4c4df38d Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 13 Jan 2025 11:54:10 +0000 Subject: [PATCH] Publish 3.0.0a3 SHA256 hashes: jupyterlite-xeus-3.0.0-a3.tgz: 39bc04e242877cc754cbfcac67bd2fe82bf0c553ca74a8c1c44e8c0a05414a47 jupyterlite-xeus-extension-3.0.0-a3.tgz: ee9e4f3c61f8649333cb61692b300b1d4d91ee8a47aaf8aae025aa37307cb43b jupyterlite_xeus-3.0.0a3-py3-none-any.whl: c0f8d65baa7d9365429eca97f212138156d97a38e6536f26656cef9803db8b58 jupyterlite_xeus-3.0.0a3.tar.gz: 07a98ef8bcf2d69e5242f7233b947a9af8c85a6b6ecec61e932eaca299295bee --- CHANGELOG.md | 23 +++++++++++++++++++++-- package.json | 2 +- packages/xeus-extension/package.json | 4 ++-- packages/xeus/package.json | 2 +- yarn.lock | 4 ++-- 5 files changed, 27 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ae2a8..fad6846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## 3.0.0a3 + +([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@3.0.0-a2...d2cd7fe684fb35a43bdeaa8f8b477738c14a8ee3)) + +### Bugs fixed + +- Fix empack custom config support [#139](https://github.com/jupyterlite/xeus/pull/139) ([@martinRenou](https://github.com/martinRenou)) + +### Maintenance and upkeep improvements + +- Update mambajs [#144](https://github.com/jupyterlite/xeus/pull/144) ([@martinRenou](https://github.com/martinRenou)) +- Update bot triggering logic [#140](https://github.com/jupyterlite/xeus/pull/140) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2024-12-18&to=2025-01-13&type=c)) + +[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2024-12-18..2025-01-13&type=Issues) + + + ## 3.0.0a2 ([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@3.0.0-a1...a3cc7e43c721ff9f344b366cdf44d803be8da192)) @@ -20,8 +41,6 @@ [@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) - - ## 3.0.0a1 ([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@3.0.0-a0...de6e331c7143a3a0e71a15038e4bab75d74b6561)) diff --git a/package.json b/package.json index 88d7a4b..63aa6fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus-root", - "version": "3.0.0-a2", + "version": "3.0.0-a3", "private": true, "description": "JupyterLite loader for Xeus kernels", "keywords": [ diff --git a/packages/xeus-extension/package.json b/packages/xeus-extension/package.json index b48cd10..6c3be60 100644 --- a/packages/xeus-extension/package.json +++ b/packages/xeus-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus-extension", - "version": "3.0.0-a2", + "version": "3.0.0-a3", "description": "JupyterLite loader for Xeus kernels", "keywords": [ "jupyter", @@ -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-a2", + "@jupyterlite/xeus": "^3.0.0-a3", "@lumino/coreutils": "^2" }, "devDependencies": { diff --git a/packages/xeus/package.json b/packages/xeus/package.json index d5f4fa7..4ae8542 100644 --- a/packages/xeus/package.json +++ b/packages/xeus/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus", - "version": "3.0.0-a2", + "version": "3.0.0-a3", "description": "JupyterLite Xeus kernels", "keywords": [ "jupyter", diff --git a/yarn.lock b/yarn.lock index b6e64a9..95d5a61 100644 --- a/yarn.lock +++ b/yarn.lock @@ -544,7 +544,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-a2 + "@jupyterlite/xeus": ^3.0.0-a3 "@lumino/coreutils": ^2 "@types/json-schema": ^7.0.11 "@types/react": ^18.0.26 @@ -577,7 +577,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlite/xeus@^3.0.0-a2, @jupyterlite/xeus@workspace:packages/xeus": +"@jupyterlite/xeus@^3.0.0-a3, @jupyterlite/xeus@workspace:packages/xeus": version: 0.0.0-use.local resolution: "@jupyterlite/xeus@workspace:packages/xeus" dependencies: