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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### `0.3.1`

- [#16](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/16) Rename npm package

### `0.3.0`

- [#9](https://github.com/jupyterlab-contrib/jupyterlab-slideshow/pull/9) Fix CI installation
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.1"
VERSION = "0.3.0"
OLD_VERSION = "0.3.0"
VERSION = "0.3.1"
JS_VERSION = (
VERSION.replace("a", "-alpha.").replace("b", "-beta.").replace("rc", "-rc.")
)
Expand Down
4 changes: 3 additions & 1 deletion js/jupyterlab-slideshow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

# `jupyterlab-slideshow`
# jupyterlab-slideshow

<!-- | docs | install | extend | demo | ci |
| :-----------------: | :-----------------------------------------------: | :-----------------: | :-------------------------------------------------: | :-----------------------------------------------------------------------: |
Expand Down Expand Up @@ -35,6 +35,8 @@

> Lightweight presentations for JupyterLab

Fork of <https://github.com/deathbeds/jupyterlab-deck>

---

## Installing
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.0",
"version": "0.3.1",
"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.0"
version = "0.3.1"
readme = "README.md"
classifiers = [
"Framework :: Jupyter :: JupyterLab :: 3",
Expand Down
Loading