Skip to content

Commit

Permalink
Publish 0.2.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-rise-0.2.1.tgz: 9c08b1210073bda2156e986d2d05852d89e19093889efb381726602e9c29324b

jupyterlab_rise-0.2.1-py3-none-any.whl: bb0f29dadddcceac1239b5f0886334214b607f82f56b527d38209de22f84b274

jupyterlab_rise-0.2.1.tar.gz: 0aac9b57facfdb46988c17280bd93f2451c699bff42fccee730d242b80e4acfa
  • Loading branch information
fcollonval committed Jul 26, 2023
1 parent ce1e1f0 commit 3221844
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 8 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

## 0.2.1

([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/jupyterlab-rise-application@0.2.0...ce1e1f0c8628bd9560832da4d4d32e99b05aba29))

### Bugs fixed

- Fixes running cells and jump to active cell [#38](https://github.com/jupyterlab-contrib/rise/pull/38) ([@hbcarlos](https://github.com/hbcarlos))
- Fixes slides width [#37](https://github.com/jupyterlab-contrib/rise/pull/37) ([@hbcarlos](https://github.com/hbcarlos))
- Fixes focus, initial load, and full screen [#36](https://github.com/jupyterlab-contrib/rise/pull/36) ([@hbcarlos](https://github.com/hbcarlos))
- Reloads IFrame after opening the widget [#35](https://github.com/jupyterlab-contrib/rise/pull/35) ([@hbcarlos](https://github.com/hbcarlos))

### Maintenance and upkeep improvements

- Bump word-wrap from 1.2.3 to 1.2.4 [#34](https://github.com/jupyterlab-contrib/rise/pull/34) ([@dependabot](https://github.com/dependabot))
- Bump semver from 5.7.1 to 5.7.2 [#31](https://github.com/jupyterlab-contrib/rise/pull/31) ([@dependabot](https://github.com/dependabot))
- Bump stylelint from 14.16.1 to 15.10.1 [#30](https://github.com/jupyterlab-contrib/rise/pull/30) ([@dependabot](https://github.com/dependabot))
- Bump vega from 5.22.1 to 5.23.0 [#25](https://github.com/jupyterlab-contrib/rise/pull/25) ([@dependabot](https://github.com/dependabot))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/rise/graphs/contributors?from=2023-02-26&to=2023-07-26&type=c))

[@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 Expand Up @@ -30,8 +56,6 @@

[@AnotherCodeArtist](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3AAnotherCodeArtist+updated%3A2023-02-16..2023-02-26&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Afcollonval+updated%3A2023-02-16..2023-02-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Agithub-actions+updated%3A2023-02-16..2023-02-26&type=Issues) | [@nthiery](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Frise+involves%3Anthiery+updated%3A2023-02-16..2023-02-26&type=Issues)

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

## 0.1.1

([Full Changelog](https://github.com/jupyterlab-contrib/rise/compare/v0.1.0...d64519dae8bf932038b094f4c51ba1fbf0fcea68))
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.0",
"version": "0.2.1",
"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.0"
"jupyterlab-rise-application": "^0.2.1"
},
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"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.0",
"version": "0.2.1",
"description": "A JupyterLab extension to turn your Jupyter Notebooks into a live presentation.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 3221844

Please sign in to comment.