Skip to content

Commit

Permalink
Merge pull request #15 from brichet/update_version
Browse files Browse the repository at this point in the history
Update changelog and versions to 0.3.0
  • Loading branch information
jtpio authored Jan 8, 2025
2 parents 402f215 + e626718 commit ad69bed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
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.0`

- [#9](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/9) Fix CI installation
- [#10](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/10) Fix navigation if previous is subslide
- [#11](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/11) Keep track of the last fragment or sub-slide displayed when moving back or forward
- [#12](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/12) Optionally shows the code cell prompt (execution count)
- [#13](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/13) Jupyterlab>4.1

### `0.2.1`

- > TBD
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.2.0"
VERSION = "0.2.1"
OLD_VERSION = "0.2.1"
VERSION = "0.3.0"
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.2.1",
"version": "0.3.0",
"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.2.1"
version = "0.3.0"
readme = "README.md"
classifiers = [
"Framework :: Jupyter :: JupyterLab :: 3",
Expand Down

0 comments on commit ad69bed

Please sign in to comment.