From 7e36f4f485637cfb9b02b18f44c401bb1f0eb0b0 Mon Sep 17 00:00:00 2001 From: fcollonval Date: Mon, 11 Sep 2023 16:00:51 +0000 Subject: [PATCH] Publish 0.3.0 SHA256 hashes: jupyterlab-rise-0.3.0.tgz: 88ce02e6bfda1ca9f8a5901733f47abfb1ebcc56d81824fc721213c50772d648 jupyterlab_rise-0.3.0-py3-none-any.whl: 307f90f1b0afcde31c0f2215f36154e1d7369cc9f9d80937e3f245c2e40ace84 jupyterlab_rise-0.3.0.tar.gz: fb9685e678a323bd1ab598be3820b4797e4178ee6a4f31fbf306f08d318158cc --- CHANGELOG.md | 18 ++++++++++++++++-- app/package.json | 4 ++-- lerna.json | 2 +- package.json | 2 +- packages/application/package.json | 2 +- packages/lab/package.json | 2 +- 6 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cca8e..1a7f5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.3.0 + +([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.2.1...0f0b7a16e6ff7e54234afabac95d664e8c678dcb)) + +### Enhancements made + +- Add factory token for jupytext customization [#50](https://github.com/jupyterlab-contrib/rise/pull/50) ([@fcollonval](https://github.com/fcollonval)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/rise/graphs/contributors?from=2023-07-26&to=2023-09-11&type=c)) + +[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Afcollonval+updated%3A2023-07-26..2023-09-11&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Agithub-actions+updated%3A2023-07-26..2023-09-11&type=Issues) | [@lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Alumberbot-app+updated%3A2023-07-26..2023-09-11&type=Issues) + + + ## 0.2.1 ([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.2.0...ce1e1f0c8628bd9560832da4d4d32e99b05aba29)) @@ -26,8 +42,6 @@ [@dependabot](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Adependabot+updated%3A2023-02-26..2023-07-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Agithub-actions+updated%3A2023-02-26..2023-07-26&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Ahbcarlos+updated%3A2023-02-26..2023-07-26&type=Issues) - - ## 0.2.0 ([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.1.0...f0b83c29a12e28a870efed2143b9d83a3d1c7032)) diff --git a/app/package.json b/app/package.json index f0cc695..89db15e 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "rise-app", - "version": "0.2.1", + "version": "0.3.0", "private": true, "scripts": { "build": "webpack", @@ -56,7 +56,7 @@ "@jupyterlab/theme-light-extension": "^3.0.0", "@jupyterlab/translation-extension": "^3.0.0", "@jupyterlab/vega5-extension": "^3.0.0", - "jupyterlab-rise-application": "^0.2.1" + "jupyterlab-rise-application": "^0.3.0" }, "devDependencies": { "@jupyterlab/builder": "^3.0.0", diff --git a/lerna.json b/lerna.json index c8e01ec..68710b9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.2.1", + "version": "0.3.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index c6a340b..5b293ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-rise-meta", - "version": "0.2.1", + "version": "0.3.0", "description": "RISE: \"Live\" Reveal.js JupyterLab Slideshow extension.", "keywords": [ "jupyter", diff --git a/packages/application/package.json b/packages/application/package.json index 705a2ac..5005314 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-rise-application", - "version": "0.2.1", + "version": "0.3.0", "description": "Rise Application based on JupyterLab modules.", "private": true, "keywords": [ diff --git a/packages/lab/package.json b/packages/lab/package.json index c6c09b3..6355e13 100644 --- a/packages/lab/package.json +++ b/packages/lab/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-rise", - "version": "0.2.1", + "version": "0.3.0", "description": "A JupyterLab extension to turn your Jupyter Notebooks into a live presentation.", "keywords": [ "jupyter",