From b075da09a6cd094911f30a5279fe2acd751c3af4 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 13 Dec 2024 14:33:51 +0000 Subject: [PATCH] Publish 3.0.0a0 SHA256 hashes: jupyterlite-xeus-3.0.0-a0.tgz: 7bb3da01e94faa56b63ef1b6cdc62b35bd57434db525f7c90e03b7b97e2bb5a4 jupyterlite-xeus-extension-3.0.0-a0.tgz: c49efc8d8421f3b94f716171178dff6655048d0197b5b5fb6b8b0fb41a4d6934 jupyterlite_xeus-3.0.0a0-py3-none-any.whl: b673bb06283579fef67b97f4194d01058a3155e55371fc412faec93cc9ce012e jupyterlite_xeus-3.0.0a0.tar.gz: 073bcb436f05628af35aca2eef07c54ce6df508a5972799962d3b1a8cc8e4937 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++-- package.json | 2 +- packages/xeus-extension/package.json | 4 +-- packages/xeus/package.json | 2 +- yarn.lock | 4 +-- 5 files changed, 42 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1e9d2..8db7a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,42 @@ +## 3.0.0a0 + +The main change is on the packaging. + +We have a new JS package `@jupyterlite/xeus-extension` which provides the JupyterLite plugin. +The new version of the JS package `@jupyterlite/xeus` now only contains the kernels implementation, no plugin. + +([Full Changelog](https://github.com/jupyterlite/xeus/compare/v2.1.2...8b774d7d18f166501d9770321c31dc79d3c40bd7)) + +### Enhancements made + +- Split package in two: extension and library [#132](https://github.com/jupyterlite/xeus/pull/132) ([@martinRenou](https://github.com/martinRenou)) +- Register all kernels in one plugin [#107](https://github.com/jupyterlite/xeus/pull/107) ([@trungleduc](https://github.com/trungleduc)) + +### Bugs fixed + +- Fixing lerna setup [#136](https://github.com/jupyterlite/xeus/pull/136) ([@martinRenou](https://github.com/martinRenou)) + +### Maintenance and upkeep improvements + +- Remove unused attributes [#131](https://github.com/jupyterlite/xeus/pull/131) ([@martinRenou](https://github.com/martinRenou)) +- Docs: more verbose build [#129](https://github.com/jupyterlite/xeus/pull/129) ([@martinRenou](https://github.com/martinRenou)) + +### Documentation improvements + +- Update CHANGELOG and mention the split [#133](https://github.com/jupyterlite/xeus/pull/133) ([@martinRenou](https://github.com/martinRenou)) +- Docs: more verbose build [#129](https://github.com/jupyterlite/xeus/pull/129) ([@martinRenou](https://github.com/martinRenou)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlite/xeus/graphs/contributors?from=2024-10-24&to=2024-12-13&type=c)) + +[@martinRenou](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3AmartinRenou+updated%3A2024-10-24..2024-12-13&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Atrungleduc+updated%3A2024-10-24..2024-12-13&type=Issues) + + + ## 2.1.2 ([Full Changelog](https://github.com/jupyterlite/xeus/compare/v2.1.1...ea918a0cb1c5a59fc64e72f399effb0bdf66acd1)) @@ -16,8 +52,6 @@ [@trungleduc](https://github.com/search?q=repo%3Ajupyterlite%2Fxeus+involves%3Atrungleduc+updated%3A2024-10-23..2024-10-24&type=Issues) - - ## 2.1.1 ([Full Changelog](https://github.com/jupyterlite/xeus/compare/v2.1.0...473ab8be5735c267ea01dd2e17da77e50f6fda3a)) diff --git a/package.json b/package.json index f1b0362..d6ed7a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus-root", - "version": "2.1.2", + "version": "3.0.0-a0", "private": true, "description": "JupyterLite loader for Xeus kernels", "keywords": [ diff --git a/packages/xeus-extension/package.json b/packages/xeus-extension/package.json index 61a24db..d1b8c17 100644 --- a/packages/xeus-extension/package.json +++ b/packages/xeus-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus-extension", - "version": "2.1.2", + "version": "3.0.0-a0", "description": "JupyterLite loader for Xeus kernels", "keywords": [ "jupyter", @@ -42,7 +42,7 @@ "@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0", "@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0", "@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0", - "@jupyterlite/xeus": "^2.1.2", + "@jupyterlite/xeus": "^3.0.0-a0", "@lumino/coreutils": "^2" }, "devDependencies": { diff --git a/packages/xeus/package.json b/packages/xeus/package.json index 34a336b..c35a332 100644 --- a/packages/xeus/package.json +++ b/packages/xeus/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlite/xeus", - "version": "2.1.2", + "version": "3.0.0-a0", "description": "JupyterLite Xeus kernels", "keywords": [ "jupyter", diff --git a/yarn.lock b/yarn.lock index 27be05d..c5f0c54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -480,7 +480,7 @@ __metadata: "@jupyterlite/contents": ^0.2.0 || ^0.3.0 || ^0.4.0 "@jupyterlite/kernel": ^0.2.0 || ^0.3.0 || ^0.4.0 "@jupyterlite/server": ^0.2.0 || ^0.3.0 || ^0.4.0 - "@jupyterlite/xeus": ^2.1.2 + "@jupyterlite/xeus": ^3.0.0-a0 "@lumino/coreutils": ^2 "@types/json-schema": ^7.0.11 "@types/react": ^18.0.26 @@ -512,7 +512,7 @@ __metadata: languageName: unknown linkType: soft -"@jupyterlite/xeus@^2.1.2, @jupyterlite/xeus@workspace:packages/xeus": +"@jupyterlite/xeus@^3.0.0-a0, @jupyterlite/xeus@workspace:packages/xeus": version: 0.0.0-use.local resolution: "@jupyterlite/xeus@workspace:packages/xeus" dependencies: