Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### `0.3.3`

- [#28](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/28) Bump serialize-javascript from 6.0.1 to 6.0.2
- [#33](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/33) Update github actions
- [#30](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/30) Bump axios from 1.6.2 to 1.8.4
- [#32](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/32) Bump @babel/runtime from 7.23.6 to 7.27.0
- [#31](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/31) Allow stopping presentation with escape key

### `0.3.2`

- [#21](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/21) Get back to previous fragment when using shift+space
Expand Down
4 changes: 2 additions & 2 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

class C:
NPM_NAME = "jupyterlab-slideshow"
OLD_VERSION = "0.3.1"
VERSION = "0.3.2"
OLD_VERSION = "0.3.2"
VERSION = "0.3.3"
JS_VERSION = (
VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.")
)
Expand Down
2 changes: 1 addition & 1 deletion js/jupyterlab-slideshow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-slideshow",
"version": "0.3.2",
"version": "0.3.3",
"description": "Lightweight presentations for JupyterLab",
"license": "BSD-3-Clause",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "jupyterlab-slideshow"
version = "0.3.2"
version = "0.3.3"
readme = "README.md"
classifiers = [
"Framework :: Jupyter :: JupyterLab :: 3",
Expand Down