From ed148b1c6dc849a5e766ff821dfa0242e0024abf Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 20 Jan 2025 15:33:22 +0000 Subject: [PATCH] Publish 3.0.3 SHA256 hashes: jupyterlite-xeus-3.0.3.tgz: c23f5ddd2787073df329e49b84dfe2ec7ae4a308075c450df6cd2460ff05b267 jupyterlite-xeus-extension-3.0.3.tgz: 8a2c83ef0d3f91e8d8d5ffa5559e38b68415f9d864b0584b1bdaaa0f721cc943 jupyterlite_xeus-3.0.3-py3-none-any.whl: 98011a8939d229c0aa211068012a63a7035f0bb4150e251fd03509d624bde3b4 jupyterlite_xeus-3.0.3.tar.gz: c705ca7acbfef810ea4841e8272cbe6303d5226d1581f68b567b0b7647e71bea --- CHANGELOG.md | 31 ++++++++++++++++++++++++++-- package.json | 2 +- packages/xeus-extension/package.json | 4 ++-- packages/xeus/package.json | 2 +- yarn.lock | 4 ++-- 5 files changed, 35 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6e8c3..5305428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ +## 3.0.3 + +([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@3.0.2...c49850af08fc3259efac63b0f9613be483302b5b)) + +### Enhancements made + +- Update mambajs and untarjs [#159](https://github.com/jupyterlite/xeus/pull/159) ([@martinRenou](https://github.com/martinRenou)) + +### Maintenance and upkeep improvements + +- Update ui-tests screenshots [#157](https://github.com/jupyterlite/xeus/pull/157) ([@martinRenou](https://github.com/martinRenou)) +- Use new mambajs splitted API [#154](https://github.com/jupyterlite/xeus/pull/154) ([@martinRenou](https://github.com/martinRenou)) +- Update actions [#153](https://github.com/jupyterlite/xeus/pull/153) ([@IsabelParedes](https://github.com/IsabelParedes)) +- Add 0.5.0 version specifier [#151](https://github.com/jupyterlite/xeus/pull/151) ([@jtpio](https://github.com/jtpio)) + +### Documentation improvements + +- Remove xeus-r from docs for now [#156](https://github.com/jupyterlite/xeus/pull/156) ([@martinRenou](https://github.com/martinRenou)) +- Adding back xeus-r in docs [#155](https://github.com/jupyterlite/xeus/pull/155) ([@martinRenou](https://github.com/martinRenou)) +- Add xeus-r [#152](https://github.com/jupyterlite/xeus/pull/152) ([@IsabelParedes](https://github.com/IsabelParedes)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2025-01-16&to=2025-01-20&type=c)) + +[@IsabelParedes](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AIsabelParedes+updated%3A2025-01-16..2025-01-20&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Ajtpio+updated%3A2025-01-16..2025-01-20&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-16..2025-01-20&type=Issues) + + + ## 3.0.2 ([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@3.0.1...5002e6e6bf33c74300124605a4b2441cff24e19a)) @@ -16,8 +45,6 @@ [@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2025-01-15..2025-01-16&type=Issues) - - ## 3.0.1 ([Full Changelog](https://github.com/jupyterlite/xeus/compare/@jupyterlite/xeus-extension@3.0.0...529dfb55e604677d556a7daf7ae076c7fbf188a5)) diff --git a/package.json b/package.json index e114f57..5d47763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus-root", - "version": "3.0.2", + "version": "3.0.3", "private": true, "description": "JupyterLite loader for Xeus kernels", "keywords": [ diff --git a/packages/xeus-extension/package.json b/packages/xeus-extension/package.json index 4af6fdc..d8ec084 100644 --- a/packages/xeus-extension/package.json +++ b/packages/xeus-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus-extension", - "version": "3.0.2", + "version": "3.0.3", "description": "JupyterLite loader for Xeus kernels", "keywords": [ "jupyter", @@ -42,7 +42,7 @@ "@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0", "@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0", "@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0", - "@jupyterlite/xeus": "^3.0.2", + "@jupyterlite/xeus": "^3.0.3", "@lumino/coreutils": "^2" }, "devDependencies": { diff --git a/packages/xeus/package.json b/packages/xeus/package.json index 7042ef5..47d264a 100644 --- a/packages/xeus/package.json +++ b/packages/xeus/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus", - "version": "3.0.2", + "version": "3.0.3", "description": "JupyterLite Xeus kernels", "keywords": [ "jupyter", diff --git a/yarn.lock b/yarn.lock index 2810e05..09a9aea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -489,7 +489,7 @@ __metadata: "@jupyterlite/contents": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0 "@jupyterlite/kernel": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0 "@jupyterlite/server": ^0.2.0 || ^0.3.0 || ^0.4.5 || ^0.5.0 - "@jupyterlite/xeus": ^3.0.2 + "@jupyterlite/xeus": ^3.0.3 "@lumino/coreutils": ^2 "@types/json-schema": ^7.0.11 "@types/react": ^18.0.26 @@ -522,7 +522,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlite/xeus@^3.0.2, @jupyterlite/xeus@workspace:packages/xeus": +"@jupyterlite/xeus@^3.0.3, @jupyterlite/xeus@workspace:packages/xeus": version: 0.0.0-use.local resolution: "@jupyterlite/xeus@workspace:packages/xeus" dependencies: