Skip to content

Commit

Permalink
Publish 0.3.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fcollonval committed Sep 11, 2023
1 parent 0f0b7a1 commit 7e36f4f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 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)

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

## 0.2.1

([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.2.0...ce1e1f0c8628bd9560832da4d4d32e99b05aba29))
Expand All @@ -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)

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

## 0.2.0

([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.1.0...f0b83c29a12e28a870efed2143b9d83a3d1c7032))
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rise-app",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"scripts": {
"build": "webpack",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.1",
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/application/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lab/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7e36f4f

Please sign in to comment.